r73234 - in /trunk/libcpan-mini-perl/debian: changelog compat control copyright

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Apr 23 16:38:02 UTC 2011


Author: gregoa
Date: Sat Apr 23 16:37:51 2011
New Revision: 73234

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73234
Log:
* debian/copyright: refer to /usr/share/common-licenses/GPL-1.
* Bump debhelper compatibility level to 8.
* Set Standards-Version to 3.9.2 (no further changes).
* Add build dependency on newer Test::More.

Modified:
    trunk/libcpan-mini-perl/debian/changelog
    trunk/libcpan-mini-perl/debian/compat
    trunk/libcpan-mini-perl/debian/control
    trunk/libcpan-mini-perl/debian/copyright

Modified: trunk/libcpan-mini-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-mini-perl/debian/changelog?rev=73234&op=diff
==============================================================================
--- trunk/libcpan-mini-perl/debian/changelog (original)
+++ trunk/libcpan-mini-perl/debian/changelog Sat Apr 23 16:37:51 2011
@@ -16,6 +16,10 @@
 
   [ gregor herrmann ]
   * New upstream release 1.111003.
+  * debian/copyright: refer to /usr/share/common-licenses/GPL-1.
+  * Bump debhelper compatibility level to 8.
+  * Set Standards-Version to 3.9.2 (no further changes).
+  * Add build dependency on newer Test::More.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 23 Apr 2011 18:24:34 +0200
 

Modified: trunk/libcpan-mini-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-mini-perl/debian/compat?rev=73234&op=diff
==============================================================================
--- trunk/libcpan-mini-perl/debian/compat (original)
+++ trunk/libcpan-mini-perl/debian/compat Sat Apr 23 16:37:51 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libcpan-mini-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-mini-perl/debian/control?rev=73234&op=diff
==============================================================================
--- trunk/libcpan-mini-perl/debian/control (original)
+++ trunk/libcpan-mini-perl/debian/control Sat Apr 23 16:37:51 2011
@@ -1,15 +1,16 @@
 Source: libcpan-mini-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
  libfile-homedir-perl,
+ libtest-simple-perl (>= 0.96) | perl (>= 5.13.4),
  liburi-perl,
  libwww-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>, gregor herrmann <gregoa at debian.org>,
  Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/CPAN-Mini/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcpan-mini-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcpan-mini-perl/

Modified: trunk/libcpan-mini-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-mini-perl/debian/copyright?rev=73234&op=diff
==============================================================================
--- trunk/libcpan-mini-perl/debian/copyright (original)
+++ trunk/libcpan-mini-perl/debian/copyright Sat Apr 23 16:37:51 2011
@@ -11,7 +11,7 @@
 Copyright: 2006, Florian Ragwitz <rafl at debian.org>
  2008, Mark Hymers <mhy at debian.org>
  2009, Ryan Niebur <ryan at debian.org>
- 2010, gregor herrmann <gregoa at debian.org>
+ 2010-2011, gregor herrmann <gregoa at debian.org>
  2011, Jonathan Yu <jawnsy at cpan.org>
 License: Artistic or GPL-1+
 
@@ -20,7 +20,7 @@
  it under the terms of the Artistic License, which comes with Perl.
  .
  On Debian systems, the complete text of the Artistic License can be
- found in `/usr/share/common-licenses/Artistic'
+ found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
  This program is free software; you can redistribute it and/or modify
@@ -28,5 +28,5 @@
  the Free Software Foundation; either version 1, or (at your option)
  any later version.
  .
- On Debian systems, the complete text of the GNU General Public
- License can be found in `/usr/share/common-licenses/GPL'
+ On Debian systems, the complete text of version 1 of the GNU General Public
+ License can be found in `/usr/share/common-licenses/GPL-1'.




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