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

dam-guest at users.alioth.debian.org dam-guest at users.alioth.debian.org
Mon Jun 12 19:51:41 UTC 2006


Author: dam-guest
Date: Mon Jun 12 19:51:40 2006
New Revision: 2945

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=2945
Log:
manually remove Makefile and Makefile.old in clean; Drop binary-arch, were Arch:all

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=2945&op=diff
==============================================================================
--- packages/librpc-xml-perl/trunk/debian/rules (original)
+++ packages/librpc-xml-perl/trunk/debian/rules Mon Jun 12 19:51:40 2006
@@ -37,6 +37,8 @@
 	# Add here commands to clean up after the build process.
 	-$(MAKE) realclean
 
+	rm -rf Makefile Makefile.old
+
 	dh_clean
 
 install: 
@@ -49,10 +51,6 @@
 	#$(MAKE) install DESTDIR=`pwd`/debian/tmp
 	$(MAKE) install PREFIX=$(TMP)/usr
 
-
-# Build architecture-dependent files here.
-binary-arch: build install
-# We have nothing to do by default.
 
 # Build architecture-independent files here.
 binary-indep: build install
@@ -83,5 +81,5 @@
 source diff:                                                                  
 	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+binary: binary-indep
+.PHONY: build clean binary-indep binary




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