r16325 - in /trunk/libppi-perl/debian: changelog compat control copyright rules
rmayorga-guest at users.alioth.debian.org
rmayorga-guest at users.alioth.debian.org
Mon Mar 3 16:16:43 UTC 2008
Author: rmayorga-guest
Date: Mon Mar 3 16:16:42 2008
New Revision: 16325
URL: http://svn.debian.org/wsvn/?sc=1&rev=16325
Log:
* debian/rules: delete /usr/lib/perl5 only if it exists. (Closes: #467851)
* debian/rules
+ use $@ when touching -stamp files
+ Don't install README File
* debian/control
+ Raise debhelper version to 6
+ Set standards-version to 3.7.3 (No changes needed)
+ Add myself to uploaders
* debian/copyright: Remove references to LICENSE file
Modified:
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
Modified: trunk/libppi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libppi-perl/debian/changelog?rev=16325&op=diff
==============================================================================
--- trunk/libppi-perl/debian/changelog (original)
+++ trunk/libppi-perl/debian/changelog Mon Mar 3 16:16:42 2008
@@ -1,8 +1,19 @@
-libppi-perl (1.201-2) UNRELEASED; urgency=low
+libppi-perl (1.201-2) unstable; urgency=low
- * debian/rules: delete /usr/lib/perl5 only if it exists.
+ [ gregor herrmann ]
+ * debian/rules: delete /usr/lib/perl5 only if it exists. (Closes: #467851)
- -- gregor herrmann <gregor+debian at comodo.priv.at> Wed, 09 Jan 2008 21:18:40 +0100
+ [ Rene Mayorga ]
+ * debian/rules
+ + use $@ when touching -stamp files
+ + Don't install README File
+ * debian/control
+ + Raise debhelper version to 6
+ + Set standards-version to 3.7.3 (No changes needed)
+ + Add myself to uploaders
+ * debian/copyright: Remove references to LICENSE file
+
+ -- Rene Mayorga <rmayorga at debian.org.sv> Mon, 03 Mar 2008 10:04:51 -0600
libppi-perl (1.201-1) unstable; urgency=low
Modified: trunk/libppi-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libppi-perl/debian/compat?rev=16325&op=diff
==============================================================================
--- trunk/libppi-perl/debian/compat (original)
+++ trunk/libppi-perl/debian/compat Mon Mar 3 16:16:42 2008
@@ -1,1 +1,1 @@
-5
+6
Modified: trunk/libppi-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libppi-perl/debian/control?rev=16325&op=diff
==============================================================================
--- trunk/libppi-perl/debian/control (original)
+++ trunk/libppi-perl/debian/control Mon Mar 3 16:16:42 2008
@@ -1,14 +1,14 @@
Source: libppi-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 5.0.0), quilt
-Build-Depends-Indep: perl (>= 5.8.0-7), libio-string-perl (>= 1.07),
+Build-Depends: debhelper (>= 6), quilt
+Build-Depends-Indep: perl (>= 5.8.0), libio-string-perl (>= 1.07),
libclone-perl (>= 0.17), liblist-moreutils-perl (>= 0.13),
libparams-util-perl (>= 0.05), libtest-object-perl, libtest-pod-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Florian Ragwitz <rafl at debian.org>,
- Damyan Ivanov <dmn at debian.org>
-Standards-Version: 3.7.2
+ Damyan Ivanov <dmn at debian.org>, Rene Mayorga <rmayorga at debian.org.sv>
+Standards-Version: 3.7.3
Homepage: http://sf.net/projects/parseperl
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libppi-perl
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libppi-perl/
Modified: trunk/libppi-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libppi-perl/debian/copyright?rev=16325&op=diff
==============================================================================
--- trunk/libppi-perl/debian/copyright (original)
+++ trunk/libppi-perl/debian/copyright Mon Mar 3 16:16:42 2008
@@ -8,8 +8,7 @@
Copyright (c) 2001 - 2006 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.
+it under the same terms as Perl itself.
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
Modified: trunk/libppi-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libppi-perl/debian/rules?rev=16325&op=diff
==============================================================================
--- trunk/libppi-perl/debian/rules (original)
+++ trunk/libppi-perl/debian/rules Mon Mar 3 16:16:42 2008
@@ -18,7 +18,7 @@
$(PERL) Makefile.PL INSTALLDIRS=vendor
$(MAKE)
$(MAKE) test
- touch build-stamp
+ touch $@
clean: unpatch
dh_testdir
@@ -35,7 +35,7 @@
[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
rm $(TMP)/usr/share/man/man3/PPI::Token::_QuoteEngine::Full.3pm
rm $(TMP)/usr/share/man/man3/PPI::Token::_QuoteEngine::Simple.3pm
- touch install-stamp
+ touch $@
binary-arch:
# We have nothing to do by default.
@@ -43,7 +43,7 @@
binary-indep: build install
dh_testdir
dh_testroot
- dh_installdocs README
+ dh_installdocs
dh_installchangelogs Changes
dh_perl
dh_compress
More information about the Pkg-perl-cvs-commits
mailing list