r13171 - in /trunk/libxml-xpathengine-perl/debian: changelog rules
gregoa-guest at users.alioth.debian.org
gregoa-guest at users.alioth.debian.org
Mon Jan 21 18:44:27 UTC 2008
Author: gregoa-guest
Date: Mon Jan 21 18:44:27 2008
New Revision: 13171
URL: http://svn.debian.org/wsvn/?sc=1&rev=13171
Log:
debian/rules:
- let install-stamp target depend on build-stamp
- don't install README, doesn't provide real information
- remove dh_installexamples, didn't install anything
Modified:
trunk/libxml-xpathengine-perl/debian/changelog
trunk/libxml-xpathengine-perl/debian/rules
Modified: trunk/libxml-xpathengine-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-xpathengine-perl/debian/changelog?rev=13171&op=diff
==============================================================================
--- trunk/libxml-xpathengine-perl/debian/changelog (original)
+++ trunk/libxml-xpathengine-perl/debian/changelog Mon Jan 21 18:44:27 2008
@@ -8,8 +8,12 @@
* Set debhelper compatibility level to 6.
* debian/watch: use dist-based URL.
* debian/copyright: use generic upstream URL and clarify the copyright.
+ * debian/rules:
+ - let install-stamp target depend on build-stamp
+ - don't install README, doesn't provide real information
+ - remove dh_installexamples, didn't install anything
- -- gregor herrmann <gregor+debian at comodo.priv.at> Mon, 21 Jan 2008 19:38:44 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at> Mon, 21 Jan 2008 19:39:45 +0100
libxml-xpathengine-perl (0.08-1) unstable; urgency=low
Modified: trunk/libxml-xpathengine-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-xpathengine-perl/debian/rules?rev=13171&op=diff
==============================================================================
--- trunk/libxml-xpathengine-perl/debian/rules (original)
+++ trunk/libxml-xpathengine-perl/debian/rules Mon Jan 21 18:44:27 2008
@@ -39,8 +39,8 @@
# Add commands to clean up after the build process here
[ ! -f Makefile ] || $(MAKE) realclean
-install: build install-stamp
-install-stamp:
+install: install-stamp
+install-stamp: build-stamp
dh_testdir
dh_testroot
dh_clean -k
@@ -61,8 +61,7 @@
binary-indep: build install
dh_testdir
dh_testroot
- dh_installexamples
- dh_installdocs README
+ dh_installdocs
dh_installchangelogs Changes
dh_perl
dh_compress
More information about the Pkg-perl-cvs-commits
mailing list