--- libsort-naturally-perl-1.02.orig/debian/control +++ libsort-naturally-perl-1.02/debian/control @@ -0,0 +1,20 @@ +Source: libsort-naturally-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.10-12) +Maintainer: Debian Perl Group +Uploaders: Pierre Neyron +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. --- libsort-naturally-perl-1.02.orig/debian/compat +++ libsort-naturally-perl-1.02/debian/compat @@ -0,0 +1 @@ +7 --- libsort-naturally-perl-1.02.orig/debian/watch +++ libsort-naturally-perl-1.02/debian/watch @@ -0,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)$ --- libsort-naturally-perl-1.02.orig/debian/rules +++ libsort-naturally-perl-1.02/debian/rules @@ -0,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 --- libsort-naturally-perl-1.02.orig/debian/copyright +++ libsort-naturally-perl-1.02/debian/copyright @@ -0,0 +1,19 @@ +This is the debian package for the Sort-Naturally module. +It was created by Pierre Neyron using dh-make-perl. +It was downloaded from http://search.cpan.org/dist/Sort-Naturally/ + +The upstream author is: +Sean M. Burke sburke@cpan.org. + +Copyright 2001, Sean M. Burke , 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 and +is licensed under the same terms as the software itself (see above). --- libsort-naturally-perl-1.02.orig/debian/changelog +++ libsort-naturally-perl-1.02/debian/changelog @@ -0,0 +1,5 @@ +libsort-naturally-perl (1.02-1) unstable; urgency=low + + * Initial Release. Closes: #498837 -- ITP + + -- Pierre Neyron Sat, 13 Sep 2008 18:56:29 +0200