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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Nov 16 05:51:27 UTC 2007


Author: dmn
Date: Fri Nov 16 05:51:27 2007
New Revision: 9377

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

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

Added: trunk/libppi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libppi-perl/debian/changelog?rev=9377&op=file
==============================================================================
--- trunk/libppi-perl/debian/changelog (added)
+++ trunk/libppi-perl/debian/changelog Fri Nov 16 05:51:27 2007
@@ -1,0 +1,39 @@
+libppi-perl (1.118-0.1) unstable; urgency=low
+
+  * NMU
+  * New upstream release. Closes: #437963
+
+ -- Joey Hess <joeyh at debian.org>  Fri, 24 Aug 2007 22:50:01 -0400
+
+libppi-perl (1.115-1) unstable; urgency=low
+
+  * New upstream release (Closes: #369943).
+  * (Build-)Depend on libio-string-perl instead of libio-stringy-perl.
+  * Use debhelper compat level 5.
+  * Bump up Standards-Version to 3.7.2 (no changes).
+  * Improved Description.
+
+ -- Florian Ragwitz <rafl at debian.org>  Mon,  3 Jul 2006 16:19:41 +0200
+
+libppi-perl (1.110-1) unstable; urgency=low
+
+  * New Maintainer with acknowledgement from the former one.
+  * New upstream release (Closes: #329648).
+  * Bumped up Standards-Version to 3.6.2 (no changes).
+  * Cleaned up debian/rules.
+  * Updated (build-?)dependencies for the new upstream release.
+
+ -- Florian Ragwitz <rafl at debian.org>  Thu,  9 Feb 2006 23:00:31 +0100
+
+libppi-perl (0.903-2) unstable; urgency=low
+
+  * Remove spurious dependency on libmodule-build-perl.
+
+ -- Chip Salzenberg <chip at debian.org>  Fri,  8 Apr 2005 17:16:56 -0400
+
+libppi-perl (0.903-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Chip Salzenberg <chip at debian.org>  Thu,  7 Apr 2005 17:45:28 -0400
+

Added: trunk/libppi-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libppi-perl/debian/compat?rev=9377&op=file
==============================================================================
--- trunk/libppi-perl/debian/compat (added)
+++ trunk/libppi-perl/debian/compat Fri Nov 16 05:51:27 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libppi-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libppi-perl/debian/control?rev=9377&op=file
==============================================================================
--- trunk/libppi-perl/debian/control (added)
+++ trunk/libppi-perl/debian/control Fri Nov 16 05:51:27 2007
@@ -1,0 +1,25 @@
+Source: libppi-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.0-7), libio-string-perl (>= 1.07), libclone-perl (>= 0.17), liblist-moreutils-perl (>= 0.13), libparams-util-perl (>= 0.05)
+Maintainer: Florian Ragwitz <rafl at debian.org>
+Standards-Version: 3.7.2
+
+Package: libppi-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libio-string-perl (>= 1.07), libclone-perl (>= 0.17), liblist-moreutils-perl (>= 0.13), libparams-util-perl (>= 0.05)
+Description: Parse, Analyze and Manipulate Perl without perl
+ The ability to read, and manipulate Perl (the language) programmatically other
+ than with perl (the application) was one that caused difficulty for a long
+ time.
+ .
+ The cause of this problem was Perl's complex and dynamic grammar. Although
+ there is typically not a huge diversity in the grammar of most Perl code,
+ certain issues cause large problems when it comes to parsing.
+ .
+ The purpose of PPI is not to parse Perl Code, but to parse Perl Documents. By
+ treating the problem this way, we are able to parse a single file containing
+ Perl source code "isolated" from any other resources, such as libraries upon
+ which the code may depend, and without needing to run an instance of perl
+ alongside or inside the parser.

Added: trunk/libppi-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libppi-perl/debian/copyright?rev=9377&op=file
==============================================================================
--- trunk/libppi-perl/debian/copyright (added)
+++ trunk/libppi-perl/debian/copyright Fri Nov 16 05:51:27 2007
@@ -1,0 +1,15 @@
+This is the debian package for the PPI module.
+It was created by Chip Salzenberg <chip at debian.org> using dh-make-perl.
+
+The upstream author is Adam Kennedy <cpan at ali.as>.
+
+Copyright (c) 2004 - 2005 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-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libppi-perl/debian/rules?rev=9377&op=file
==============================================================================
--- trunk/libppi-perl/debian/rules (added)
+++ trunk/libppi-perl/debian/rules Fri Nov 16 05:51:27 2007
@@ -1,0 +1,56 @@
+#!/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) OPTIMIZE="-Wall -O2 -g"
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	-$(MAKE) distclean
+	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
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	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-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libppi-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libppi-perl/debian/watch?rev=9377&op=file
==============================================================================
--- trunk/libppi-perl/debian/watch (added)
+++ trunk/libppi-perl/debian/watch Fri Nov 16 05:51:27 2007
@@ -1,0 +1,3 @@
+# format version number, currently 2; this line is compulsory!
+version=2
+http://www.cpan.org/modules/by-module/PPI-(.*)(.tar.gz|.tar|.tgz)




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