r20534 - /trunk/libmoose-policy-perl/debian/rules
antgel-guest at users.alioth.debian.org
antgel-guest at users.alioth.debian.org
Thu May 29 21:02:57 UTC 2008
Author: antgel-guest
Date: Thu May 29 21:02:57 2008
New Revision: 20534
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20534
Log:
Don't install README, remove spurious comments
Modified:
trunk/libmoose-policy-perl/debian/rules
Modified: trunk/libmoose-policy-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-policy-perl/debian/rules?rev=20534&op=diff
==============================================================================
--- trunk/libmoose-policy-perl/debian/rules (original)
+++ trunk/libmoose-policy-perl/debian/rules Thu May 29 21:02:57 2008
@@ -21,7 +21,6 @@
build: build-stamp
build-stamp:
dh_testdir
- # Add commands to compile the package here
$(PERL) Build.PL installdirs=vendor
$(PERL) Build
$(PERL) Build test
@@ -31,7 +30,6 @@
dh_testdir
dh_testroot
dh_clean build-stamp install-stamp
- # Add commands to clean up after the build process here
[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
install: install-stamp
@@ -39,7 +37,6 @@
dh_testdir
dh_testroot
dh_clean -k
- # Add commands to install the package into $(TMP) here
$(PERL) Build install destdir=$(TMP) create_packlist=0
touch $@
@@ -49,7 +46,7 @@
binary-indep: build install
dh_testdir
dh_testroot
- dh_installdocs README
+ dh_installdocs
dh_installchangelogs Changes
dh_perl
dh_compress
More information about the Pkg-perl-cvs-commits
mailing list