r18046 - in /trunk/libdbi-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Thu Mar 27 16:41:00 UTC 2008


Author: gregoa-guest
Date: Thu Mar 27 16:40:59 2008
New Revision: 18046

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18046
Log:
debian/rules: remove obsolete source and diff targets, add install
target to .PHONY.

Modified:
    trunk/libdbi-perl/debian/changelog
    trunk/libdbi-perl/debian/rules

Modified: trunk/libdbi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbi-perl/debian/changelog?rev=18046&op=diff
==============================================================================
--- trunk/libdbi-perl/debian/changelog (original)
+++ trunk/libdbi-perl/debian/changelog Thu Mar 27 16:40:59 2008
@@ -3,8 +3,10 @@
   * New upstream release.
   * Remove patch manpage-typo, applied upstreams.
   * Refresh patch t__85gofer.t__timeout.patch.
-
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 27 Mar 2008 17:34:03 +0100
+  * debian/rules: remove obsolete source and diff targets, add install
+    target to .PHONY.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 27 Mar 2008 17:36:10 +0100
 
 libdbi-perl (1.602-1) unstable; urgency=low
 

Modified: trunk/libdbi-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbi-perl/debian/rules?rev=18046&op=diff
==============================================================================
--- trunk/libdbi-perl/debian/rules (original)
+++ trunk/libdbi-perl/debian/rules Thu Mar 27 16:40:59 2008
@@ -84,8 +84,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