r8327 - /trunk/libsnmp-info-perl/debian/rules

ollyg-guest at users.alioth.debian.org ollyg-guest at users.alioth.debian.org
Wed Oct 17 22:19:49 UTC 2007


Author: ollyg-guest
Date: Wed Oct 17 22:19:49 2007
New Revision: 8327

URL: http://svn.debian.org/wsvn/?sc=1&rev=8327
Log:
untrim the unecessary targets

Modified:
    trunk/libsnmp-info-perl/debian/rules

Modified: trunk/libsnmp-info-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libsnmp-info-perl/debian/rules?rev=8327&op=diff
==============================================================================
--- trunk/libsnmp-info-perl/debian/rules (original)
+++ trunk/libsnmp-info-perl/debian/rules Wed Oct 17 22:19:49 2007
@@ -54,6 +54,9 @@
 
 	touch install-stamp
 
+binary-arch:
+# We have nothing to do by default.
+
 binary-indep: build install
 	dh_testdir
 	dh_testroot
@@ -75,5 +78,5 @@
 source diff:                                                                  
 	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
 
-binary: binary-indep
-.PHONY: build clean binary-indep binary
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary




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