r18968 - /trunk/libemail-mime-createhtml-perl/debian/rules

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Mon Apr 21 16:00:30 UTC 2008


Author: yvesago-guest
Date: Mon Apr 21 16:00:28 2008
New Revision: 18968

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18968
Log:
* clean debian/rules
* add dh_installdocs else copyright is not include

Modified:
    trunk/libemail-mime-createhtml-perl/debian/rules

Modified: trunk/libemail-mime-createhtml-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-createhtml-perl/debian/rules?rev=18968&op=diff
==============================================================================
--- trunk/libemail-mime-createhtml-perl/debian/rules (original)
+++ trunk/libemail-mime-createhtml-perl/debian/rules Mon Apr 21 16:00:28 2008
@@ -18,7 +18,6 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
@@ -28,7 +27,6 @@
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
 
 install: install-stamp
@@ -36,7 +34,6 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	# Add commands to install the package into $(TMP) here
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	[ ! -d $(TMP)/usr/lib/perl5 ] || \
 		rmdir --ignore-fail-on-non-empty --parents --verbose \
@@ -50,6 +47,7 @@
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs Changes
+	dh_installdocs
 	dh_perl
 	dh_compress
 	dh_fixperms




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