r17244 - in /trunk/libcoat-perl/debian: changelog rules
gregoa-guest at users.alioth.debian.org
gregoa-guest at users.alioth.debian.org
Wed Mar 12 17:46:57 UTC 2008
Author: gregoa-guest
Date: Wed Mar 12 17:46:56 2008
New Revision: 17244
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=17244
Log:
debian/rules:
- remove unused dh_installexamples
- add install to .PHONY target
Modified:
trunk/libcoat-perl/debian/changelog
trunk/libcoat-perl/debian/rules
Modified: trunk/libcoat-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-perl/debian/changelog?rev=17244&op=diff
==============================================================================
--- trunk/libcoat-perl/debian/changelog (original)
+++ trunk/libcoat-perl/debian/changelog Wed Mar 12 17:46:56 2008
@@ -8,8 +8,11 @@
* debian/control: Added: libtest-exception-perl to build-dependencies to fix
a FTBFS bug (closes: #470269). Added: /me to Uploaders.
* Add debian/watch.
+ * debian/rules:
+ - remove unused dh_installexamples
+ - add install to .PHONY target
- -- gregor herrmann <gregor+debian at comodo.priv.at> Wed, 12 Mar 2008 18:41:08 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at> Wed, 12 Mar 2008 18:45:32 +0100
libcoat-perl (0.1-0.6-1) unstable; urgency=low
Modified: trunk/libcoat-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-perl/debian/rules?rev=17244&op=diff
==============================================================================
--- trunk/libcoat-perl/debian/rules (original)
+++ trunk/libcoat-perl/debian/rules Wed Mar 12 17:46:56 2008
@@ -58,7 +58,6 @@
binary-indep: build install
dh_testdir
dh_testroot
- dh_installexamples
dh_installdocs README
dh_installchangelogs CHANGES
dh_perl
@@ -73,4 +72,4 @@
@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+.PHONY: build clean binary-indep binary-arch binary install
More information about the Pkg-perl-cvs-commits
mailing list