r51671 - in /trunk/dh-make-perl: share/overrides t/dists/Strange-2.1/wanted-debian/control

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Jan 27 22:20:47 UTC 2010


Author: dmn
Date: Wed Jan 27 22:20:34 2010
New Revision: 51671

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51671
Log:
remove overrides about Strange-2 Architecture; fix wanted dependencies

Modified:
    trunk/dh-make-perl/share/overrides
    trunk/dh-make-perl/t/dists/Strange-2.1/wanted-debian/control

Modified: trunk/dh-make-perl/share/overrides
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/share/overrides?rev=51671&op=diff
==============================================================================
--- trunk/dh-make-perl/share/overrides (original)
+++ trunk/dh-make-perl/share/overrides Wed Jan 27 22:20:34 2010
@@ -16,10 +16,7 @@
 	bdepends => 'perl6, xlib-dev',
 	desc => 'really ugly module to test dh-make-perl',
 	longdesc => "A really ugly long description\nfor a really ugly perl module.",
-	arch => 'all',
-	# starting from version 2 it's an xs module
 	checkver => sub {return 'v2-' if (($version || "") =~ /^[2-9]\./);return '';},
-	'v2-arch' => 'any',
 	'v2-version' => sub {
 		if (($version || "") =~ /^\d+\.(\d+)/ && length($1) < 3) {
 			return $version.("0"x(3-length($1))); # maitain 3 digits after the dot

Modified: trunk/dh-make-perl/t/dists/Strange-2.1/wanted-debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/t/dists/Strange-2.1/wanted-debian/control?rev=51671&op=diff
==============================================================================
--- trunk/dh-make-perl/t/dists/Strange-2.1/wanted-debian/control (original)
+++ trunk/dh-make-perl/t/dists/Strange-2.1/wanted-debian/control Wed Jan 27 22:20:34 2010
@@ -1,8 +1,7 @@
 Source: libstrange-perl
 Section: misc
 Priority: Extra
-Build-Depends: perl6, xlib-dev
-Build-Depends-Indep: perl
+Build-Depends: perl6, xlib-dev, perl
 Maintainer: Joe Maintainer <joemaint at test.local>
 Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Strange/




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