r3905 - in /packages/libtie-array-sorted-perl/trunk/debian: ./ changelog compat control copyright rules watch

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Fri Sep 22 16:26:50 UTC 2006


Author: gwolf
Date: Fri Sep 22 16:26:48 2006
New Revision: 3905

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3905
Log:
Load libtie-array-sorted-perl-1.4 into
packages/libtie-array-sorted-perl/trunk.

Added:
    packages/libtie-array-sorted-perl/trunk/debian/
    packages/libtie-array-sorted-perl/trunk/debian/changelog
    packages/libtie-array-sorted-perl/trunk/debian/compat
    packages/libtie-array-sorted-perl/trunk/debian/control
    packages/libtie-array-sorted-perl/trunk/debian/copyright
    packages/libtie-array-sorted-perl/trunk/debian/rules   (with props)
    packages/libtie-array-sorted-perl/trunk/debian/watch

Added: packages/libtie-array-sorted-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtie-array-sorted-perl/trunk/debian/changelog?rev=3905&op=file
==============================================================================
--- packages/libtie-array-sorted-perl/trunk/debian/changelog (added)
+++ packages/libtie-array-sorted-perl/trunk/debian/changelog Fri Sep 22 16:26:48 2006
@@ -1,0 +1,24 @@
+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 <vela at debian.org>  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 <zac at sprackett.com>  Fri, 23 Jul 2004 18:59:35 -0400
+
+libtie-array-sorted-perl (1.2-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- S. Zachariah Sprackett <zac at sprackett.com>  Thu, 16 Jul 2004 15:05:36 -0400
+

Added: packages/libtie-array-sorted-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtie-array-sorted-perl/trunk/debian/compat?rev=3905&op=file
==============================================================================
--- packages/libtie-array-sorted-perl/trunk/debian/compat (added)
+++ packages/libtie-array-sorted-perl/trunk/debian/compat Fri Sep 22 16:26:48 2006
@@ -1,0 +1,1 @@
+5

Added: packages/libtie-array-sorted-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtie-array-sorted-perl/trunk/debian/control?rev=3905&op=file
==============================================================================
--- packages/libtie-array-sorted-perl/trunk/debian/control (added)
+++ packages/libtie-array-sorted-perl/trunk/debian/control Fri Sep 22 16:26:48 2006
@@ -1,0 +1,14 @@
+Source: libtie-array-sorted-perl
+Section: perl
+Priority: optional
+Maintainer: Debian QA Group <packages at qa.debian.org>
+Build-Depends-Indep: debhelper (>= 5), perl (>= 5.6.0-16), perl-modules
+Standards-Version: 3.6.2
+
+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.

Added: packages/libtie-array-sorted-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtie-array-sorted-perl/trunk/debian/copyright?rev=3905&op=file
==============================================================================
--- packages/libtie-array-sorted-perl/trunk/debian/copyright (added)
+++ packages/libtie-array-sorted-perl/trunk/debian/copyright Fri Sep 22 16:26:48 2006
@@ -1,0 +1,25 @@
+This package was debianized by S. Zachariah Sprackett <zac at sprackett.com> on
+Thu, 16 Jul 2004 15:05:36 -0400
+
+It was downloaded from http://www.perl.com/CPAN
+
+Upstream authors:
+
+    Simon Cozens <simon at simon-cozens.org>
+    Tony Bowden <tmtm at cpan.org>
+
+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'.

Added: packages/libtie-array-sorted-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtie-array-sorted-perl/trunk/debian/rules?rev=3905&op=file
==============================================================================
--- packages/libtie-array-sorted-perl/trunk/debian/rules (added)
+++ packages/libtie-array-sorted-perl/trunk/debian/rules Fri Sep 22 16:26:48 2006
@@ -1,0 +1,53 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+PERL ?= /usr/bin/perl
+package = libtie-array-sorted-perl
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/$(package)
+	rmdir -p --ignore-fail-on-non-empty debian/$(package)/usr/lib/perl5
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs Changes
+	dh_installdocs
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_perl
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-arch: build install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

Propchange: packages/libtie-array-sorted-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libtie-array-sorted-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtie-array-sorted-perl/trunk/debian/watch?rev=3905&op=file
==============================================================================
--- packages/libtie-array-sorted-perl/trunk/debian/watch (added)
+++ packages/libtie-array-sorted-perl/trunk/debian/watch Fri Sep 22 16:26:48 2006
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/Tie-Array-Sorted-(.*)\.tar\.gz




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