r40380 - in /trunk/libsort-versions-perl/debian: changelog compat control copyright rules
ansgar-guest at users.alioth.debian.org
ansgar-guest at users.alioth.debian.org
Tue Jul 21 09:59:30 UTC 2009
Author: ansgar-guest
Date: Tue Jul 21 09:59:23 2009
New Revision: 40380
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40380
Log:
* Refresh rules for debhelper 7.
* Do no longer install README (part of POD documentation).
* Add myself to Uploaders.
* Convert debian/copyright to proposed machine-readable format.
* Bump Standards-Version to 3.8.2.
Modified:
trunk/libsort-versions-perl/debian/changelog
trunk/libsort-versions-perl/debian/compat
trunk/libsort-versions-perl/debian/control
trunk/libsort-versions-perl/debian/copyright
trunk/libsort-versions-perl/debian/rules
Modified: trunk/libsort-versions-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsort-versions-perl/debian/changelog?rev=40380&op=diff
==============================================================================
--- trunk/libsort-versions-perl/debian/changelog (original)
+++ trunk/libsort-versions-perl/debian/changelog Tue Jul 21 09:59:23 2009
@@ -1,4 +1,4 @@
-libsort-versions-perl (1.5-4) UNRELEASED; urgency=low
+libsort-versions-perl (1.5-4) unstable; urgency=low
[ gregor herrmann ]
* Take over for the Debian Perl Group with maintainer's permission
@@ -10,7 +10,6 @@
(was: Florian Ragwitz <rafl at debian.org>); Florian Ragwitz
<rafl at debian.org> moved to Uploaders.
* debian/watch: use dist-based URL.
- * debian/rules: delete /usr/lib/perl5 only if it exists.
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
(source stanza).
* debian/control: Added: ${misc:Depends} to Depends: field.
@@ -22,7 +21,14 @@
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
- -- Ryan Niebur <ryanryan52 at gmail.com> Wed, 08 Apr 2009 18:43:45 -0700
+ [ Ansgar Burchardt ]
+ * Refresh rules for debhelper 7.
+ * Do no longer install README (part of POD documentation).
+ * Add myself to Uploaders.
+ * Convert debian/copyright to proposed machine-readable format.
+ * Bump Standards-Version to 3.8.2.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org> Tue, 21 Jul 2009 11:59:14 +0200
libsort-versions-perl (1.5-3) unstable; urgency=low
Modified: trunk/libsort-versions-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsort-versions-perl/debian/compat?rev=40380&op=diff
==============================================================================
--- trunk/libsort-versions-perl/debian/compat (original)
+++ trunk/libsort-versions-perl/debian/compat Tue Jul 21 09:59:23 2009
@@ -1,1 +1,1 @@
-4
+7
Modified: trunk/libsort-versions-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsort-versions-perl/debian/control?rev=40380&op=diff
==============================================================================
--- trunk/libsort-versions-perl/debian/control (original)
+++ trunk/libsort-versions-perl/debian/control Tue Jul 21 09:59:23 2009
@@ -1,10 +1,11 @@
Source: libsort-versions-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ansgar Burchardt <ansgar at 43-1.org>
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 4.1.0)
+Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.6.0-16)
-Standards-Version: 3.6.2
+Standards-Version: 3.8.2
Homepage: http://search.cpan.org/dist/Sort-Versions/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsort-versions-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsort-versions-perl/
@@ -13,12 +14,10 @@
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Perl module for sorting of revision (and similar) numbers
- This is the CPAN Perl module Sort::Versions.
- .
- This module allows easy sorting (via comparisons) of mixed text and numeric
- strings, similar to the complex "version numbers" that many revision control
- packages and shared library systems use. For an explanation of the
- algorithm, it's easiest to look at these examples:
+ The Sort::Versions module allows easy sorting (via comparisons) of mixed text
+ and numeric strings, similar to the complex "version numbers" that many
+ revision control packages and shared library systems use. For an explanation
+ of the algorithm, it's easiest to look at these examples:
.
1.1 < 1.2
1.1a < 1.2
Modified: trunk/libsort-versions-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsort-versions-perl/debian/copyright?rev=40380&op=diff
==============================================================================
--- trunk/libsort-versions-perl/debian/copyright (original)
+++ trunk/libsort-versions-perl/debian/copyright Tue Jul 21 09:59:23 2009
@@ -1,21 +1,33 @@
-This package was debianized by Kenneth J. Pronovici <pronovic at debian.org> on
-Sun, 6 Oct 2002 14:34:28 -0500. He maintained it until Fri, 7 Oct 2005
-16:11:09 +0200 when the current maintainer, Florian Ernst <florian at debian.org>,
-took over.
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Ed Avis
+Upstream-Source: http://search.cpan.org/dist/Sort-Versions/
+Upstream-Name: Sort-Versions
-It was downloaded from CPAN, http://www.cpan.org/modules/by-module/Sort/
+Files: *
+Copyright: © 1996-2003, Kenneth J. Albanowski, Ed Avis, and Matt Johnson
+License-Alias: Perl
+License: Artistic | GPL-1+
+X-Comment: Years of copyright taken from `Versions.pm' and `Changes'
-Upstream Authors: Ed Avis <ed at membled.com>
- Matt Johnson <mwj99 at doc.ic.ac.uk>
- Kenneth J. Albanowski <kjahds at kjahds.com>
+Files: debian/*
+Copyright:
+ © 2002-2003, Kenneth J. Pronovici <pronovic at debian.org>
+ © 2005, Florian Ernst <florian at debian.org>
+ © 2006, Florian Ragwitz <rafl at debian.org>
+ © 2009, Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic | GPL-1+
-Copyright:
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ On Debian GNU/Linux systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'
- The files in this package are copyright Kenneth J. Albanowski, Ed
- Avis, and Matt Johnson. This package is free software; you can
- redistribute it and/or modify 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
-GNU General Public License can be found in `/usr/share/common-licenses/GPL'
-and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'
Modified: trunk/libsort-versions-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsort-versions-perl/debian/rules?rev=40380&op=diff
==============================================================================
--- trunk/libsort-versions-perl/debian/rules (original)
+++ trunk/libsort-versions-perl/debian/rules Tue Jul 21 09:59:23 2009
@@ -1,49 +1,3 @@
#!/usr/bin/make -f
-
-PERL=/usr/bin/perl
-
-binary: binary-indep
-
-binary-arch:
-
-binary-indep: build install
- dh_testdir
- dh_testroot
- dh_installdocs README
- dh_installchangelogs Changes
- dh_strip
- dh_fixperms
- dh_compress
- dh_installdeb
- dh_perl
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-install: build
- dh_testdir
- dh_testroot
- dh_installdirs
- $(MAKE) install PREFIX=$(CURDIR)/debian/libsort-versions-perl/usr
- [ ! -d debian/libsort-versions-perl/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose debian/libsort-versions-perl/usr/lib/perl5
-
-build: configure-stamp build-stamp
-build-stamp:
- dh_testdir
- $(MAKE) OPTIMIZE="-O2 -g -Wall"
- $(MAKE) test
- touch build-stamp
-
-configure: configure-stamp
-configure-stamp:
- dh_testdir
- $(PERL) Makefile.PL INSTALLDIRS=vendor
- touch configure-stamp
-
-clean:
- dh_testdir
- dh_testroot
- if [ -e Makefile ]; then $(MAKE) -i distclean; fi
- dh_clean build-stamp configure-stamp
-
-.PHONY: binary binary-arch binary-indep install build configure clean
+%:
+ dh $@
More information about the Pkg-perl-cvs-commits
mailing list