r30051 - in /trunk/libpoe-component-irc-perl/debian: changelog rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat Jan 24 04:20:00 UTC 2009


Author: ryan52-guest
Date: Sat Jan 24 04:19:57 2009
New Revision: 30051

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30051
Log:
actually apply the patch that adds shebang to example script (was
missing quilt stuff in debian/rules)

Modified:
    trunk/libpoe-component-irc-perl/debian/changelog
    trunk/libpoe-component-irc-perl/debian/rules

Modified: trunk/libpoe-component-irc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/debian/changelog?rev=30051&op=diff
==============================================================================
--- trunk/libpoe-component-irc-perl/debian/changelog (original)
+++ trunk/libpoe-component-irc-perl/debian/changelog Sat Jan 24 04:19:57 2009
@@ -19,8 +19,10 @@
   * add libsocket6-perl to Suggests
   * don't install the README, as it mostly contains information provided
     elsewhere, in more Debian ways
-
- -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 23 Jan 2009 20:10:20 -0800
+  * actually apply the patch that adds shebang to example script (was
+    missing quilt stuff in debian/rules)
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 23 Jan 2009 20:19:18 -0800
 
 libpoe-component-irc-perl (5.88+dfsg-1) unstable; urgency=low
 

Modified: trunk/libpoe-component-irc-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/debian/rules?rev=30051&op=diff
==============================================================================
--- trunk/libpoe-component-irc-perl/debian/rules (original)
+++ trunk/libpoe-component-irc-perl/debian/rules Sat Jan 24 04:19:57 2009
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
 
+include /usr/share/quilt/quilt.make
+
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh build --before auto_test
 	# Run tests only if localhost is reachable, the perl snippet returns
 	# fail code when reachable.
@@ -10,7 +12,7 @@
 	dh build --after auto_test
 	touch $@
 
-clean:
+clean: unpatch
 	dh $@
 
 install: install-stamp




More information about the Pkg-perl-cvs-commits mailing list