r3906 - in /packages/libtie-array-sorted-perl/trunk/debian:
changelog control copyright rules watch
gwolf at users.alioth.debian.org
gwolf at users.alioth.debian.org
Fri Sep 22 16:59:06 UTC 2006
Author: gwolf
Date: Fri Sep 22 16:59:03 2006
New Revision: 3906
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3906
Log:
Adopting package
Modified:
packages/libtie-array-sorted-perl/trunk/debian/changelog
packages/libtie-array-sorted-perl/trunk/debian/control
packages/libtie-array-sorted-perl/trunk/debian/copyright
packages/libtie-array-sorted-perl/trunk/debian/rules
packages/libtie-array-sorted-perl/trunk/debian/watch
Modified: 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=3906&op=diff
==============================================================================
--- packages/libtie-array-sorted-perl/trunk/debian/changelog (original)
+++ packages/libtie-array-sorted-perl/trunk/debian/changelog Fri Sep 22 16:59:03 2006
@@ -1,3 +1,12 @@
+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
+
+ -- Gunnar Wolf <gwolf at debian.org> Fri, 22 Sep 2006 11:58:04 -0500
+
libtie-array-sorted-perl (1.4-1) unstable; urgency=low
* QA upload.
Modified: 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=3906&op=diff
==============================================================================
--- packages/libtie-array-sorted-perl/trunk/debian/control (original)
+++ packages/libtie-array-sorted-perl/trunk/debian/control Fri Sep 22 16:59:03 2006
@@ -1,9 +1,10 @@
Source: libtie-array-sorted-perl
Section: perl
Priority: optional
-Maintainer: Debian QA Group <packages at qa.debian.org>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Gunnar Wolf <gwolf at debian.org>
Build-Depends-Indep: debhelper (>= 5), perl (>= 5.6.0-16), perl-modules
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
Package: libtie-array-sorted-perl
Architecture: all
Modified: 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=3906&op=diff
==============================================================================
--- packages/libtie-array-sorted-perl/trunk/debian/copyright (original)
+++ packages/libtie-array-sorted-perl/trunk/debian/copyright Fri Sep 22 16:59:03 2006
@@ -1,7 +1,8 @@
This package was debianized by S. Zachariah Sprackett <zac at sprackett.com> on
-Thu, 16 Jul 2004 15:05:36 -0400
+Thu, 16 Jul 2004 15:05:36 -0400, and is currently maintained by the
+Debian Perl Group
-It was downloaded from http://www.perl.com/CPAN
+It was downloaded from http://www.cpan.org/modules/by-module/Tie
Upstream authors:
Modified: 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=3906&op=diff
==============================================================================
--- packages/libtie-array-sorted-perl/trunk/debian/rules (original)
+++ packages/libtie-array-sorted-perl/trunk/debian/rules Fri Sep 22 16:59:03 2006
@@ -4,25 +4,20 @@
#export DH_VERBOSE=1
PERL ?= /usr/bin/perl
-package = libtie-array-sorted-perl
+package = $(shell dh_listpackages)
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
+ dh_clean build-stamp
install: build
dh_testdir
Modified: 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=3906&op=diff
==============================================================================
--- packages/libtie-array-sorted-perl/trunk/debian/watch (original)
+++ packages/libtie-array-sorted-perl/trunk/debian/watch Fri Sep 22 16:59:03 2006
@@ -1,2 +1,2 @@
version=3
-http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/Tie-Array-Sorted-(.*)\.tar\.gz
+http://search.cpan.org/CPAN/modules/by-module/Tie/Tie-Array-Sorted-(\d.*)\.tar\.gz
More information about the Pkg-perl-cvs-commits
mailing list