r45527 - in /trunk/libclass-base-perl/debian: changelog compat control copyright libclass-base-perl.docs rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Oct 8 19:18:15 UTC 2009


Author: gregoa
Date: Thu Oct  8 19:18:00 2009
New Revision: 45527

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45527
Log:
* Switch from cdbs to debhelper 7.
* New format for debian/copyright.
* Set Standards-Version to 3.8.3 (no changes).

Added:
    trunk/libclass-base-perl/debian/libclass-base-perl.docs
Modified:
    trunk/libclass-base-perl/debian/changelog
    trunk/libclass-base-perl/debian/compat
    trunk/libclass-base-perl/debian/control
    trunk/libclass-base-perl/debian/copyright
    trunk/libclass-base-perl/debian/rules

Modified: trunk/libclass-base-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-base-perl/debian/changelog?rev=45527&op=diff
==============================================================================
--- trunk/libclass-base-perl/debian/changelog (original)
+++ trunk/libclass-base-perl/debian/changelog Thu Oct  8 19:18:00 2009
@@ -1,6 +1,6 @@
 libclass-base-perl (0.03-4) UNRELEASED; urgency=low
 
-  * Take over for the Debian Perl Group on maintainer's request
+  * Take over for the Debian Perl Group with maintainer's permission
     (http://lists.debian.org/debian-perl/2009/10/msg00004.html)
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza);
@@ -9,6 +9,9 @@
     Dorland <eric at debian.org>); Eric Dorland <eric at debian.org> moved to
     Uploaders.
   * debian/watch: use dist-based URL.
+  * Switch from cdbs to debhelper 7.
+  * New format for debian/copyright.
+  * Set Standards-Version to 3.8.3 (no changes).
 
  -- gregor herrmann <gregoa at debian.org>  Thu, 08 Oct 2009 21:00:34 +0200
 

Modified: trunk/libclass-base-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-base-perl/debian/compat?rev=45527&op=diff
==============================================================================
--- trunk/libclass-base-perl/debian/compat (original)
+++ trunk/libclass-base-perl/debian/compat Thu Oct  8 19:18:00 2009
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libclass-base-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-base-perl/debian/control?rev=45527&op=diff
==============================================================================
--- trunk/libclass-base-perl/debian/control (original)
+++ trunk/libclass-base-perl/debian/control Thu Oct  8 19:18:00 2009
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Eric Dorland <eric at debian.org>
-Build-Depends: cdbs, debhelper (>= 4.1)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl
-Standards-Version: 3.7.2.0
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Class-Base/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-base-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-base-perl/
@@ -14,6 +14,6 @@
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
 Description: useful base class for deriving other modules
- This module implements a simple base class from which other modules
+ Class::Base implements a simple base class from which other modules
  can be derived, thereby inheriting a number of useful methods such as
  new(), init(), params(), clone(), error() and debug().

Modified: trunk/libclass-base-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-base-perl/debian/copyright?rev=45527&op=diff
==============================================================================
--- trunk/libclass-base-perl/debian/copyright (original)
+++ trunk/libclass-base-perl/debian/copyright Thu Oct  8 19:18:00 2009
@@ -1,20 +1,29 @@
-This is the debian package for the Class::Base module.
+Format-Specification: http://dep.debian.net/deps/dep5/
+Maintainer: Andy Wardley <abw at kfs.org>
+Source: http://search.cpan.org/dist/Class-Base/
+Name: Class-Base
 
-It was downloaded from the Comprehensive Perl Archive Network (CPAN).
-Visit <http://www.perl.com/CPAN/> to find a CPAN site near you.
+Files: *
+Copyright: 1996-2002, Andy Wardley <abw at kfs.org>
+License: Artistic or GPL-1+
 
-The upstream author is: 
+Files: debian/*
+Copyright: 2006, Eric Dorland <eric at debian.org>
+ 2009, gregor herrmann <gregoa at debian.org>
+License: Artistic | GPL-1+
 
-Andy Wardley <abw at kfs.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.
+X-Comment:
+ On Debian GNU/Linux systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'
 
-Copyright (C) 1996-2002 Andy Wardley. 
-
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
-
-See http://www.perl.com/perl/misc/Artistic.html
-
-Perl is distributed under your choice of the GNU General Public License or
-the Artistic License.  On Debian GNU/Linux systems, the complete text of the
-GNU General Public License can be found in `/usr/share/common-licenses/GPL'
-and the Artistic Licence 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.
+X-Comment:
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libclass-base-perl/debian/libclass-base-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-base-perl/debian/libclass-base-perl.docs?rev=45527&op=file
==============================================================================
--- trunk/libclass-base-perl/debian/libclass-base-perl.docs (added)
+++ trunk/libclass-base-perl/debian/libclass-base-perl.docs Thu Oct  8 19:18:00 2009
@@ -1,0 +1,1 @@
+TODO

Modified: trunk/libclass-base-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-base-perl/debian/rules?rev=45527&op=diff
==============================================================================
--- trunk/libclass-base-perl/debian/rules (original)
+++ trunk/libclass-base-perl/debian/rules Thu Oct  8 19:18:00 2009
@@ -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 $@




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