[SCM] Debian packaging of libclass-default-perl branch, master, updated. 9bdb02ccd0b9009b9c4245c4bfe07537019e02e9

Fabrizio Regalli fabreg at fabreg.it
Wed Sep 14 16:22:27 UTC 2011


The following commit has been merged in the master branch:
commit 9bdb02ccd0b9009b9c4245c4bfe07537019e02e9
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Wed Sep 14 18:22:19 2011 +0200

    Fixed all review points and added 01-fix-manpage.diff patch

diff --git a/debian/changelog b/debian/changelog
index ffbac72..6354435 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,15 +1,5 @@
 libclass-default-perl (1.51-3) UNRELEASED; urgency=low
 
-  TODO:
-  - d/copyright:
-    + years for main copyright missing
-    + inc/* missing
-  - d/control:
-    + libextutils-autoinstall-perl can be removed (not used anywhere)
-    + libtest-pod-perl can be removed (author tests are not run)
-  - lintian:
-    + 3x spelling-error-in-manpage
-
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
@@ -25,6 +15,7 @@ libclass-default-perl (1.51-3) UNRELEASED; urgency=low
   * Build-Depends: switch to debhelper (>= 8).
   * Bump to 3.0 quilt format.
   * Email change: gregor herrmann -> gregoa at debian.org
+  * Added 01-fix-manpage.diff patch
 
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
diff --git a/debian/control b/debian/control
index 0b3de4a..4f71a8f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libclass-default-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libextutils-autoinstall-perl, libtest-pod-perl, perl
+Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Allard Hoeve <allard at byte.nl>,
  Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
diff --git a/debian/copyright b/debian/copyright
index 9f3de81..ae07ee8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,13 @@ Source: http://search.cpan.org/dist/Class-Default/
 Name: Class-Default
 
 Files: *
-Copyright: Adam Kennedy <adamk at cpan.org>
+Copyright: 2002-2006, Adam Kennedy <adamk at cpan.org>
+License: Artistic or GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2011, Adam Kennedy <adamk at cpan.org>
+ 2002-2011, Audrey Tang <autrijus at autrijus.org>
+ 2002-2011, Brian Ingerson <ingy at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*
diff --git a/debian/patches/01-fix-manpage.diff b/debian/patches/01-fix-manpage.diff
new file mode 100644
index 0000000..8c69b71
--- /dev/null
+++ b/debian/patches/01-fix-manpage.diff
@@ -0,0 +1,26 @@
+Description: Fix man page
+Author: Fabrizio Regalli <fabreg at fabreg.it>
+Forwarded: not-needed
+
+--- a/lib/Class/Default.pm
++++ b/lib/Class/Default.pm
+@@ -98,8 +98,8 @@
+ method, like C<CGI->header>, your call is being applied to a default
+ instantiation of a CGI object.
+ 
+-This technique appears to be especially usefull when writing modules that you
+-want to be used in either a single use or a persistant environment. In a CGI
++This technique appears to be especially useful when writing modules that you
++want to be used in either a single use or a persistent environment. In a CGI
+ like environment, you want the simplicity of a static interface. You can
+ call C<Class->method> directly, without having to pass an instantiation 
+ around constantly.
+@@ -203,7 +203,7 @@
+   print "The default slashdot user is " . Slashdot::User->name
+       . " and they like the colour " . Slashdot::User->favourite_color;
+ 
+-Remember that the default object is persistant, so changes made to the
++Remember that the default object is persistent, so changes made to the
+ statically accessible object can be recovered later.
+ 
+ =head2 Getting access to the default object
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d60c08f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-fix-manpage.diff

-- 
Debian packaging of libclass-default-perl



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