r39292 - in /trunk/libextutils-parsexs-perl/debian: changelog compat control rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Jul 4 00:10:59 UTC 2009


Author: jawnsy-guest
Date: Sat Jul  4 00:10:53 2009
New Revision: 39292

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39292
Log:
* No longer needs Module::Build, Makefile.PL is traditional
* Rewrote control description
* Bumped debhelper dependency to 7; use the short rules style

Modified:
    trunk/libextutils-parsexs-perl/debian/changelog
    trunk/libextutils-parsexs-perl/debian/compat
    trunk/libextutils-parsexs-perl/debian/control
    trunk/libextutils-parsexs-perl/debian/rules

Modified: trunk/libextutils-parsexs-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-parsexs-perl/debian/changelog?rev=39292&op=diff
==============================================================================
--- trunk/libextutils-parsexs-perl/debian/changelog (original)
+++ trunk/libextutils-parsexs-perl/debian/changelog Sat Jul  4 00:10:53 2009
@@ -7,6 +7,9 @@
   * Standards-Version 3.8.2
   * Added /me to Uploaders and Copyright
   * Updated copyright statements
+  * No longer needs Module::Build, Makefile.PL is traditional
+  * Rewrote control description
+  * Bumped debhelper dependency to 7; use the short rules style
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN

Modified: trunk/libextutils-parsexs-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-parsexs-perl/debian/compat?rev=39292&op=diff
==============================================================================
--- trunk/libextutils-parsexs-perl/debian/compat (original)
+++ trunk/libextutils-parsexs-perl/debian/compat Sat Jul  4 00:10:53 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libextutils-parsexs-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-parsexs-perl/debian/control?rev=39292&op=diff
==============================================================================
--- trunk/libextutils-parsexs-perl/debian/control (original)
+++ trunk/libextutils-parsexs-perl/debian/control Sat Jul  4 00:10:53 2009
@@ -1,7 +1,7 @@
 Source: libextutils-parsexs-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.8.0-7), libextutils-cbuilder-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>,
@@ -14,12 +14,9 @@
 Package: libextutils-parsexs-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libextutils-cbuilder-perl
-Description: convert Perl XS code into C code
- ExtUtils::ParseXS will compile XS code into C code by embedding the
- constructs necessary to let C functions manipulate Perl values, and
- creates the glue necessary to let Perl access those functions.
- .
- This is all the same functionality as the "xsubpp" program included
- with perl -- and in fact there's an "xsubpp" replacement script
- included in this package -- but this package's modular interface may
- be more convenient for some purposes.
+Description: Perl utility to process Perl XS code into C code
+ ExtUtils::ParseXS provides a modular way of compiling Perl XS code into the
+ appropriate C code by embedding the constructs necessary to let C functions
+ manipulate Perl values and creating the glue necessary to let Perl access
+ those functions. It is functionally similar to the "xsubpp" program included
+ with perl and in fact provides a drop-in replacement for it.

Modified: trunk/libextutils-parsexs-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-parsexs-perl/debian/rules?rev=39292&op=diff
==============================================================================
--- trunk/libextutils-parsexs-perl/debian/rules (original)
+++ trunk/libextutils-parsexs-perl/debian/rules Sat Jul  4 00:10:53 2009
@@ -1,60 +1,4 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
-#
-# It was later modified by Jason Kohles <email at jasonkohles.com>
-# http://www.jasonkohles.com/ to support Module::Build installed modules
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	$(PERL) Build.PL installdirs=vendor
-	$(PERL) Build
-	$(PERL) Build test
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(PERL) Build install destdir=$(TMP) create_packlist=0
-	touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh $@




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