r45211 - in /trunk/librrdtool-oo-perl/debian: changelog control copyright patches/pod-errors patches/wrong-shebang

faxm0dem-guest at users.alioth.debian.org faxm0dem-guest at users.alioth.debian.org
Thu Oct 1 21:36:30 UTC 2009


Author: faxm0dem-guest
Date: Thu Oct  1 21:36:25 2009
New Revision: 45211

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45211
Log:
fixed

Modified:
    trunk/librrdtool-oo-perl/debian/changelog
    trunk/librrdtool-oo-perl/debian/control
    trunk/librrdtool-oo-perl/debian/copyright
    trunk/librrdtool-oo-perl/debian/patches/pod-errors
    trunk/librrdtool-oo-perl/debian/patches/wrong-shebang

Modified: trunk/librrdtool-oo-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librrdtool-oo-perl/debian/changelog?rev=45211&op=diff
==============================================================================
--- trunk/librrdtool-oo-perl/debian/changelog (original)
+++ trunk/librrdtool-oo-perl/debian/changelog Thu Oct  1 21:36:25 2009
@@ -1,26 +1,5 @@
-librrdtool-oo-perl (0.26-1) UNRELEASED; urgency=low
-
-  TODO:
-  - patches:
-    * for using "dh --with quilt $@" in debian/rules we need "quilt (>=
-      0.46-7)" in debian/control
-    * "headers" for the patches are also nice, cf.
-      http://dep.debian.net/deps/dep3/ (or something similar, often we only
-      have Author and Description)
-      (lintian agrees with me on that point :))
-    * (aesthetic) patches look nicer with the .quiltrc settings from
-      http://pkg-perl.alioth.debian.org/howto/quilt.html#tips_and_tricks
-  - debian/control:
-    * remove unversioned "perl-modules" from Build-Depends-Indep (dh-make-perl
-      error, fixed in the latest upload)
-    * start the short description with a small letter, so that it works as a
-      whole sentence as "<package> is a <short description>"
-      --> remove "is an" from <short description>, it's just "mentally added",
-      sorry for being unclear
-  - debian/copyright: remove the (dh-make-perl) disclaimer at the top
-    --> only the "Disclaimer: " not the whole header, sorry again
-  
+librrdtool-oo-perl (0.26-1) unstable; urgency=low
 
   * Initial Release. (Closes: #548450)
 
- -- Fabien Wernli <debian at faxm0dem.org>  Tue, 29 Sep 2009 22:48:33 +0200
+ -- Fabien Wernli <debian at faxm0dem.org>  Thu, 01 Oct 2009 23:35:21 +0200

Modified: trunk/librrdtool-oo-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librrdtool-oo-perl/debian/control?rev=45211&op=diff
==============================================================================
--- trunk/librrdtool-oo-perl/debian/control (original)
+++ trunk/librrdtool-oo-perl/debian/control Thu Oct  1 21:36:25 2009
@@ -1,9 +1,8 @@
 Source: librrdtool-oo-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.8), quilt
-Build-Depends-Indep: perl, perl-modules, librrds-perl,
-  liblog-log4perl-perl
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends-Indep: perl, librrds-perl, liblog-log4perl-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Fabien Wernli <debian at faxm0dem.org>
 Standards-Version: 3.8.3
@@ -15,7 +14,7 @@
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, librrds-perl,
   liblog-log4perl-perl
-Description: is an object-oriented interface to RRDTool
+Description: object-oriented interface to RRDTool
  RRDTool::OO is an object-oriented interface to Tobi Oetiker's round
  robin database tool rrdtool. It uses rrdtool's RRDs module to get
  access to rrdtool's shared library.

Modified: trunk/librrdtool-oo-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librrdtool-oo-perl/debian/copyright?rev=45211&op=diff
==============================================================================
--- trunk/librrdtool-oo-perl/debian/copyright (original)
+++ trunk/librrdtool-oo-perl/debian/copyright Thu Oct  1 21:36:25 2009
@@ -1,3 +1,9 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Mike Schilli <m at perlmeister.com>
+Upstream-Source: http://search.cpan.org/dist/RRDTool-OO/
+Upstream-Name: RRDTool-OO
+
 Files: *
 Copyright: 2004-2009, Mike Schilli <m at perlmeister.com>
 License: Artistic | GPL-1+

Modified: trunk/librrdtool-oo-perl/debian/patches/pod-errors
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librrdtool-oo-perl/debian/patches/pod-errors?rev=45211&op=diff
==============================================================================
--- trunk/librrdtool-oo-perl/debian/patches/pod-errors (original)
+++ trunk/librrdtool-oo-perl/debian/patches/pod-errors Thu Oct  1 21:36:25 2009
@@ -1,7 +1,8 @@
-Index: librrdtool-oo-perl/lib/RRDTool/OO.pm
-===================================================================
---- librrdtool-oo-perl.orig/lib/RRDTool/OO.pm	2009-09-30 23:49:05.000000000 +0200
-+++ librrdtool-oo-perl/lib/RRDTool/OO.pm	2009-09-30 23:49:14.000000000 +0200
+Description: Fix minor Pod errors
+From: Fabien Wernli <debian at faxm0dem.org>
+
+--- a/lib/RRDTool/OO.pm
++++ b/lib/RRDTool/OO.pm
 @@ -1686,7 +1686,7 @@
          width   => 120,
          stack   => 1,

Modified: trunk/librrdtool-oo-perl/debian/patches/wrong-shebang
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librrdtool-oo-perl/debian/patches/wrong-shebang?rev=45211&op=diff
==============================================================================
--- trunk/librrdtool-oo-perl/debian/patches/wrong-shebang (original)
+++ trunk/librrdtool-oo-perl/debian/patches/wrong-shebang Thu Oct  1 21:36:25 2009
@@ -1,17 +1,16 @@
-Index: librrdtool-oo-perl/eg/dt
-===================================================================
---- librrdtool-oo-perl.orig/eg/dt	2009-09-30 23:51:58.000000000 +0200
-+++ librrdtool-oo-perl/eg/dt	2009-09-30 23:52:09.000000000 +0200
+Description: Wrong path to perl
+From: Fabien Wernli <debian at faxm0dem.org>
+
+--- a/eg/dt
++++ b/eg/dt
 @@ -1,4 +1,4 @@
 -#!/usr/local/bin/perl
 +#!/usr/bin/perl
  ############################################################
  # Create a sample graph
  # Mike Schilli <mschilli1 at aol.com>, 2004
-Index: librrdtool-oo-perl/eg/graph.pl
-===================================================================
---- librrdtool-oo-perl.orig/eg/graph.pl	2009-09-30 23:52:16.000000000 +0200
-+++ librrdtool-oo-perl/eg/graph.pl	2009-09-30 23:52:24.000000000 +0200
+--- a/eg/graph.pl
++++ b/eg/graph.pl
 @@ -1,4 +1,4 @@
 -#!/usr/local/bin/perl
 +#!/usr/bin/perl




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