r2949 - /packages/librpc-xml-perl/trunk/debian/rules

dam-guest at users.alioth.debian.org dam-guest at users.alioth.debian.org
Mon Jun 12 20:15:18 UTC 2006


Author: dam-guest
Date: Mon Jun 12 20:15:07 2006
New Revision: 2949

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=2949
Log:
Add back binary-indep target to satisfy lintian

Modified:
    packages/librpc-xml-perl/trunk/debian/rules

Modified: packages/librpc-xml-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/librpc-xml-perl/trunk/debian/rules?rev=2949&op=diff
==============================================================================
--- packages/librpc-xml-perl/trunk/debian/rules (original)
+++ packages/librpc-xml-perl/trunk/debian/rules Mon Jun 12 20:15:07 2006
@@ -52,6 +52,13 @@
 	$(MAKE) install PREFIX=$(TMP)/usr
 
 
+# Build architecture-dependent files here
+binary-arch:
+	# since this is an Architecture: all package, we don't do anything here
+	# this target is provided to satisfy lintian, despite the fact that
+	# this target is marked "optional" by section 4.8 of the policy
+
+
 # Build architecture-independent files here.
 binary-indep: build install
 #	dh_testversion
@@ -81,5 +88,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-arch binary-indep binary




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