r12707 - /trunk/libxml-libxml-common-perl/debian/rules

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Mon Jan 14 11:37:17 UTC 2008


Author: ntyni
Date: Mon Jan 14 11:37:16 2008
New Revision: 12707

URL: http://svn.debian.org/wsvn/?sc=1&rev=12707
Log:
cosmetic changes

Modified:
    trunk/libxml-libxml-common-perl/debian/rules

Modified: trunk/libxml-libxml-common-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-libxml-common-perl/debian/rules?rev=12707&op=diff
==============================================================================
--- trunk/libxml-libxml-common-perl/debian/rules (original)
+++ trunk/libxml-libxml-common-perl/debian/rules Mon Jan 14 11:37:16 2008
@@ -21,7 +21,6 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-	# Add here commands to compile the package.
 	perl Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
 	$(MAKE) test
@@ -30,7 +29,6 @@
 clean:
 	dh_testdir
 	dh_testroot
-
 	[ ! -f Makefile ] || $(MAKE) distclean
 	dh_clean
 
@@ -40,7 +38,6 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5
 	touch $@




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