r24952 - in /trunk/libclass-std-utils-perl/debian: changelog control copyright rules

xaviero-guest at users.alioth.debian.org xaviero-guest at users.alioth.debian.org
Tue Sep 9 16:30:06 UTC 2008


Author: xaviero-guest
Date: Tue Sep  9 16:29:56 2008
New Revision: 24952

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24952
Log:
 * update description in debian/control
 * update debian/copyright
 * remove README from debian/rules
 * s/UNRELEASED/unstable

Modified:
    trunk/libclass-std-utils-perl/debian/changelog
    trunk/libclass-std-utils-perl/debian/control
    trunk/libclass-std-utils-perl/debian/copyright
    trunk/libclass-std-utils-perl/debian/rules

Modified: trunk/libclass-std-utils-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-std-utils-perl/debian/changelog?rev=24952&op=diff
==============================================================================
--- trunk/libclass-std-utils-perl/debian/changelog (original)
+++ trunk/libclass-std-utils-perl/debian/changelog Tue Sep  9 16:29:56 2008
@@ -1,14 +1,5 @@
-libclass-std-utils-perl (0.0.3-1) UNRELEASED; urgency=low
+libclass-std-utils-perl (0.0.3-1) unstable; urgency=low
 
-  RECOMMENDATIONS:
-  - don't install README
-  - use debhelper 7 (debian/rules (*), compat, control)
-  - use new format for debian/copyright (*)
-  - mentions module name in long description (instead of "This module")
-  - replace reference to a book by a sentence summarizing what it's about
-  
-  (*) "dh-make-perl -R" with dh-make-perl in svn
-  
   * Initial Release (Closes: #498347)
 
  -- Xavier Oswald <x.oswald at free.fr>  Tue, 9 Sep 2008 13:04:55 +0200

Modified: trunk/libclass-std-utils-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-std-utils-perl/debian/control?rev=24952&op=diff
==============================================================================
--- trunk/libclass-std-utils-perl/debian/control (original)
+++ trunk/libclass-std-utils-perl/debian/control Tue Sep  9 16:29:56 2008
@@ -1,7 +1,7 @@
 Source: libclass-std-utils-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), libmodule-build-perl
+Build-Depends: debhelper (>= 5), libmodule-build-perl, libversion-perl
 Build-Depends-Indep: perl (>= 5.6.10-12), libtest-simple-perl, libtest-pod-perl, libtest-pod-coverage-perl 
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Xavier Oswald <x.oswald at free.fr>
@@ -15,6 +15,6 @@
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
 Description:  Utility subroutines for building "inside-out" objects
- This module provides three utility subroutines that simplify the creation of
- "inside-out" classes. See Chapters 15 and 16 of "Perl Best Practices"
- (O'Reilly, 2005) for details.
+ Class::Std::Utils provides three utility subroutines that simplify the
+ creation of "inside-out" classes. See Chapters 15 and 16 of "Perl Best
+ Practices" (O'Reilly, 2005) for details.

Modified: trunk/libclass-std-utils-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-std-utils-perl/debian/copyright?rev=24952&op=diff
==============================================================================
--- trunk/libclass-std-utils-perl/debian/copyright (original)
+++ trunk/libclass-std-utils-perl/debian/copyright Tue Sep  9 16:29:56 2008
@@ -1,25 +1,24 @@
-This is the debian package for the Class-Std-Utils module.
-It was created by Xavier Oswald <x.oswald at free.fr> using dh-make-perl.
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
 
-It was downloaded from http://search.cpan.org/dist/Class-Std-Utils/
+Debianized-By: Xavier Oswald <x.oswald at free.fr>
+Debianized-Date: Tue, 9 Sep 2008 13:04:55 +0200 
 
-The upstream author is: Damian Conway <DCONWAY at cpan.org>
-Copyright: Copyright (c) 2005 Damian Conway <DCONWAY at cpan.org>
+Original-Source-Location: http://search.cpan.org/dist/Class-Std-Utils/
 
-This program is free software, you can redistribute it and/or modify it under
-the same terms as Perl itself.
+Upstream-Author: Damian Conway <DCONWAY at cpan.org>
 
-License:
+Files: *
+Copyright: © 2005 Damian Conway <DCONWAY at cpan.org>
+License: GPL-1+ | Artistic
+ This code is free software; you can redistribute it and/or modify it under the
+ same terms as Perl itself.
 
-    a) the GNU General Public License as published by the Free Software
-       Foundation; either version 1, or (at your option) any later
-       version, or
+Files: debian/*
+Copyright: © 2008 Xavier Oswald <x.oswald at free.fr>
+License: GPL-1+ | Artistic
+ The Debian packaging is put under the same terms as the module itself.
 
-    b) the "Artistic License" which comes with Perl.
-
-    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'.
-
-The Debian packaging is (C) 2008, Xavier Oswald <x.oswald at free.fr> and
-is licensed under the same terms as the software itself (see above).
+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'.

Modified: trunk/libclass-std-utils-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-std-utils-perl/debian/rules?rev=24952&op=diff
==============================================================================
--- trunk/libclass-std-utils-perl/debian/rules (original)
+++ trunk/libclass-std-utils-perl/debian/rules Tue Sep  9 16:29:56 2008
@@ -1,5 +1,3 @@
-#!/usr/bin/make -f
-
 export PERL_MM_USE_DEFAULT=1
 
 PERL   ?= /usr/bin/perl
@@ -33,7 +31,7 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs README
+	dh_installdocs
 	dh_installchangelogs Changes
 	dh_perl
 	dh_compress




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