r21441 - in /trunk/libsort-versions-perl/debian: ./ changelog compat control copyright rules watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 15 15:08:36 UTC 2008


Author: gregoa
Date: Sun Jun 15 15:08:36 2008
New Revision: 21441

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

Added:
    trunk/libsort-versions-perl/debian/
    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   (with props)
    trunk/libsort-versions-perl/debian/watch

Added: trunk/libsort-versions-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsort-versions-perl/debian/changelog?rev=21441&op=file
==============================================================================
--- trunk/libsort-versions-perl/debian/changelog (added)
+++ trunk/libsort-versions-perl/debian/changelog Sun Jun 15 15:08:36 2008
@@ -1,0 +1,70 @@
+libsort-versions-perl (1.5-3) unstable; urgency=low
+
+  * New maintainer (Closes: #344456).
+  * Moved all build-dep-indep packages to build-dep if they are needed in the
+    clean target.
+  * Removed build-dependency to libtest-simple-perl. It's a core module.
+
+ -- Florian Ragwitz <rafl at debian.org>  Fri, 10 Feb 2006 20:42:03 +0100
+
+libsort-versions-perl (1.5-2) unstable; urgency=low
+
+  * New maintainer. (Closes: #331098: RFA: libsort-versions-perl -- Perl
+    module for sorting of revision (and similar) numbers)
+  * debian/control: add upstream Homepage to long description
+  * debian/copyright: extend note about previous and current maintainer
+  * Minor adjustments to follow latest Perl Policy
+  * Standards-Version 3.6.2, no changes required
+
+ -- Florian Ernst <florian at debian.org>  Fri,  7 Oct 2005 16:11:09 +0200
+
+libsort-versions-perl (1.5-1) unstable; urgency=low
+
+  * New upstream release.
+  * Updated debian/copyright to match information in upstream README.
+  * Bumped standards version to 3.5.9.
+  * Now run regression tests on build.
+    - Added 'make test' to debian/rules
+    - Added libtest-simple-perl to build dependencies in debian/control
+
+ -- Kenneth J. Pronovici <pronovic at debian.org>  Tue, 26 Aug 2003 10:37:01 -0500
+
+libsort-versions-perl (1.4-6) unstable; urgency=low
+
+  * Changed maintainer address from @ieee.org to @debian.org.
+  * Removed DH_COMPAT settting from debian/rules.
+  * Added debian/compat file to replace DH_COMPAT setting.
+
+ -- Kenneth J. Pronovici <pronovic at debian.org>  Sun, 30 Mar 2003 13:11:28 -0600
+
+libsort-versions-perl (1.4-5) unstable; urgency=low
+
+  * Added debian/watch to look for new package versions as they come out.
+
+ -- Kenneth J. Pronovici <pronovic at ieee.org>  Mon, 30 Dec 2002 15:11:19 -0600
+
+libsort-versions-perl (1.4-4) unstable; urgency=low
+
+  * Changed debian/copyright to reference /usr/share/common-licenses.
+    Corrected formatting in debian/control (max 2 spaces indent).
+
+ -- Kenneth J. Pronovici <pronovic at ieee.org>  Sun,  3 Nov 2002 16:19:04 -0600
+
+libsort-versions-perl (1.4-3) unstable; urgency=low
+
+  * Fix previous release which trashed CVS keyword expansions.
+
+ -- Kenneth J. Pronovici <pronovic at ieee.org>  Thu, 31 Oct 2002 16:12:33 -0600
+
+libsort-versions-perl (1.4-2) unstable; urgency=low
+
+  * Minor packaging clean-ups.
+
+ -- Kenneth J. Pronovici <pronovic at ieee.org>  Tue, 29 Oct 2002 10:17:55 -0600
+
+libsort-versions-perl (1.4-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Kenneth J. Pronovici <pronovic at ieee.org>  Sun,  6 Oct 2002 14:34:28 -0500
+

Added: trunk/libsort-versions-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsort-versions-perl/debian/compat?rev=21441&op=file
==============================================================================
--- trunk/libsort-versions-perl/debian/compat (added)
+++ trunk/libsort-versions-perl/debian/compat Sun Jun 15 15:08:36 2008
@@ -1,0 +1,1 @@
+4

Added: trunk/libsort-versions-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsort-versions-perl/debian/control?rev=21441&op=file
==============================================================================
--- trunk/libsort-versions-perl/debian/control (added)
+++ trunk/libsort-versions-perl/debian/control Sun Jun 15 15:08:36 2008
@@ -1,0 +1,37 @@
+Source: libsort-versions-perl
+Maintainer: Florian Ragwitz <rafl at debian.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.1.0)
+Build-Depends-Indep: perl (>= 5.6.0-16)
+Standards-Version: 3.6.2
+
+Package: libsort-versions-perl
+Architecture: all
+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:
+ .
+  1.1   <  1.2
+  1.1a  <  1.2
+  1.1   <  1.1.1
+  1.1   <  1.1a
+  1.1.a <  1.1a
+  1     <  a
+  a     <  b
+  1     <  2
+ .
+  (special handling for leading zeros)
+  0002  <  1
+  1.06  <  1.5
+ .
+  (a hyphen binds looser than a period)
+  1-1 < 1-2
+  1-2 < 1.2
+ .
+  Homepage: http://search.cpan.org/~edavis/Sort-Versions/

Added: trunk/libsort-versions-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsort-versions-perl/debian/copyright?rev=21441&op=file
==============================================================================
--- trunk/libsort-versions-perl/debian/copyright (added)
+++ trunk/libsort-versions-perl/debian/copyright Sun Jun 15 15:08:36 2008
@@ -1,0 +1,21 @@
+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.
+
+It was downloaded from CPAN, http://www.cpan.org/modules/by-module/Sort/
+
+Upstream Authors: Ed Avis <ed at membled.com>
+                  Matt Johnson <mwj99 at doc.ic.ac.uk>
+                  Kenneth J. Albanowski <kjahds at kjahds.com>
+
+Copyright:
+
+   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'.

Added: trunk/libsort-versions-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsort-versions-perl/debian/rules?rev=21441&op=file
==============================================================================
--- trunk/libsort-versions-perl/debian/rules (added)
+++ trunk/libsort-versions-perl/debian/rules Sun Jun 15 15:08:36 2008
@@ -1,0 +1,49 @@
+#!/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
+	rm -rfv debian/libsort-versions-perl/usr/lib
+
+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

Propchange: trunk/libsort-versions-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libsort-versions-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsort-versions-perl/debian/watch?rev=21441&op=file
==============================================================================
--- trunk/libsort-versions-perl/debian/watch (added)
+++ trunk/libsort-versions-perl/debian/watch Sun Jun 15 15:08:36 2008
@@ -1,0 +1,2 @@
+version=2
+http://www.cpan.org/modules/by-module/Sort/Sort-Versions-(.*)\.tar\.gz    debian      uupdate




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