r46497 - in /trunk/libterm-readline-perl-perl/debian: changelog control copyright rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Oct 29 03:09:58 UTC 2009


Author: jawnsy-guest
Date: Thu Oct 29 03:09:53 2009
New Revision: 46497

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46497
Log:
* Add myself to Uploaders and Copyright
* Use AUTOMATED_TESTING to disable tests (these require /dev, which
  may not be available in a debootstrapped chroot)
* Refreshed copyright to machine-readable format

Modified:
    trunk/libterm-readline-perl-perl/debian/changelog
    trunk/libterm-readline-perl-perl/debian/control
    trunk/libterm-readline-perl-perl/debian/copyright
    trunk/libterm-readline-perl-perl/debian/rules

Modified: trunk/libterm-readline-perl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-readline-perl-perl/debian/changelog?rev=46497&op=diff
==============================================================================
--- trunk/libterm-readline-perl-perl/debian/changelog (original)
+++ trunk/libterm-readline-perl-perl/debian/changelog Thu Oct 29 03:09:53 2009
@@ -3,9 +3,12 @@
   [ Jonathan Yu ]
   * New upstream release
   * Standards-Version 3.8.3 (drop perl version dependency)
-  * Add myself to Uploaders
+  * Add myself to Uploaders and Copyright
   * Rewrite control description
   * Use new short debhelper rules format
+  * Use AUTOMATED_TESTING to disable tests (these require /dev, which
+    may not be available in a debootstrapped chroot)
+  * Refreshed copyright to machine-readable format
 
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser

Modified: trunk/libterm-readline-perl-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-readline-perl-perl/debian/control?rev=46497&op=diff
==============================================================================
--- trunk/libterm-readline-perl-perl/debian/control (original)
+++ trunk/libterm-readline-perl-perl/debian/control Thu Oct 29 03:09:53 2009
@@ -1,7 +1,7 @@
 Source: libterm-readline-perl-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>, Niko Tyni <ntyni at iki.fi>,

Modified: trunk/libterm-readline-perl-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-readline-perl-perl/debian/copyright?rev=46497&op=diff
==============================================================================
--- trunk/libterm-readline-perl-perl/debian/copyright (original)
+++ trunk/libterm-readline-perl-perl/debian/copyright Thu Oct 29 03:09:53 2009
@@ -1,19 +1,36 @@
-This package was debianized by Joerg Jaspert (JJ) <joerg at goliathbbs.dnsalias.net> on
-Son, 07 Apr 2002 01:30:00 +0200.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Ilya Zakharevich <cpan at ilyaz.org>
+Upstream-Source: http://search.cpan.org/dist/Term-ReadLine-Perl/
+Upstream-Name: Term-ReadLine-Perl
 
-The previous maintainers for this Package are:
-Darren Stalder <torin at daft.com>
-Ben Gertzfield <che at debian.org>.
+Files: *
+Copyright: 1995, Ilya Zakharevich <cpan at ilyaz.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-It was downloaded from: http://www.ilyaz.org/software/perl/modules
+Files: debian/*
+Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
+ 2006, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+ 2006, Niko Tyni <ntyni at iki.fi>
+ 2005-2006, Gunnar Wolf <gwolf at debian.org>
+ 2002, Joerg Jaspert <joerg at debian.org>
+ 2001, Brendan O'Dea <bod at debian.org>
+ 1999, Darren Stalder <torin at daft.com>
+ 1998, Ben Gertzfield <che at debian.org>
+License: Artistic | GPL-1+
 
-Upstream Author: Ilya Zakharevich <cpan at ilyaz.org>
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/usr/share/common-licenses/Artistic'
 
+License: GPL-1+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'
 
-Copyright (c) 1995 Ilya Zakharevich. All rights reserved.
-This program is free software; you can redistribute it and/or
-modify it under the same terms as Perl itself.
-
-On Debian systems, the Artistic License is available in
-the file /usr/share/common-licenses/Artistic. The GNU General Public
-License is available in the file /usr/share/common-licenses/GPL.

Modified: trunk/libterm-readline-perl-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libterm-readline-perl-perl/debian/rules?rev=46497&op=diff
==============================================================================
--- trunk/libterm-readline-perl-perl/debian/rules (original)
+++ trunk/libterm-readline-perl-perl/debian/rules Thu Oct 29 03:09:53 2009
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	AUTOMATED_TESTING=1 dh_auto_test




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