From e1a3972880a087327c2b7243ce87f7eda4c2e6ca Mon Sep 17 00:00:00 2001 From: Joao Eriberto Mota Filho Date: Mon, 17 Jul 2017 16:11:41 -0300 Subject: [PATCH] Import Debian changes 1.23-2 sendxmpp (1.23-2) unstable; urgency=medium * QA upload. * Ack for NMU. Thanks to Helmut Grohne . (Closes: #710285) * Set QA Group as maintainer. (see #868447) * New upstream homepage. * Migrations: - debian/copyright to 1.0 format. - DH level to 10. * debian/control: - Added a Homepage field. - Bumped Standards-Version to 4.0.0. - Improved the description. * debian/dirs: not needed. Removed. * debian/sendxmpp.examples: renamed to debian/examples. * debian/watch: created. --- debian/changelog | 21 ++++++++- debian/compat | 2 +- debian/control | 21 ++++++--- debian/copyright | 62 +++++++++++++------------- debian/dirs | 2 - debian/{sendxmpp.examples => examples} | 0 debian/watch | 2 + 7 files changed, 69 insertions(+), 41 deletions(-) delete mode 100644 debian/dirs rename debian/{sendxmpp.examples => examples} (100%) create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog index 5e7d653..5490c2b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +sendxmpp (1.23-2) unstable; urgency=medium + + * QA upload. + * Ack for NMU. Thanks to Helmut Grohne . (Closes: #710285) + * Set QA Group as maintainer. (see #868447) + * New upstream homepage. + * Migrations: + - debian/copyright to 1.0 format. + - DH level to 10. + * debian/control: + - Added a Homepage field. + - Bumped Standards-Version to 4.0.0. + - Improved the description. + * debian/dirs: not needed. Removed. + * debian/sendxmpp.examples: renamed to debian/examples. + * debian/watch: created. + + -- Joao Eriberto Mota Filho Mon, 17 Jul 2017 16:11:41 -0300 + sendxmpp (1.23-1.1) unstable; urgency=medium * Non-maintainer upload. Acknowledged by Guus Sliepen. @@ -26,7 +45,7 @@ sendxmpp (1.20-1) unstable; urgency=low * New upstream release. * Convert source package to 3.0 (quilt) format. - * Bump Standars-Version. + * Bump Standards-Version. -- Guus Sliepen Sun, 24 Jan 2010 12:11:38 +0100 diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 7ef0daa..263526b 100644 --- a/debian/control +++ b/debian/control @@ -1,14 +1,21 @@ Source: sendxmpp Section: net Priority: optional -Maintainer: Guus Sliepen -Build-Depends: debhelper (>= 9), perl -Standards-Version: 3.9.3 +Maintainer: Debian QA Group +Build-Depends: debhelper (>= 10), perl +Standards-Version: 4.0.0 +Homepage: https://github.com/lhost/sendxmpp Package: sendxmpp Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libnet-xmpp-perl -Description: commandline XMPP (jabber) utility - sendxmpp is a perl script to send XMPP (jabber) messages, similar to what - mail(1) does for mail. XMPP is an open, non-proprietary protocol for instant - messaging. See www.jabber.org for more information. +Description: command line XMPP (jabber) utility + sendxmpp is a perl script to send text XMPP (jabber) messages, similar + to what mail(1) and sendmail(1) does for mail. + . + sendxmpp is useful for monitoring remote servers (it can warn sending + xmpp-messages), and watching VCS commit messages (developers are all + connected to a XMPP-chatroom to which messages are sent. + . + XMPP is an open, non-proprietary protocol for instant messaging. See + www.jabber.org for more information. diff --git a/debian/copyright b/debian/copyright index 97aa956..e184b2e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,30 +1,32 @@ -This package was debianized by Guus Sliepen on -Sat, 4 Dec 2004 15:37:56 +0100. - -It was downloaded from http://sendxmpp.platon.sk/ - -Copyright: - -Upstream Author: Lubomir Host 'rajo' - -License: - - Copyright (C) 2004 - 2005 Dirk-Jan C. Binnema - Copyright (C) 2006 - 2007 Lubomir Host 'rajo' - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -On Debian systems, the complete text of the GNU General Public -License, version 2, can be found in /usr/share/common-licenses/GPL-2. +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: sendxmpp +Source: https://github.com/lhost/sendxmpp + +Files: * +Copyright: 2004-2005 Dirk-Jan C. Binnema + 2006-2012 Lubomir Host 'rajo' +License: GPL-2 + +Files: debian/* +Copyright: 2004-2013 Guus Sliepen + 2008 Andreas Barth + 2014 Helmut Grohne + 2017 Joao Eriberto Mota Filho +License: GPL-2+ + +License: GPL-2 or GPL-2+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff --git a/debian/dirs b/debian/dirs deleted file mode 100644 index 98d1583..0000000 --- a/debian/dirs +++ /dev/null @@ -1,2 +0,0 @@ -usr/bin -usr/share/man/man1 diff --git a/debian/sendxmpp.examples b/debian/examples similarity index 100% rename from debian/sendxmpp.examples rename to debian/examples diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..44afcbc --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=4 +https://github.com/lhost/sendxmpp/releases .*/archive/v?(\d\S+)\.tar\.(?:bz2|gz|xz) -- 2.20.1