r16899 - in /trunk/libgd-barcode-perl/debian: changelog examples rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Mar 8 14:00:14 UTC 2008


Author: gregoa-guest
Date: Sat Mar  8 14:00:13 2008
New Revision: 16899

URL: http://svn.debian.org/wsvn/?sc=1&rev=16899
Log:
* debian/rules:
  - move tests to build-stamp target
  - let install-stamp target depend on build-stamp
  - move dh_clean before make realclean
  - don't install README anymore (text version of the POD documentation)
* Remove debian/examples and install sample/* from debian/rules.

Removed:
    trunk/libgd-barcode-perl/debian/examples
Modified:
    trunk/libgd-barcode-perl/debian/changelog
    trunk/libgd-barcode-perl/debian/rules

Modified: trunk/libgd-barcode-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libgd-barcode-perl/debian/changelog?rev=16899&op=diff
==============================================================================
--- trunk/libgd-barcode-perl/debian/changelog (original)
+++ trunk/libgd-barcode-perl/debian/changelog Sat Mar  8 14:00:13 2008
@@ -5,6 +5,11 @@
     Homepage pseudo-field (Description); XS-Vcs-Svn fields.
   * debian/watch: remove dash from the version capture.
   * debian/rules: delete /usr/lib/perl5 only if it exists (closes: #467790).
+  * debian/rules:
+    - move tests to build-stamp target
+    - let install-stamp target depend on build-stamp
+    - move dh_clean before make realclean
+    - don't install README anymore (text version of the POD documentation)
   * debian/watch: use dist-based URL.
   * Set Standards-Version to 3.7.3 (no changes).
   * Add /me to Uploaders.
@@ -12,8 +17,9 @@
     - add upstream source location
     - update years of copyright (there's one file with a newer date)
     - convert to new format
+  * Remove debian/examples and install sample/* from debian/rules.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 08 Mar 2008 14:54:06 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 08 Mar 2008 14:56:32 +0100
 
 libgd-barcode-perl (1.15-3) unstable; urgency=low
 

Modified: trunk/libgd-barcode-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libgd-barcode-perl/debian/rules?rev=16899&op=diff
==============================================================================
--- trunk/libgd-barcode-perl/debian/rules (original)
+++ trunk/libgd-barcode-perl/debian/rules Sat Mar  8 14:00:13 2008
@@ -22,6 +22,7 @@
 
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
+	$(MAKE) test
 
 	touch build-stamp
 
@@ -29,17 +30,15 @@
 	dh_testdir
 	dh_testroot
 
+	dh_clean build-stamp install-stamp
 	[ ! -f Makefile ] || $(MAKE) realclean
 
-	dh_clean build-stamp install-stamp
-
-install: build install-stamp
-install-stamp:
+install: install-stamp
+install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k
 
-	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
 	# As this is a architecture independent package, we are not
@@ -55,8 +54,8 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installexamples
-	dh_installdocs README
+	dh_installexamples sample/*
+	dh_installdocs
 	dh_installchangelogs Changes
 	dh_perl
 	dh_compress




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