--- libtie-array-sorted-perl-1.41.orig/debian/rules +++ libtie-array-sorted-perl-1.41/debian/rules @@ -0,0 +1,70 @@ +#!/usr/bin/make -f +# This debian/rules file is provided as a template for normal perl +# packages. It was created by Marc Brockschmidt for +# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may +# be used freely wherever it is useful. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# If set to a true value then MakeMaker's prompt function will +# always return the default without waiting for user input. +export PERL_MM_USE_DEFAULT=1 + +PACKAGE=$(shell dh_listpackages) + +ifndef PERL +PERL = /usr/bin/perl +endif + +TMP =$(CURDIR)/debian/$(PACKAGE) + +build: build-stamp +build-stamp: + dh_testdir + + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) + $(MAKE) test + + touch $@ + +clean: + dh_testdir + dh_testroot + + dh_clean build-stamp install-stamp + [ ! -f Makefile ] || $(MAKE) realclean + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean -k + + $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr + [ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5 + + touch $@ + +binary-arch: +# We have nothing to do here for an architecture-independent package + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs Changes + dh_perl + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary --- libtie-array-sorted-perl-1.41.orig/debian/watch +++ libtie-array-sorted-perl-1.41/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Tie-Array-Sorted/ .*/Tie-Array-Sorted-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libtie-array-sorted-perl-1.41.orig/debian/compat +++ libtie-array-sorted-perl-1.41/debian/compat @@ -0,0 +1 @@ +5 --- libtie-array-sorted-perl-1.41.orig/debian/copyright +++ libtie-array-sorted-perl-1.41/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by S. Zachariah Sprackett on +Thu, 16 Jul 2004 15:05:36 -0400, and is currently maintained by the +Debian Perl Group + +It was downloaded from http://www.cpan.org/modules/by-module/Tie + +Upstream authors: + + Simon Cozens + Tony Bowden + +Copyright: + + Copyright (C) 2003-2004 Simon Cozens + Copyright (C) 2003-2005 Tony Bowden + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License; either version + 2 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +On Debian systems, the complete text of the GNU General Public License +can be found in `/usr/share/common-licenses/GPL'. --- libtie-array-sorted-perl-1.41.orig/debian/changelog +++ libtie-array-sorted-perl-1.41/debian/changelog @@ -0,0 +1,59 @@ +libtie-array-sorted-perl (1.41-2) unstable; urgency=low + + * debian/control: + - add Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); + Homepage field (source stanza) + - remove XS-Vcs-Svn fields + - add libtest-pod-perl, libtest-pod-coverage-perl to build dependencies + to enable additional tests + - add /me to Uploaders + * debian/rules: + - delete /usr/lib/perl5 only if it exists (closes: #467763) + - update inspired by dh-make-perl's fine templates + * debian/watch: use dist-based URL. + * Set Standards-Version to 3.7.3 (no changes). + + -- gregor herrmann Thu, 06 Mar 2008 17:51:05 +0100 + +libtie-array-sorted-perl (1.41-1) unstable; urgency=low + + * New upstream release (or is it? The diff is just too simple - Upstream + declares development is halted... Uploading this anyway just so that + debian/watch does not bug us ;-) ) + + -- Gunnar Wolf Tue, 26 Sep 2006 17:44:47 -0500 + +libtie-array-sorted-perl (1.4-2) unstable; urgency=low + + * Adopted this package on behalf of the Debian Perl Group (Closes: + #357349) + * Updated standards-version to 3.7.2 - No changes needed + * Minor, mostly stylistic cleanup, in debian/copyright, debian/rules + * debhelper is build-depends, not -indep + + -- Gunnar Wolf Fri, 22 Sep 2006 12:00:46 -0500 + +libtie-array-sorted-perl (1.4-1) unstable; urgency=low + + * QA upload. + * New upstream release. + * Package is orphaned (#357349); set maintainer to Debian QA Group. + * Switch to debhelper 5. + * debian/copyright: Update upstream authors and copyright. + * debian/watch: Add. + * Conforms to Standards version 3.6.2. + + -- Matej Vela Mon, 3 Apr 2006 18:51:28 +0200 + +libtie-array-sorted-perl (1.2-2) unstable; urgency=low + + * Removed extraneous period in short description. + + -- S. Zachariah Sprackett Fri, 23 Jul 2004 18:59:35 -0400 + +libtie-array-sorted-perl (1.2-1) unstable; urgency=low + + * Initial Release. + + -- S. Zachariah Sprackett Thu, 16 Jul 2004 15:05:36 -0400 + --- libtie-array-sorted-perl-1.41.orig/debian/control +++ libtie-array-sorted-perl-1.41/debian/control @@ -0,0 +1,21 @@ +Source: libtie-array-sorted-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Gunnar Wolf , + gregor herrmann +Build-Depends: debhelper (>= 5) +Build-Depends-Indep: perl (>= 5.6.0-16), perl-modules, + libtest-pod-perl, libtest-pod-coverage-perl +Standards-Version: 3.7.3 +Homepage: http://search.cpan.org/dist/Tie-Array-Sorted/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtie-array-sorted-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-array-sorted-perl/ + +Package: libtie-array-sorted-perl +Architecture: all +Depends: ${perl:Depends} +Description: An array which is kept sorted + Presents an ordinary array, but it is kept sorted. All pushes and unshifts + cause the elements in question to be inserted in the appropriate location to + maintain order.