r16954 - in /trunk/liblexical-persistence-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Mar 8 21:31:44 UTC 2008


Author: gregoa-guest
Date: Sat Mar  8 21:31:44 2008
New Revision: 16954

URL: http://svn.debian.org/wsvn/?sc=1&rev=16954
Log:
debian/rules:
  - let install-stamp target depend on build-stamp
  - move dh_clean before make realclean
  - don't install README any more (just a copy of the POD documentation)
  - install eg/* as examples

Modified:
    trunk/liblexical-persistence-perl/debian/changelog
    trunk/liblexical-persistence-perl/debian/rules

Modified: trunk/liblexical-persistence-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/liblexical-persistence-perl/debian/changelog?rev=16954&op=diff
==============================================================================
--- trunk/liblexical-persistence-perl/debian/changelog (original)
+++ trunk/liblexical-persistence-perl/debian/changelog Sat Mar  8 21:31:44 2008
@@ -4,12 +4,17 @@
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
   * debian/rules: delete /usr/lib/perl5 only if it exists (closes: #467885).
+  * debian/rules:
+    - let install-stamp target depend on build-stamp
+    - move dh_clean before make realclean
+    - don't install README any more (just a copy of the POD documentation)
+    - install eg/* as examples
   * debian/watch: use dist-based URL.
   * Set Standards-Version to 3.7.3 (no changes).
   * Add /me to Uploaders.
   * debian/copyright: use generic download location.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 08 Mar 2008 22:27:22 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 08 Mar 2008 22:29:06 +0100
 
 liblexical-persistence-perl (0.97-1) unstable; urgency=low
 

Modified: trunk/liblexical-persistence-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/liblexical-persistence-perl/debian/rules?rev=16954&op=diff
==============================================================================
--- trunk/liblexical-persistence-perl/debian/rules (original)
+++ trunk/liblexical-persistence-perl/debian/rules Sat Mar  8 21:31:44 2008
@@ -34,13 +34,13 @@
 	dh_testdir
 	dh_testroot
 
+	dh_clean build-stamp install-stamp
+
 	# Add commands to clean up after the build process here
 	[ ! -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
@@ -61,7 +61,8 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs README
+	dh_installexamples eg/*
+	dh_installdocs
 	dh_installchangelogs CHANGES
 	dh_perl
 	dh_compress




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