r45080 - in /trunk/dh-make-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Sep 30 12:37:45 UTC 2009


Author: dmn
Date: Wed Sep 30 12:37:40 2009
New Revision: 45080

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45080
Log:
remove META/MANIFEST handling from debian/rules

perhaps there is some other way for this to be done that all
CPAN authors use. no ned to clutter innocent debian/rules

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/debian/rules

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=45080&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Wed Sep 30 12:37:40 2009
@@ -3,7 +3,6 @@
   [ Ryan Niebur ]
   * fix MANIFEST file handling
   * use Test::DistManifest
-  * update META.yml/MANIFEST/Makefile.PL during build
   * add missing requires for Parse::DebControl
   * add missing build_requires on File::Touch
   * Update ryan52's email address

Modified: trunk/dh-make-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/rules?rev=45080&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/rules (original)
+++ trunk/dh-make-perl/debian/rules Wed Sep 30 12:37:40 2009
@@ -2,15 +2,6 @@
 
 %:
 	dh $@
-
-override_dh_auto_configure:
-	dh_auto_configure
-	./Build distmeta
-	./Build manifest
-
-override_dh_auto_clean:
-	dh_auto_clean
-	[ ! -f MANIFEST.SKIP.bak ] || mv MANIFEST.SKIP.bak MANIFEST.SKIP
 
 override_dh_auto_test:
 # leave this here for Test::DistManifest..I want it to happen on package build but not on CPAN install.




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