r73253 - in /trunk/libdevel-declare-perl/debian: changelog compat control copyright source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Apr 23 17:11:15 UTC 2011


Author: gregoa
Date: Sat Apr 23 17:11:07 2011
New Revision: 73253

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73253
Log:
* Switch to source format 3.0 (quilt).
* debian/copyright: update license stanzas.
* Add /me to Uploaders.
* Bump debhelper compatibility level to 8.
* Set Standards-Version to 3.9.2 (no further changes).

Added:
    trunk/libdevel-declare-perl/debian/source/
    trunk/libdevel-declare-perl/debian/source/format
Modified:
    trunk/libdevel-declare-perl/debian/changelog
    trunk/libdevel-declare-perl/debian/compat
    trunk/libdevel-declare-perl/debian/control
    trunk/libdevel-declare-perl/debian/copyright

Modified: trunk/libdevel-declare-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-declare-perl/debian/changelog?rev=73253&op=diff
==============================================================================
--- trunk/libdevel-declare-perl/debian/changelog (original)
+++ trunk/libdevel-declare-perl/debian/changelog Sat Apr 23 17:11:07 2011
@@ -8,6 +8,11 @@
 
   [ gregor herrmann ]
   * New upstream release 0.006003.
+  * Switch to source format 3.0 (quilt).
+  * debian/copyright: update license stanzas.
+  * Add /me to Uploaders.
+  * Bump debhelper compatibility level to 8.
+  * Set Standards-Version to 3.9.2 (no further changes).
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 23 Apr 2011 19:06:14 +0200
 

Modified: trunk/libdevel-declare-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-declare-perl/debian/compat?rev=73253&op=diff
==============================================================================
--- trunk/libdevel-declare-perl/debian/compat (original)
+++ trunk/libdevel-declare-perl/debian/compat Sat Apr 23 17:11:07 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libdevel-declare-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-declare-perl/debian/control?rev=73253&op=diff
==============================================================================
--- trunk/libdevel-declare-perl/debian/control (original)
+++ trunk/libdevel-declare-perl/debian/control Sat Apr 23 17:11:07 2011
@@ -1,16 +1,19 @@
 Source: libdevel-declare-perl
 Section: perl
 Priority: optional
-Build-Depends: perl, debhelper (>= 7.0.50~),
- libextutils-depends-perl, libb-hooks-op-check-perl,
- libb-hooks-endofscope-perl, libsub-name-perl,
+Build-Depends: perl, debhelper (>= 8),
+ libb-hooks-endofscope-perl,
+ libb-hooks-op-check-perl,
+ libextutils-depends-perl,
+ libsub-name-perl,
  perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>,
  Ryan Niebur <ryan at debian.org>,
  Ansgar Burchardt <ansgar at debian.org>,
- Damyan Ivanov <dmn at debian.org>
-Standards-Version: 3.8.4
+ Damyan Ivanov <dmn at debian.org>,
+ gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/Devel-Declare/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdevel-declare-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdevel-declare-perl/
@@ -18,7 +21,9 @@
 Package: libdevel-declare-perl
 Architecture: any
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
- libb-hooks-op-check-perl, libb-hooks-endofscope-perl, libsub-name-perl
+ libb-hooks-endofscope-perl,
+ libb-hooks-op-check-perl,
+ libsub-name-perl
 Description: module to add new syntax to Perl
  Devel::Declare can install subroutines called declarators which locally take
  over control of Perl's parser, allowing the creation of new syntax, including

Modified: trunk/libdevel-declare-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-declare-perl/debian/copyright?rev=73253&op=diff
==============================================================================
--- trunk/libdevel-declare-perl/debian/copyright (original)
+++ trunk/libdevel-declare-perl/debian/copyright Sat Apr 23 17:11:07 2011
@@ -25,14 +25,15 @@
  2009, Ryan Niebur <ryan at debian.org>
  2010, Franck Joncourt <franck at debian.org>
  2010, Jonathan Yu <jawnsy at cpan.org>
+ 2011, gregor herrmann <gregoa at debian.org>
 License: Artistic or GPL-1+
 
 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'
+ On Debian 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
@@ -40,5 +41,5 @@
  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'
+ 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'.

Added: trunk/libdevel-declare-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-declare-perl/debian/source/format?rev=73253&op=file
==============================================================================
--- trunk/libdevel-declare-perl/debian/source/format (added)
+++ trunk/libdevel-declare-perl/debian/source/format Sat Apr 23 17:11:07 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




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