From: Guus Sliepen Date: Sun, 5 May 2013 09:44:57 +0000 (+0200) Subject: Import Debian changes 1.23-1 X-Git-Tag: debian/1.23-1^0 X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fsendxmpp.git;a=commitdiff_plain;h=dcf72699d6f11ba091c2e16ee513936f31d5bd61 Import Debian changes 1.23-1 sendxmpp (1.23-1) unstable; urgency=low * New upstream release. * Replace debian/rules with dh sequencer. * Bump Standards-Version and debian/compat. --- dcf72699d6f11ba091c2e16ee513936f31d5bd61 diff --cc debian/changelog index a862342,0000000..0ecb6ab mode 100644,000000..100644 --- a/debian/changelog +++ b/debian/changelog @@@ -1,83 -1,0 +1,91 @@@ ++sendxmpp (1.23-1) unstable; urgency=low ++ ++ * New upstream release. ++ * Replace debian/rules with dh sequencer. ++ * Bump Standards-Version and debian/compat. ++ ++ -- Guus Sliepen Sun, 05 May 2013 11:44:57 +0200 ++ +sendxmpp (1.22-1) unstable; urgency=low + + * New upstream release. Closes: #607074 + - Fixes altering jid unnecessarily. Closes: #559716 + * Bump Standards-Version. + * Add build-arch and build-indep targets to debian/rules. + + -- Guus Sliepen Mon, 14 Nov 2011 10:46:59 +0100 + +sendxmpp (1.20-1) unstable; urgency=low + + * New upstream release. + * Convert source package to 3.0 (quilt) format. + * Bump Standars-Version. + + -- Guus Sliepen Sun, 24 Jan 2010 12:11:38 +0100 + +sendxmpp (1.18-1) unstable; urgency=low + + * New upstream release. + - Sets correct message type. Closes: #520110 + + -- Guus Sliepen Wed, 10 Jun 2009 17:20:25 +0200 + +sendxmpp (1.15-1) unstable; urgency=low + + * New upstream release. + + -- Guus Sliepen Tue, 28 Oct 2008 09:38:48 +0100 + +sendxmpp (1.14-1) unstable; urgency=low + + * New upstream release. + - Allow specification of alternative hostname for server. Closes: #497829 + * Bump Standards-Version. + * Rename build-arch to build-indep in debian/rules. + + -- Guus Sliepen Tue, 23 Sep 2008 15:40:06 +0200 + +sendxmpp (1.13-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix !$port to $port. Closes #496823 + + -- Andreas Barth Sun, 21 Sep 2008 09:08:06 +0000 + +sendxmpp (1.13-1) unstable; urgency=low + + * New upstream release. + + -- Guus Sliepen Thu, 13 Sep 2007 16:38:28 +0200 + +sendxmpp (0.0.8+cvs20061115-1) unstable; urgency=low + + * New upstream release. Closes: #356258, #397396 + + -- Guus Sliepen Wed, 15 Nov 2006 12:22:07 +0100 + +sendxmpp (0.0.8-1) unstable; urgency=low + + * New upstream release. + + -- Guus Sliepen Wed, 18 May 2005 11:21:14 +0200 + +sendxmpp (0.0.7.1-1) unstable; urgency=low + + * New upstream release. + + -- Guus Sliepen Wed, 4 May 2005 12:22:51 +0200 + +sendxmpp (0.0.5-2) unstable; urgency=low + + * It's just a script and a manpage, so set Architecture: all. + + -- Guus Sliepen Wed, 8 Dec 2004 13:18:44 +0100 + +sendxmpp (0.0.5-1) unstable; urgency=low + + * Initial Release. + * Fix NAME section in manpage. + + -- Guus Sliepen Sat, 4 Dec 2004 16:14:06 +0100 + diff --cc debian/compat index 7f8f011,0000000..ec63514 mode 100644,000000..100644 --- a/debian/compat +++ b/debian/compat @@@ -1,1 -1,0 +1,1 @@@ - 7 ++9 diff --cc debian/control index 68253e6,0000000..7ef0daa mode 100644,000000..100644 --- a/debian/control +++ b/debian/control @@@ -1,14 -1,0 +1,14 @@@ +Source: sendxmpp +Section: net +Priority: optional +Maintainer: Guus Sliepen - Build-Depends: debhelper (>= 7.0.0), perl - Standards-Version: 3.9.2 ++Build-Depends: debhelper (>= 9), perl ++Standards-Version: 3.9.3 + +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. diff --cc debian/rules index f96d9fb,0000000..2d33f6a mode 100755,000000..100755 --- a/debian/rules +++ b/debian/rules @@@ -1,75 -1,0 +1,4 @@@ +#!/usr/bin/make -f - # -*- makefile -*- + - # Uncomment this to turn on verbose mode. - #export DH_VERBOSE=1 - - CFLAGS = -Wall -g - - ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O0 - else - CFLAGS += -O2 - endif - - configure: configure-stamp - configure-stamp: - dh_testdir - - touch configure-stamp - - build: build-arch build-indep - build-arch: build-stamp - build-indep: build-stamp - - build-stamp: configure-stamp - dh_testdir - - pod2man sendxmpp > sendxmpp.1 - - touch build-stamp - - clean: - dh_testdir - dh_testroot - rm -f build-stamp configure-stamp - - rm -f sendxmpp.1 - - dh_clean - - install: build - dh_testdir - dh_testroot - dh_prep - dh_installdirs - - install sendxmpp debian/sendxmpp/usr/bin/ - install -m 422 sendxmpp.1 debian/sendxmpp/usr/share/man/man1/ - - - # Build architecture-independent files here. - binary-arch: build install - # We have nothing to do by default. - - # Build architecture-dependent files here. - binary-indep: build install - dh_testdir - dh_testroot - dh_installchangelogs Changes - dh_installdocs - dh_installexamples - dh_installman - dh_link - dh_strip - dh_compress - dh_fixperms - dh_perl - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - - binary: binary-indep binary-arch - .PHONY: build clean binary-indep binary-arch binary install configure ++%: ++ dh $@