r17875 - in /trunk/dh-make-perl: debian/changelog rules.MakeMaker.noxs rules.MakeMaker.xs rules.Module-Build.noxs rules.Module-Build.xs

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Mar 19 10:27:44 UTC 2008


Author: dmn
Date: Wed Mar 19 10:27:43 2008
New Revision: 17875

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=17875
Log:
* all rules.* templates: drop obsolete 'source' and 'diff' targets

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/rules.MakeMaker.noxs
    trunk/dh-make-perl/rules.MakeMaker.xs
    trunk/dh-make-perl/rules.Module-Build.noxs
    trunk/dh-make-perl/rules.Module-Build.xs

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=17875&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Wed Mar 19 10:27:43 2008
@@ -2,6 +2,7 @@
 
   * use debhelper compatibility level 5 (and respective build-dependency on
     debhelper) for generated packages
+  * all rules.* templates: drop obsolete 'source' and 'diff' targets
 
  -- Damyan Ivanov <dmn at debian.org>  Wed, 19 Mar 2008 09:44:05 +0200
 

Modified: trunk/dh-make-perl/rules.MakeMaker.noxs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/rules.MakeMaker.noxs?rev=17875&op=diff
==============================================================================
--- trunk/dh-make-perl/rules.MakeMaker.noxs (original)
+++ trunk/dh-make-perl/rules.MakeMaker.noxs Wed Mar 19 10:27:43 2008
@@ -60,8 +60,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 install source diff
+.PHONY: build clean binary-indep binary-arch binary install

Modified: trunk/dh-make-perl/rules.MakeMaker.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/rules.MakeMaker.xs?rev=17875&op=diff
==============================================================================
--- trunk/dh-make-perl/rules.MakeMaker.xs (original)
+++ trunk/dh-make-perl/rules.MakeMaker.xs Wed Mar 19 10:27:43 2008
@@ -73,8 +73,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 install source diff
+.PHONY: build clean binary-indep binary-arch binary install

Modified: trunk/dh-make-perl/rules.Module-Build.noxs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/rules.Module-Build.noxs?rev=17875&op=diff
==============================================================================
--- trunk/dh-make-perl/rules.Module-Build.noxs (original)
+++ trunk/dh-make-perl/rules.Module-Build.noxs Wed Mar 19 10:27:43 2008
@@ -60,8 +60,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 install source diff
+.PHONY: build clean binary-indep binary-arch binary install

Modified: trunk/dh-make-perl/rules.Module-Build.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/rules.Module-Build.xs?rev=17875&op=diff
==============================================================================
--- trunk/dh-make-perl/rules.Module-Build.xs (original)
+++ trunk/dh-make-perl/rules.Module-Build.xs Wed Mar 19 10:27:43 2008
@@ -70,8 +70,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 install source diff
+.PHONY: build clean binary-indep binary-arch binary install




More information about the Pkg-perl-cvs-commits mailing list