r48053 - in /trunk/libparams-validate-perl/debian: changelog control rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Dec 1 16:44:02 UTC 2009


Author: jawnsy-guest
Date: Tue Dec  1 16:43:46 2009
New Revision: 48053

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48053
Log:
Force building using Module::Build so that XS code gets built
properly (the Makefile.PL is traditional, and won't build the
XS code, making this an Arch: all package)

Modified:
    trunk/libparams-validate-perl/debian/changelog
    trunk/libparams-validate-perl/debian/control
    trunk/libparams-validate-perl/debian/rules

Modified: trunk/libparams-validate-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparams-validate-perl/debian/changelog?rev=48053&op=diff
==============================================================================
--- trunk/libparams-validate-perl/debian/changelog (original)
+++ trunk/libparams-validate-perl/debian/changelog Tue Dec  1 16:43:46 2009
@@ -2,6 +2,9 @@
 
   * New upstream release
   * Remove unnecessary patches
+  * Force building using Module::Build so that XS code gets built
+    properly (the Makefile.PL is traditional, and won't build the
+    XS code, making this an Arch: all package)
 
  -- Jonathan Yu <jawnsy at cpan.org>  Mon, 30 Nov 2009 16:09:06 -0500
 

Modified: trunk/libparams-validate-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparams-validate-perl/debian/control?rev=48053&op=diff
==============================================================================
--- trunk/libparams-validate-perl/debian/control (original)
+++ trunk/libparams-validate-perl/debian/control Tue Dec  1 16:43:46 2009
@@ -1,9 +1,9 @@
 Source: libparams-validate-perl
 Section: perl
 Priority: optional
-Build-Depends: perl, debhelper (>= 7.0.50),
+Build-Depends: perl, debhelper (>= 7.0.50), libtest-taint-perl (>= 0.02),
+ perl (>= 5.10) | libmodule-build-perl, libtest-pod-coverage-perl,
  libreadonly-xs-perl, libreadonly-perl, libtest-pod-perl,
- libtest-pod-coverage-perl, libtest-taint-perl (>= 0.02),
  libtest-kwalitee-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>, Jonathan Yu <jawnsy at cpan.org>,

Modified: trunk/libparams-validate-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparams-validate-perl/debian/rules?rev=48053&op=diff
==============================================================================
--- trunk/libparams-validate-perl/debian/rules (original)
+++ trunk/libparams-validate-perl/debian/rules Tue Dec  1 16:43:46 2009
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --buildsystem=perl_build $@
 
 override_dh_auto_test:
 	AUTHOR_TESTING=1 dh_auto_test




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