r25836 - in /trunk/libmodule-build-perl: debian/changelog debian/control debian/rules t/bundled/

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Oct 7 19:24:30 UTC 2008


Author: dmn
Date: Tue Oct  7 19:24:24 2008
New Revision: 25836

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25836
Log:
TODO: - bump policy-compliance to 3.8.0
* remove t/bundled in clean target; add libtie-cphash-perl to B-D-I instead

Removed:
    trunk/libmodule-build-perl/t/bundled/
Modified:
    trunk/libmodule-build-perl/debian/changelog
    trunk/libmodule-build-perl/debian/control
    trunk/libmodule-build-perl/debian/rules

Modified: trunk/libmodule-build-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/changelog?rev=25836&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/changelog (original)
+++ trunk/libmodule-build-perl/debian/changelog Tue Oct  7 19:24:24 2008
@@ -1,7 +1,6 @@
 libmodule-build-perl (0.3000-1) UNRELEASED; urgency=low
 
-    TODO: + decide for or against repacking, ripping-off t/bundled/
-            - bump policy-compliance to 3.8.0
+    TODO: - bump policy-compliance to 3.8.0
           + lintian reports a manpage error
 
   [ gregor herrmann ]
@@ -17,6 +16,7 @@
   * add libtest-harness-perl (>= 3.02) to B-D-I, enabling use_tap_harness test
     during build
   * copyright: drop t/bundled/Test/* entries as no longer shipped upstream
+  * remove t/bundled in clean target; add libtie-cphash-perl to B-D-I instead
 
  -- Damyan Ivanov <dmn at debian.org>  Mon, 06 Oct 2008 10:23:27 +0300
 

Modified: trunk/libmodule-build-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/control?rev=25836&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/control (original)
+++ trunk/libmodule-build-perl/debian/control Tue Oct  7 19:24:24 2008
@@ -8,7 +8,7 @@
 Build-Depends-Indep: perl (>= 5.6.0-16), libyaml-perl,
  libextutils-cbuilder-perl, libextutils-parsexs-perl, libarchive-tar-perl,
  libpar-dist-perl (>= 0.17), libversion-perl, libarchive-zip-perl,
- libtest-harness-perl (>= 3.02)
+ libtest-harness-perl (>= 3.02), libtie-cphash-perl
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Module-Build/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmodule-build-perl/

Modified: trunk/libmodule-build-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-build-perl/debian/rules?rev=25836&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/rules (original)
+++ trunk/libmodule-build-perl/debian/rules Tue Oct  7 19:24:24 2008
@@ -23,6 +23,8 @@
 clean: unpatch
 	dh_testdir
 	dh_testroot
+	! [ -e t/bundled] || rm -rv t/bundled
+
 
 	dh_clean build-stamp install-stamp
 	[ ! -f Build ] || $(PERL) ./Build realclean




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