r21641 - in /trunk/libppi-xs-perl/debian: ./ changelog compat control copyright rules watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 15 17:02:06 UTC 2008


Author: gregoa
Date: Sun Jun 15 17:02:06 2008
New Revision: 21641

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

Added:
    trunk/libppi-xs-perl/debian/
    trunk/libppi-xs-perl/debian/changelog
    trunk/libppi-xs-perl/debian/compat
    trunk/libppi-xs-perl/debian/control
    trunk/libppi-xs-perl/debian/copyright
    trunk/libppi-xs-perl/debian/rules   (with props)
    trunk/libppi-xs-perl/debian/watch

Added: trunk/libppi-xs-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-xs-perl/debian/changelog?rev=21641&op=file
==============================================================================
--- trunk/libppi-xs-perl/debian/changelog (added)
+++ trunk/libppi-xs-perl/debian/changelog Sun Jun 15 17:02:06 2008
@@ -1,0 +1,34 @@
+libppi-xs-perl (0.900-4.1) unstable; urgency=low
+
+  * Non-maintainer upload for the Perl 5.10 transition.
+  * Don't try to remove /usr/share/perl5 if it doesn't exist. (Closes: #463548)
+
+ -- Niko Tyni <ntyni at debian.org>  Tue, 01 Apr 2008 21:14:35 +0300
+
+libppi-xs-perl (0.900-4) unstable; urgency=low
+
+  * Added libextutils-autoinstall-perl to Build-Depends (Closes: #352510).
+
+ -- Florian Ragwitz <rafl at debian.org>  Fri, 17 Feb 2006 23:40:18 +0100
+
+libppi-xs-perl (0.900-3) unstable; urgency=low
+
+  * New Maintainer with acknowledgement from the former one.
+  * Bumped up Standards-Version to 3.6.2 (no changes).
+  * Moved build-dep-indep to build-dep as we don't build arch-indep packages.
+  * Cleaned up debian/rules.
+
+ -- Florian Ragwitz <rafl at debian.org>  Sat, 11 Feb 2006 10:11:21 +0100
+
+libppi-xs-perl (0.900-2) unstable; urgency=low
+
+  * Remove spurious dependency on libmodule-build-perl.
+
+ -- Chip Salzenberg <chip at debian.org>  Fri,  8 Apr 2005 17:22:37 -0400
+
+libppi-xs-perl (0.900-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Chip Salzenberg <chip at debian.org>  Thu,  7 Apr 2005 21:36:23 -0400
+

Added: trunk/libppi-xs-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-xs-perl/debian/compat?rev=21641&op=file
==============================================================================
--- trunk/libppi-xs-perl/debian/compat (added)
+++ trunk/libppi-xs-perl/debian/compat Sun Jun 15 17:02:06 2008
@@ -1,0 +1,1 @@
+4

Added: trunk/libppi-xs-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-xs-perl/debian/control?rev=21641&op=file
==============================================================================
--- trunk/libppi-xs-perl/debian/control (added)
+++ trunk/libppi-xs-perl/debian/control Sun Jun 15 17:02:06 2008
@@ -1,0 +1,22 @@
+Source: libppi-xs-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.2), perl (>= 5.8.0-7), libppi-perl (>= 0.845), libextutils-autoinstall-perl
+Maintainer: Florian Ragwitz <rafl at debian.org>
+Standards-Version: 3.6.2
+
+Package: libppi-xs-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libppi-perl (>= 0.845)
+Description:  XS acceleration for the PPI perl parser
+ PPI::XS provides XS-based acceleration of the core PPI packages. It
+ selectively replaces a (small but growing) number of methods throughout
+ PPI with identical but much faster C versions.
+ .
+ Once installed, it will be auto-detected and loaded in by PPI completely
+ transparently.
+ .
+ If the two fall out of sync, the integration between the two is designed
+ to degrade gracefully. PPI::XS is capable of determining which functions
+ are no longer equal, and will simple leave the perl version alone,
+ deleting the C version to free up the memory.

Added: trunk/libppi-xs-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-xs-perl/debian/copyright?rev=21641&op=file
==============================================================================
--- trunk/libppi-xs-perl/debian/copyright (added)
+++ trunk/libppi-xs-perl/debian/copyright Sun Jun 15 17:02:06 2008
@@ -1,0 +1,20 @@
+This is the debian package for the PPI-XS module.
+It was created by Chip Salzenberg <chip at debian.org> using dh-make-perl.
+
+The upstream author is: 
+
+Richard Soderburg (Maintainer)
+
+Adam Kennedy <cpan at ali.as>, http://ali.as/
+
+Copyright (c) 2005 Richard Soderberg and Adam Kennedy.
+All rights reserved.
+
+This program is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.  The full text of the license
+can be found in the LICENSE file included with this module.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.

Added: trunk/libppi-xs-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-xs-perl/debian/rules?rev=21641&op=file
==============================================================================
--- trunk/libppi-xs-perl/debian/rules (added)
+++ trunk/libppi-xs-perl/debian/rules Sun Jun 15 17:02:06 2008
@@ -1,0 +1,69 @@
+#!/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)
+
+# Allow disabling build optimation by setting noopt in
+# $DEB_BUILD_OPTIONS
+CFLAGS = -Wall -g
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+        CFLAGS += -O0
+else
+        CFLAGS += -O2
+endif
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
+	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) PREFIX=/usr
+	[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5
+	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 README
+	dh_installchangelogs 
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl 
+	dh_shlibdeps
+	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/libppi-xs-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libppi-xs-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-xs-perl/debian/watch?rev=21641&op=file
==============================================================================
--- trunk/libppi-xs-perl/debian/watch (added)
+++ trunk/libppi-xs-perl/debian/watch Sun Jun 15 17:02:06 2008
@@ -1,0 +1,3 @@
+# format version number, currently 2; this line is compulsory!
+version=2
+http://www.cpan.org/modules/by-module/PPI/PPI-XS-(.*)(.tar.gz|.tar|.tgz)




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