r19294 - in /trunk/libpoe-component-client-http-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Apr 30 21:04:59 UTC 2008


Author: gregoa
Date: Wed Apr 30 21:04:58 2008
New Revision: 19294

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19294
Log:
minor update; don't install README any more (no useful information for
users of the Debian package)

Modified:
    trunk/libpoe-component-client-http-perl/debian/changelog
    trunk/libpoe-component-client-http-perl/debian/rules

Modified: trunk/libpoe-component-client-http-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/changelog?rev=19294&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/changelog (original)
+++ trunk/libpoe-component-client-http-perl/debian/changelog Wed Apr 30 21:04:58 2008
@@ -4,8 +4,10 @@
     - add unpatch as a prerequisite to clean target
     - touch Makefile in clean target after unpatching Makefile.PL to prevent
       it from being re-built; allows building twice in a row
+    - minor update; don't install README any more (no useful information for
+      users of the Debian package)
 
- -- gregor herrmann <gregoa at debian.org>  Mon, 28 Apr 2008 18:59:44 +0200
+ -- gregor herrmann <gregoa at debian.org>  Wed, 30 Apr 2008 23:04:30 +0200
 
 libpoe-component-client-http-perl (0.83-1) unstable; urgency=low
 

Modified: trunk/libpoe-component-client-http-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/rules?rev=19294&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/rules (original)
+++ trunk/libpoe-component-client-http-perl/debian/rules Wed Apr 30 21:04:58 2008
@@ -46,8 +46,8 @@
 	dh_testdir
 	dh_testroot
 	dh_installexamples examples/*
-	dh_installdocs README
-	dh_installchangelogs -k CHANGES
+	dh_installdocs
+	dh_installchangelogs CHANGES
 	dh_perl
 	dh_compress
 	dh_fixperms
@@ -56,8 +56,5 @@
 	dh_md5sums
 	dh_builddeb
 
-source diff:
-	@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