r72358 - in /trunk/libsub-wrappackages-perl/debian: changelog compat control copyright source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Apr 8 12:08:02 UTC 2011


Author: gregoa
Date: Fri Apr  8 12:07:25 2011
New Revision: 72358

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72358
Log:
* Add /me to Uploaders.
* Update build and runtime dependencies.
* Switch to debhelper 8.
* Switch to source format 3.0 (quilt).
* Update debian/copyright.
* Set Standards-Version to 3.9.2 (no further changes).

Added:
    trunk/libsub-wrappackages-perl/debian/source/
    trunk/libsub-wrappackages-perl/debian/source/format
Modified:
    trunk/libsub-wrappackages-perl/debian/changelog
    trunk/libsub-wrappackages-perl/debian/compat
    trunk/libsub-wrappackages-perl/debian/control
    trunk/libsub-wrappackages-perl/debian/copyright

Modified: trunk/libsub-wrappackages-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-wrappackages-perl/debian/changelog?rev=72358&op=diff
==============================================================================
--- trunk/libsub-wrappackages-perl/debian/changelog (original)
+++ trunk/libsub-wrappackages-perl/debian/changelog Fri Apr  8 12:07:25 2011
@@ -1,13 +1,19 @@
 libsub-wrappackages-perl (2.0-1) UNRELEASED; urgency=low
 
-  WAITS-FOR: libdevel-caller-ignorenamespaces-perl
+  [ Ryan Niebur ]
+  * Email change: Jonathan Yu -> jawnsy at cpan.org
 
   [ Jonathan Yu ]
   * New upstream release
   * Standards-Version 3.8.4 (no changes)
 
-  [ Ryan Niebur ]
-  * Update jawnsy's email address
+  [ gregor herrmann ]
+  * Add /me to Uploaders.
+  * Update build and runtime dependencies.
+  * Switch to debhelper 8.
+  * Switch to source format 3.0 (quilt).
+  * Update debian/copyright.
+  * Set Standards-Version to 3.9.2 (no further changes).
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sat, 06 Mar 2010 21:20:43 -0500
 

Modified: trunk/libsub-wrappackages-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-wrappackages-perl/debian/compat?rev=72358&op=diff
==============================================================================
--- trunk/libsub-wrappackages-perl/debian/compat (original)
+++ trunk/libsub-wrappackages-perl/debian/compat Fri Apr  8 12:07:25 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libsub-wrappackages-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-wrappackages-perl/debian/control?rev=72358&op=diff
==============================================================================
--- trunk/libsub-wrappackages-perl/debian/control (original)
+++ trunk/libsub-wrappackages-perl/debian/control Fri Apr  8 12:07:25 2011
@@ -1,20 +1,25 @@
 Source: libsub-wrappackages-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libhook-lexwrap-perl, libtest-pod-perl,
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl, 
+ libdevel-caller-ignorenamespaces-perl,
+ libsub-prototype-perl,
+ libtest-pod-perl,
  libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.8.4
+ Jonathan Yu <jawnsy at cpan.org>, gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/Sub-WrapPackages/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsub-wrappackages-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsub-wrappackages-perl/
 
 Package: libsub-wrappackages-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libhook-lexwrap-perl
+Depends: ${perl:Depends}, ${misc:Depends},
+ libdevel-caller-ignorenamespaces-perl,
+ libsub-prototype-perl
 Description: module to wrap subroutines in packages
  Sub::WrapPackages is a Perl module that can add pre- and post-execution code
  wrappers around some given subroutines. It is mostly a wrapper around Damian

Modified: trunk/libsub-wrappackages-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-wrappackages-perl/debian/copyright?rev=72358&op=diff
==============================================================================
--- trunk/libsub-wrappackages-perl/debian/copyright (original)
+++ trunk/libsub-wrappackages-perl/debian/copyright Fri Apr  8 12:07:25 2011
@@ -1,38 +1,39 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: David Cantrell <pause at barnyard.co.uk>
-Upstream-Source: http://search.cpan.org/dist/Sub-WrapPackages/
-Upstream-Name: Sub-WrapPackages
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: David Cantrell <pause at barnyard.co.uk>
+Source: http://search.cpan.org/dist/Sub-WrapPackages/
+Name: Sub-WrapPackages
 
 Files: *
 Copyright: 2003-2009, David Cantrell <david at cantrell.org.uk>
-License-Alias: Perl
-License: Artistic | GPL-2+
+License: Artistic or GPL-2+
 
 Files: debian/*
-Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
- 2008, Jaldhar H. Vyas <jaldhar at debian.org>
-License: Artistic | GPL-1+
+Copyright: 2008, Jaldhar H. Vyas <jaldhar at debian.org>
+ 2009-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'
+ 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 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'
+ 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
 
 License: GPL-2+
-    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 2, 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-2'
-
+ 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 2, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 2 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.

Added: trunk/libsub-wrappackages-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-wrappackages-perl/debian/source/format?rev=72358&op=file
==============================================================================
--- trunk/libsub-wrappackages-perl/debian/source/format (added)
+++ trunk/libsub-wrappackages-perl/debian/source/format Fri Apr  8 12:07:25 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




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