r25067 - in /trunk/libsort-naturally-perl/debian: ./ changelog compat control copyright libsort-naturally-perl.docs rules watch

npf-guest at users.alioth.debian.org npf-guest at users.alioth.debian.org
Sat Sep 13 17:11:53 UTC 2008


Author: npf-guest
Date: Sat Sep 13 17:11:50 2008
New Revision: 25067

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

Added:
    trunk/libsort-naturally-perl/debian/
    trunk/libsort-naturally-perl/debian/changelog
    trunk/libsort-naturally-perl/debian/compat
    trunk/libsort-naturally-perl/debian/control
    trunk/libsort-naturally-perl/debian/copyright
    trunk/libsort-naturally-perl/debian/libsort-naturally-perl.docs
    trunk/libsort-naturally-perl/debian/rules   (with props)
    trunk/libsort-naturally-perl/debian/watch

Added: trunk/libsort-naturally-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsort-naturally-perl/debian/changelog?rev=25067&op=file
==============================================================================
--- trunk/libsort-naturally-perl/debian/changelog (added)
+++ trunk/libsort-naturally-perl/debian/changelog Sat Sep 13 17:11:50 2008
@@ -1,0 +1,5 @@
+libsort-naturally-perl (1.02-1) unstable; urgency=low
+
+  * Initial Release. Closes: #498837 -- ITP
+
+ -- Pierre Neyron <pierre.neyron at free.fr>  Sat, 13 Sep 2008 18:56:29 +0200

Added: trunk/libsort-naturally-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsort-naturally-perl/debian/compat?rev=25067&op=file
==============================================================================
--- trunk/libsort-naturally-perl/debian/compat (added)
+++ trunk/libsort-naturally-perl/debian/compat Sat Sep 13 17:11:50 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libsort-naturally-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsort-naturally-perl/debian/control?rev=25067&op=file
==============================================================================
--- trunk/libsort-naturally-perl/debian/control (added)
+++ trunk/libsort-naturally-perl/debian/control Sat Sep 13 17:11:50 2008
@@ -1,0 +1,20 @@
+Source: libsort-naturally-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.10-12), perl-modules
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Pierre Neyron <pierre.neyron at free.fr>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Sort-Naturally/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsort-naturally-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libsort-naturally-perl/
+
+Package: libsort-naturally-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description:  Sort naturally - sort lexically except for numerical parts
+ Sort::Naturally exports two functions, nsort and ncmp; they are used
+ in implementing the idea of "natural sorting" algorithm.  With that natural
+ sorting, numeric substrings are compared numerically, and other
+ word-characters are compared lexically.

Added: trunk/libsort-naturally-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsort-naturally-perl/debian/copyright?rev=25067&op=file
==============================================================================
--- trunk/libsort-naturally-perl/debian/copyright (added)
+++ trunk/libsort-naturally-perl/debian/copyright Sat Sep 13 17:11:50 2008
@@ -1,0 +1,19 @@
+This is the debian package for the Sort-Naturally module.
+It was created by Pierre Neyron <pierre.neyron at free.fr> using dh-make-perl.
+It was downloaded from http://search.cpan.org/dist/Sort-Naturally/
+
+The upstream author is: 
+Sean M. Burke sburke at cpan.org.
+
+Copyright 2001, Sean M. Burke <sburke at cpan.org>, all rights
+reserved.
+This library 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'.
+
+The Debian packaging is (C) 2008, Pierre Neyron <pierre.neyron at free.fr> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libsort-naturally-perl/debian/libsort-naturally-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsort-naturally-perl/debian/libsort-naturally-perl.docs?rev=25067&op=file
==============================================================================
--- trunk/libsort-naturally-perl/debian/libsort-naturally-perl.docs (added)
+++ trunk/libsort-naturally-perl/debian/libsort-naturally-perl.docs Sat Sep 13 17:11:50 2008
@@ -1,0 +1,1 @@
+README

Added: trunk/libsort-naturally-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsort-naturally-perl/debian/rules?rev=25067&op=file
==============================================================================
--- trunk/libsort-naturally-perl/debian/rules (added)
+++ trunk/libsort-naturally-perl/debian/rules Sat Sep 13 17:11:50 2008
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

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

Added: trunk/libsort-naturally-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsort-naturally-perl/debian/watch?rev=25067&op=file
==============================================================================
--- trunk/libsort-naturally-perl/debian/watch (added)
+++ trunk/libsort-naturally-perl/debian/watch Sat Sep 13 17:11:50 2008
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Sort-Naturally/   .*/Sort-Naturally-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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