r32963 - in /trunk/libarchive-any-perl/debian: changelog rules

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Thu Apr 9 23:28:34 UTC 2009


Author: emhn-guest
Date: Thu Apr  9 23:28:29 2009
New Revision: 32963

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32963
Log:
Upgraded to DH using dh-make-perl refresh mode.

Modified:
    trunk/libarchive-any-perl/debian/changelog
    trunk/libarchive-any-perl/debian/rules

Modified: trunk/libarchive-any-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-any-perl/debian/changelog?rev=32963&op=diff
==============================================================================
--- trunk/libarchive-any-perl/debian/changelog (original)
+++ trunk/libarchive-any-perl/debian/changelog Thu Apr  9 23:28:29 2009
@@ -1,10 +1,14 @@
 libarchive-any-perl (0.0932-2) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:39:30 +0100
+  [ Ernesto Hernández-Novich (USB) ]
+  * Upgraded to DH using dh-make-perl refresh mode.
+
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Thu, 09 Apr 2009 18:57:42 -0430
 
 libarchive-any-perl (0.0932-1) unstable; urgency=low
 

Modified: trunk/libarchive-any-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-any-perl/debian/rules?rev=32963&op=diff
==============================================================================
--- trunk/libarchive-any-perl/debian/rules (original)
+++ trunk/libarchive-any-perl/debian/rules Thu Apr  9 23:28:29 2009
@@ -21,6 +21,7 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
+	# Add commands to compile the package here
 	$(PERL) Build.PL installdirs=vendor
 	$(PERL) Build
 	$(PERL) Build test
@@ -30,6 +31,7 @@
 	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
@@ -37,6 +39,7 @@
 	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 $@
 
@@ -46,7 +49,7 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs
+	dh_installdocs README
 	dh_installchangelogs Changes
 	dh_perl
 	dh_compress




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