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

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat May 30 01:08:49 UTC 2009


Author: ryan52-guest
Date: Sat May 30 01:08:43 2009
New Revision: 36733

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36733
Log:
convert to smaller debian/rules file

Modified:
    trunk/libpoe-component-irc-perl/debian/changelog
    trunk/libpoe-component-irc-perl/debian/control
    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=36733&op=diff
==============================================================================
--- trunk/libpoe-component-irc-perl/debian/changelog (original)
+++ trunk/libpoe-component-irc-perl/debian/changelog Sat May 30 01:08:43 2009
@@ -1,8 +1,9 @@
 libpoe-component-irc-perl (6.08-1) UNRELEASED; urgency=low
 
   * New upstream release
-
- -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 29 May 2009 08:26:28 -0700
+  * convert to smaller debian/rules file
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 29 May 2009 18:08:38 -0700
 
 libpoe-component-irc-perl (6.06+dfsg-1) unstable; urgency=low
 

Modified: trunk/libpoe-component-irc-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/debian/control?rev=36733&op=diff
==============================================================================
--- trunk/libpoe-component-irc-perl/debian/control (original)
+++ trunk/libpoe-component-irc-perl/debian/control Sat May 30 01:08:43 2009
@@ -1,7 +1,7 @@
 Source: libpoe-component-irc-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), quilt
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, libpoe-perl, libpoe-filter-ircd-perl,
  libpoe-component-client-dns-perl, libpoe-component-client-ident-perl, netbase,
  libtest-pod-perl, libtest-pod-coverage-perl, libsocket6-perl,

Modified: trunk/libpoe-component-irc-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/debian/rules?rev=36733&op=diff
==============================================================================
--- trunk/libpoe-component-irc-perl/debian/rules (original)
+++ trunk/libpoe-component-irc-perl/debian/rules Sat May 30 01:08:43 2009
@@ -1,35 +1,14 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
+%:
+	dh --with quilt $@
 
 override_dh_auto_clean:
 	make clean
 
-build: 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.
+override_dh_auto_test:
 	perl -MNet::Ping -e 'exit (Net::Ping->new()->ping("127.0.0.1", 1));' \
 		|| dh_auto_test
-	dh build --after auto_test
-	touch $@
 
-clean: unpatch
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install --before installchangelogs
+override_dh_installchangelogs:
 	dh_installchangelogs -k Changes
-	dh install --after installchangelogs
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build




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