r21243 - in /trunk/libextutils-parsexs-perl/debian: ./ changelog compat control copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 15 13:47:10 UTC 2008


Author: gregoa
Date: Sun Jun 15 13:47:10 2008
New Revision: 21243

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21243
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libextutils-parsexs-perl/debian/
    trunk/libextutils-parsexs-perl/debian/changelog
    trunk/libextutils-parsexs-perl/debian/compat
    trunk/libextutils-parsexs-perl/debian/control
    trunk/libextutils-parsexs-perl/debian/copyright
    trunk/libextutils-parsexs-perl/debian/rules   (with props)

Added: trunk/libextutils-parsexs-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-parsexs-perl/debian/changelog?rev=21243&op=file
==============================================================================
--- trunk/libextutils-parsexs-perl/debian/changelog (added)
+++ trunk/libextutils-parsexs-perl/debian/changelog Sun Jun 15 13:47:10 2008
@@ -1,0 +1,80 @@
+libextutils-parsexs-perl (2.15-2) unstable; urgency=low
+
+  * Use Makefile.PL instead of Build.PL.
+  * Remove libmodule-build-perl dependency (Closes: #385354).
+  * Bump-up Standards-Version to 3.7.2 (no changes).
+  * Use DH_COMPAT 5.
+
+ -- Florian Ragwitz <rafl at debian.org>  Sat,  2 Sep 2006 15:21:03 +0200
+
+libextutils-parsexs-perl (2.15-1) unstable; urgency=low
+
+  * New upstream release (Closes: #329536).
+  * New Maintainer with the acknowledgement from the former one.
+  * Cleaned up debian/rules.
+  * Bumped up Standards-Version.
+
+ -- Florian Ragwitz <rafl at debian.org>  Fri, 27 Jan 2006 03:23:19 +0100
+
+libextutils-parsexs-perl (2.09-2) unstable; urgency=low
+
+  * Change to "Architecture: all".  (dh-make-perl was fooled by an xs file
+    that's used only for testing.)
+
+ -- Chip Salzenberg <chip at debian.org>  Thu,  7 Apr 2005 19:19:12 -0400
+
+libextutils-parsexs-perl (2.09-1) unstable; urgency=low
+
+  * New upstream release.
+    > Apparently fixes FTBTS on amd64.  (closes: #277591)
+
+ -- Chip Salzenberg <chip at debian.org>  Tue,  5 Apr 2005 08:25:04 -0400
+
+libextutils-parsexs-perl (2.05-2) unstable; urgency=high
+
+  * Fix Build-Depends by deleting my hacked dpkg-source.
+
+ -- Chip Salzenberg <chip at debian.org>  Sun,  5 Oct 2003 21:42:32 -0400
+
+libextutils-parsexs-perl (2.05-1) unstable; urgency=low
+
+  * New upstream release.
+  * Expand package description.  (closes: #209710)
+
+ -- Chip Salzenberg <chip at debian.org>  Fri,  3 Oct 2003 19:11:49 -0400
+
+libextutils-parsexs-perl (2.02-3) unstable; urgency=medium
+
+  * Link test program with $Config{perllibs} instead of $Config{libs},
+    so build no longer needs libdb-dev and libgdbm-dev.  Adjust control
+    accordingly.
+  
+ -- Chip Salzenberg <chip at debian.org>  Sun, 27 Jul 2003 11:27:52 -0400
+
+libextutils-parsexs-perl (2.02-2) unstable; urgency=low
+
+  * Changed section from interpreters to perl.
+  * Changed Build-Depends to be Build-Depends-Indep, fixes lintian warning.
+  * Changed perl depends from hard number to ${perl:Depends}.
+  * Expanded Description field from upstream docs.
+  * Upped Standards-Version to 3.6.0.
+  * Use debhelper v4 (Depends in control, DH_COMPAT in rules).
+  * Remove unused directories from package.
+  * Use module test when building (requires libgdbm-dev as build dep).
+  (All above from Jay Bonci <jay at bonci.com>, thanks much)
+  * Install xsubpp substitute in examples, not where the libs are.
+
+ -- Chip Salzenberg <chip at debian.org>  Fri, 25 Jul 2003 14:54:19 -0400
+
+libextutils-parsexs-perl (2.02-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Chip Salzenberg <chip at debian.org>  Thu, 24 Jul 2003 17:58:06 -0400
+
+libextutils-parsexs-perl (1.99-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Chip Salzenberg <chip at debian.org>  Sat, 15 Feb 2003 16:06:56 -0500
+

Added: trunk/libextutils-parsexs-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-parsexs-perl/debian/compat?rev=21243&op=file
==============================================================================
--- trunk/libextutils-parsexs-perl/debian/compat (added)
+++ trunk/libextutils-parsexs-perl/debian/compat Sun Jun 15 13:47:10 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libextutils-parsexs-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-parsexs-perl/debian/control?rev=21243&op=file
==============================================================================
--- trunk/libextutils-parsexs-perl/debian/control (added)
+++ trunk/libextutils-parsexs-perl/debian/control Sun Jun 15 13:47:10 2008
@@ -1,0 +1,20 @@
+Source: libextutils-parsexs-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.0-7), libextutils-cbuilder-perl
+Maintainer: Florian Ragwitz <rafl at debian.org>
+Standards-Version: 3.7.2
+
+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.

Added: trunk/libextutils-parsexs-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-parsexs-perl/debian/copyright?rev=21243&op=file
==============================================================================
--- trunk/libextutils-parsexs-perl/debian/copyright (added)
+++ trunk/libextutils-parsexs-perl/debian/copyright Sun Jun 15 13:47:10 2008
@@ -1,0 +1,17 @@
+This is the debian package for the ExtUtils::ParseXS module.
+
+Chip Salzenberg <chip at debian.org> created this Debian package using
+original sources found on the Comprehensive Perl Archive Network
+(CPAN) <URL:http://cpan.org/>.  The Debian Perl packaging tool
+"dh-make-perl" was of great help.
+
+It's now maintained by Florian Ragwitz <rafl at debian.org>
+
+Original code for ExtUtils::xsubpp script was written by Larry Wall.
+Adapted into ExtUtils::ParseXS module by Ken Williams, <ken at mathforum.org>.
+
+This package may be redistributed under the terms of either the GNU
+General Public License or the Artistic License.  On a Debian GNU/Linux
+systems, the complete text of these licenses may be found in the files
+/usr/share/common-licenses/{GPL,Artistic}.
+

Added: trunk/libextutils-parsexs-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-parsexs-perl/debian/rules?rev=21243&op=file
==============================================================================
--- trunk/libextutils-parsexs-perl/debian/rules (added)
+++ trunk/libextutils-parsexs-perl/debian/rules Sun Jun 15 13:47:10 2008
@@ -1,0 +1,57 @@
+#!/usr/bin/make -f
+
+export PERL_MM_USE_DEFAULT=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	-$(MAKE) realclean
+	dh_clean build-stamp install-stamp
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(MAKE) test
+	$(MAKE) install DESTDIR=$(TMP)
+	touch install-stamp
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs 
+	dh_installchangelogs Changes
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl 
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

Propchange: trunk/libextutils-parsexs-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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