r58072 - in /trunk/libclass-container-perl/debian: changelog compat control copyright rules source/ source/format watch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Wed May 19 12:54:34 UTC 2010


Author: ansgar-guest
Date: Wed May 19 12:54:16 2010
New Revision: 58072

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58072
Log:
* Now maintainer by the Debian Perl Group. (Closes: #569472)
  + Add myself to Uploaders.
* debian/control: Add Vcs-*, Homepage fields.
* Make build-dep on perl unversioned.
* No longer suggest perl (>= 5.8.2) | libscalar-util-perl: Debian's perl is
  recent enough.
* debian/control: Minor changes to description.
* Convert debian/copyright to proposed machine-readable format.
* Use source format 3.0 (quilt).
* Use debhelper 7 instead of CDBS.
* No longer install README: content identical to module documentation.
* debian/watch: Use extended regular expression to match upstream releases.
* Remove Emacs mode settings from debian/changelog.
* Bump Standards-Version to 3.8.4.

Added:
    trunk/libclass-container-perl/debian/source/
    trunk/libclass-container-perl/debian/source/format
Modified:
    trunk/libclass-container-perl/debian/changelog
    trunk/libclass-container-perl/debian/compat
    trunk/libclass-container-perl/debian/control
    trunk/libclass-container-perl/debian/copyright
    trunk/libclass-container-perl/debian/rules
    trunk/libclass-container-perl/debian/watch

Modified: trunk/libclass-container-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-container-perl/debian/changelog?rev=58072&op=diff
==============================================================================
--- trunk/libclass-container-perl/debian/changelog (original)
+++ trunk/libclass-container-perl/debian/changelog Wed May 19 12:54:16 2010
@@ -1,3 +1,22 @@
+libclass-container-perl (0.12-3) unstable; urgency=low
+
+  * Now maintainer by the Debian Perl Group. (Closes: #569472)
+    + Add myself to Uploaders.
+  * debian/control: Add Vcs-*, Homepage fields.
+  * Make build-dep on perl unversioned.
+  * No longer suggest perl (>= 5.8.2) | libscalar-util-perl: Debian's perl is
+    recent enough.
+  * debian/control: Minor changes to description.
+  * Convert debian/copyright to proposed machine-readable format.
+  * Use source format 3.0 (quilt).
+  * Use debhelper 7 instead of CDBS.
+  * No longer install README: content identical to module documentation.
+  * debian/watch: Use extended regular expression to match upstream releases.
+  * Remove Emacs mode settings from debian/changelog.
+  * Bump Standards-Version to 3.8.4.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Wed, 19 May 2010 21:53:29 +0900
+
 libclass-container-perl (0.12-2) unstable; urgency=low
 
   * Moved to CDBS
@@ -38,7 +57,3 @@
   * Initial Release (closes: Bug#152856).
 
  -- Ivan Kohler <ivan-debian at 420.am>  Sat, 13 Jul 2002 07:34:34 -0700
-
-Local variables:
-mode: debian-changelog
-End:

Modified: trunk/libclass-container-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-container-perl/debian/compat?rev=58072&op=diff
==============================================================================
--- trunk/libclass-container-perl/debian/compat (original)
+++ trunk/libclass-container-perl/debian/compat Wed May 19 12:54:16 2010
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libclass-container-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-container-perl/debian/control?rev=58072&op=diff
==============================================================================
--- trunk/libclass-container-perl/debian/control (original)
+++ trunk/libclass-container-perl/debian/control Wed May 19 12:54:16 2010
@@ -1,24 +1,27 @@
 Source: libclass-container-perl
 Section: perl
 Priority: optional
-Build-Depends: cdbs, debhelper (>= 4.1.0)
-Build-Depends-Indep: perl (>= 5.6.0-17), libparams-validate-perl (>= 0.23)
-Maintainer: Charles Fry <cfry at debian.org>
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 7.3.7~)
+Build-Depends-Indep: perl, libparams-validate-perl (>= 0.23)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/Class-Container/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-container-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-container-perl/
 
 Package: libclass-container-perl
 Architecture: all
-Depends: ${perl:Depends}, libparams-validate-perl (>= 0.23)
-Suggests: perl (>= 5.8.2) | libscalar-util-perl
-Description:  Glues object frameworks together transparently
- This class facilitates building frameworks of several classes that
- inter-operate.  It was first designed and built for HTML::Mason, in
- which the Compiler, Lexer, Interpreter, Resolver, Component, Buffer,
- and several other objects must create each other transparently,
- passing the appropriate parameters to the right class, possibly
- substituting their own subclass for any of these objects.
+Depends: ${misc:Depends}, ${perl:Depends}, libparams-validate-perl (>= 0.23)
+Description: Perl module to glue object frameworks together transparently
+ The Class::Container module facilitates building frameworks of several classes
+ that inter-operate. It was first designed and built for HTML::Mason, in which
+ the Compiler, Lexer, Interpreter, Resolver, Component, Buffer, and several
+ other objects must create each other transparently, passing the appropriate
+ parameters to the right class, possibly substituting their own subclass for any
+ of these objects.
  .
-  The main features of Class::Container are:
+ The main features of Class::Container are:
  .
   * Declaration of parameters used by each member in a class framework
  .

Modified: trunk/libclass-container-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-container-perl/debian/copyright?rev=58072&op=diff
==============================================================================
--- trunk/libclass-container-perl/debian/copyright (original)
+++ trunk/libclass-container-perl/debian/copyright Wed May 19 12:54:16 2010
@@ -1,12 +1,31 @@
-The upstream author is: 
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Ken Williams <ken at mathforum.org>
+Source: http://search.cpan.org/dist/Class-Container/
+Name: Class-Container
 
-Ken Williams <ken at mathforum.org>, based extremely heavily on
-collaborative work with Dave Rolsky <autarch at urth.org> and Jonathan
-Swartz <swartz at pobox.com> on the HTML::Mason project..
+Copyright:
+ © 2002-2005, Ken Williams <ken at mathforum.org>
+ © 2002-2005, Dave Rolsky <autarch at urth.org>
+License: Artistic or GPL-1+
 
-This program is free software; you can redistribute it and/or modify
-it under the same terms as Perl itself.
+Files: debian/*
+Copyright:
+ © 2002,      Ivan Kohler <ivan-debian at 420.am>
+ © 2004,      Michael Alan Dorman <mdorman at debian.org>
+ © 2005-2006, Charles Fry <cfry at debian.org>
+ © 2010,      Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic or GPL-1+
 
-Larry Wall's "Artistic License" for perl can be found in
-/usr/share/common-licenses/Artistic, and the GPL can be found in
-/usr/share/common-licenses/GPL-2.
+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'

Modified: trunk/libclass-container-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-container-perl/debian/rules?rev=58072&op=diff
==============================================================================
--- trunk/libclass-container-perl/debian/rules (original)
+++ trunk/libclass-container-perl/debian/rules Wed May 19 12:54:16 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
+%:
+	dh --buildsystem=perl_build $@

Added: trunk/libclass-container-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-container-perl/debian/source/format?rev=58072&op=file
==============================================================================
--- trunk/libclass-container-perl/debian/source/format (added)
+++ trunk/libclass-container-perl/debian/source/format Wed May 19 12:54:16 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: trunk/libclass-container-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-container-perl/debian/watch?rev=58072&op=diff
==============================================================================
--- trunk/libclass-container-perl/debian/watch (original)
+++ trunk/libclass-container-perl/debian/watch Wed May 19 12:54:16 2010
@@ -1,2 +1,2 @@
 version=3
-http://www.cpan.org/modules/by-module/Class/Class-Container-([\d\.]+)\.tar\.gz debian svn-upgrade
+http://search.cpan.org/dist/Class-Container/   .*/Class-Container-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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