r44499 - in /trunk/pip/debian: changelog control copyright rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Sep 21 02:38:23 UTC 2009


Author: jawnsy-guest
Date: Mon Sep 21 02:38:17 2009
New Revision: 44499

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44499
Log:
Update and prepare for release, drop version dependency where satisfied by the oldest dist that satisfies it

Modified:
    trunk/pip/debian/changelog
    trunk/pip/debian/control
    trunk/pip/debian/copyright
    trunk/pip/debian/rules

Modified: trunk/pip/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pip/debian/changelog?rev=44499&op=diff
==============================================================================
--- trunk/pip/debian/changelog (original)
+++ trunk/pip/debian/changelog Mon Sep 21 02:38:17 2009
@@ -5,11 +5,8 @@
 
   TODO:
   - debian/control:
-    + perl (>= 5.6.0-12)
-    + 2x perl-modules
     + question: do we need all modules in B-D-I since only some tests are run?
       (I admit, I haven't tried, but e.g LWP::Online is only in t/03_uri.t)
-  - lintian: timewarp-standards-version
 
   * Initial Release. (Closes: #544002)
 

Modified: trunk/pip/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pip/debian/control?rev=44499&op=diff
==============================================================================
--- trunk/pip/debian/control (original)
+++ trunk/pip/debian/control Mon Sep 21 02:38:17 2009
@@ -2,13 +2,12 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50)
-Build-Depends-Indep: perl (>= 5.6.0-12), perl-modules,
-  liblwp-online-perl (>= 0.02), libtest-script-perl (>= 1.02), liburi-perl,
-  libfile-pushd-perl (>= 0.32), libfile-which-perl (>= 0.05),
-  libparams-util-perl (>= 0.21), libcpan-inject-perl (>= 0.07), libwww-perl,
-  libtest-pod-perl, libtest-minimumversion-perl
+Build-Depends-Indep: perl, liblwp-online-perl, libtest-script-perl,
+ liburi-perl, libfile-pushd-perl, libfile-which-perl,
+ libparams-util-perl (>= 0.21), libcpan-inject-perl, libwww-perl,
+ libtest-pod-perl, libtest-minimumversion-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>, Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/pip/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/pip/
@@ -16,13 +15,12 @@
 
 Package: pip
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl-modules, liburi-perl,
-  libfile-pushd-perl (>= 0.32), libfile-which-perl (>= 0.05), perl (>= 5.5),
-  libparams-util-perl (>= 0.21), libcpan-inject-perl (>= 0.07), libwww-perl
+Depends: ${perl:Depends}, ${misc:Depends}, liburi-perl, libfile-pushd-perl,
+ libfile-which-perl, libparams-util-perl (>= 0.21), libcpan-inject-perl,
+ libwww-perl
 Description: tool for scripted and third-party CPAN distribution installation
- pip is the Perl Installation Program, for scripted and third-party
- distribution installation. pip can be given a local or remote
- tarball. It will inject the distribution into your local CPAN sources
- and use CPAN.pm to install in the same way you would install a
- distribution off of the CPAN.
+ pip is the Perl Installation Program, for installation of scripted and
+ third-party distributions. It can be given a local or remote tarball, which
+ it will inject into your local CPAN sources. The CPAN Shell is then used to
+ install it in the same way you would install distributions from CPAN.
 

Modified: trunk/pip/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pip/debian/copyright?rev=44499&op=diff
==============================================================================
--- trunk/pip/debian/copyright (original)
+++ trunk/pip/debian/copyright Mon Sep 21 02:38:17 2009
@@ -5,13 +5,17 @@
 Upstream-Name: pip
 
 Files: *
-Copyright: Copyright 2006 - 2007 Adam Kennedy.
+Copyright: 2006-2007, Adam Kennedy <adamk at cpan.org>
 License-Alias: Perl
 License: Artistic | GPL-1+
 
 Files: t/data/*.tar.gz
-Copyright: Copyright 2006 Adam Kennedy. All rights reserved.
-License-Alias: Perl
+Copyright: 2006, Adam Kennedy <adamk at cpan.org>
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Ryan Niebur <ryanryan52 at gmail.com>
+ 2009, Jonathan Yu <jawnsy at cpan.org>
 License: Artistic | GPL-1+
 
 Files: inc/Module/*
@@ -19,10 +23,6 @@
  2002-2009, Audrey Tang <autrijus at autrijus.org>
  2002-2009, Brian Ingerson <ingy at cpan.org>
 License-Alias: Perl
-License: Artistic | GPL-1+
-
-Files: debian/*
-Copyright: 2009, Ryan Niebur <ryanryan52 at gmail.com>
 License: Artistic | GPL-1+
 
 License: Artistic

Modified: trunk/pip/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/pip/debian/rules?rev=44499&op=diff
==============================================================================
--- trunk/pip/debian/rules (original)
+++ trunk/pip/debian/rules Mon Sep 21 02:38:17 2009
@@ -3,7 +3,5 @@
 %:
 	dh $@
 
-CMD=$(subst override_,,$@)
-
 override_dh_auto_test:
-	AUTOMATED_TESTING=1 $(CMD) -- TEST_FILES="t/01_compile.t t/9*.t"
+	AUTOMATED_TESTING=1 dh_auto_test -- TEST_FILES="t/01_compile.t t/9*.t"




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