r22460 - in /trunk/libhttp-server-simple-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 29 13:49:38 UTC 2008


Author: gregoa
Date: Sun Jun 29 13:49:38 2008
New Revision: 22460

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

Modified:
    trunk/libhttp-server-simple-perl/debian/changelog
    trunk/libhttp-server-simple-perl/debian/rules

Modified: trunk/libhttp-server-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-perl/debian/changelog?rev=22460&op=diff
==============================================================================
--- trunk/libhttp-server-simple-perl/debian/changelog (original)
+++ trunk/libhttp-server-simple-perl/debian/changelog Sun Jun 29 13:49:38 2008
@@ -8,6 +8,8 @@
 
   [ gregor herrmann ]
   * Add debian/README.source for compliance with Policy 3.8.0.
+  * debian/rules: remove obsolete source and diff targets, add install to
+    .PHONY.
 
  -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sun, 29 Jun 2008 00:27:46 -0430
 

Modified: trunk/libhttp-server-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-server-simple-perl/debian/rules?rev=22460&op=diff
==============================================================================
--- trunk/libhttp-server-simple-perl/debian/rules (original)
+++ trunk/libhttp-server-simple-perl/debian/rules Sun Jun 29 13:49:38 2008
@@ -54,8 +54,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