r52193 - in /trunk/libcache-historical-perl/debian: README.source changelog control copyright patches/10_pod_error.diff

meand-guest at users.alioth.debian.org meand-guest at users.alioth.debian.org
Fri Feb 5 16:23:13 UTC 2010


Author: meand-guest
Date: Fri Feb  5 16:23:04 2010
New Revision: 52193

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52193
Log:
Mending of package source after supervisor comments.

Removed:
    trunk/libcache-historical-perl/debian/README.source
Modified:
    trunk/libcache-historical-perl/debian/changelog
    trunk/libcache-historical-perl/debian/control
    trunk/libcache-historical-perl/debian/copyright
    trunk/libcache-historical-perl/debian/patches/10_pod_error.diff

Modified: trunk/libcache-historical-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcache-historical-perl/debian/changelog?rev=52193&op=diff
==============================================================================
--- trunk/libcache-historical-perl/debian/changelog (original)
+++ trunk/libcache-historical-perl/debian/changelog Fri Feb  5 16:23:04 2010
@@ -1,48 +1,12 @@
 libcache-historical-perl (0.03-1) UNRELEASED; urgency=low
 
-  TODO:
-  - related to svn and not the package: remove
-    tags/libcache-historical-perl/0.03-1, the tagging should be done by the
-    person who uploads the package at upload time (to make sure that the
-    tagged version and the uploaded code are the same)
-    and it "moves" the package into the wrong section in PET
-  - debian/changelog: remove the second line, a new package usually only has
-    the "initial release" entry
+  LEFTOVER:
   - debian/patches/10_pod_error.diff (only cosmetic nitpicks):
-    * according to http://dep.debian.net/deps/dep3/ "Forwarded" should contain
-      an URL, if possible
-    * quilt patches look nicer with the .quiltrc settings from
-      http://pkg-perl.alioth.debian.org/howto/quilt.html#tips_and_tricks
-  - debian/README.source can be removed for packages that use source format v3
-  - debian/copyright:
-    * according to the Format-Specification you are using there is no
-      "License-Alias: Perl" anymore
-    * s/GPL or Artistic/Artistic or GPL-1+/ (the order is just for lintian,
-      the -1+ makes an important difference)
-    * usually "stand-alone licenses" are nicer than adding the texts to the
-      stanzas (matter of taste)
-    * the last sentence can be dropped
-    * try "dh-make-perl --refresh --only copyright" :) (it doesn't find the
-      license in this case but provides a nice structure, needs dh-make-perl
-      0.62)
-  - debian/control:
-    * Build-Depends-Indep: s/(>= 5.6.10-12)// (even oldstable has a newer
-      version of perl, and since policy 3.8.3 we don't need a version in that
-      case)
-    * move everything from Build-Depends to Build-Depends-Indep that's not
-      required in the clean target, i.e. all except debhelper
-    * Build-Depends-Indep: you can remove the version for the dependency on
-      liblog-log4perl-perl (newer version in oldstable)
-    * the versions for librose-db-perl and librose-db-object-perl in
-      Build-Depends-Indep and Depends differ, IIRC the ones in Depends are
-      correct and B-D-I needs to be fixed
-    * short description: should be a noun phrase, i.e. work as "$package is a
-      $shortdescription"
-    * long description: s/This perl module/Cache::Historical/ (makes searching
-      easier)
-    * Build-Depends: (purely cosmetic) s/debhelper (>= 7.0.0)/debhelper (>= 7)/
+    * according to http://dep.debian.net/deps/dep3/ "Forwarded" should
+      contain an URL, if possible
+
+  MEA: I have sent an email to the upstream author, no receipt, no reply!
 
   * Initial release. (Closes: #566280)
-  * Implement source format "3.0 (quilt)" immediately.
 
- -- Mats Erik Andersson <mats.andersson at gisladisker.se>  Mon, 25 Jan 2010 16:29:45 +0100
+ -- Mats Erik Andersson <mats.andersson at gisladisker.se>  Fri, 05 Feb 2010 17:20:34 +0100

Modified: trunk/libcache-historical-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcache-historical-perl/debian/control?rev=52193&op=diff
==============================================================================
--- trunk/libcache-historical-perl/debian/control (original)
+++ trunk/libcache-historical-perl/debian/control Fri Feb  5 16:23:04 2010
@@ -1,11 +1,11 @@
 Source: libcache-historical-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.0), libdbd-sqlite3-perl (>= 1.14), libdbi-perl, liblog-log4perl-perl (>= 1), librose-db-perl (>= 0.735), librose-db-object-perl (>= 0.764)
-Build-Depends-Indep: perl (>= 5.6.10-12)
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libdbd-sqlite3-perl (>= 1.14), libdbi-perl, liblog-log4perl-perl, librose-db-perl (>= 0.756), librose-db-object-perl (>= 1:0.785)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Mats Erik Andersson <mats.andersson at gisladisker.se>
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Cache-Historical/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcache-historical-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcache-historical-perl/
@@ -13,9 +13,9 @@
 Package: libcache-historical-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libdbd-sqlite3-perl (>= 1.14), libdbi-perl, liblog-log4perl-perl, librose-db-perl (>= 0.756), librose-db-object-perl (>= 1:0.785)
-Description: cache simple data with time history
- This perl module provides simple methods to store and search text values
- that are tied to a time and a key, like a user or a category. Each caching
+Description: simple data caching service with time history
+ Cache::Historical provides simple methods to store and search text values
+ that are tied to a time and a key, like user or category. Each caching
  operation sets a time stamp, thus making it possible to search according
  to events in time. Like the name suggests, it was originally conceived
  for recording of historic events such as stock trading.

Modified: trunk/libcache-historical-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcache-historical-perl/debian/copyright?rev=52193&op=diff
==============================================================================
--- trunk/libcache-historical-perl/debian/copyright (original)
+++ trunk/libcache-historical-perl/debian/copyright Fri Feb  5 16:23:04 2010
@@ -1,26 +1,29 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Mike Schilli <cpan at perlmeister.com>
+Source: http://search.cpan.org/dist/Cache-Historical/
 Name: Cache-Historical
-Maintainer: Mike Schilli <cpan at perlmeister.com>
-Source: http://search.cpan.org/dist/Cache-Historical/.
 
 Files: *
 Copyright: 2007-2008, Mike Schilli <cpan at perlmeister.com>
-License: GPL or Artistic
-License-Alias: Perl
+License: Artistic or GPL-1+
  All rights reserved.  Released under the same terms as Perl itself.
- .
- 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
- License in `/usr/share/common-licenses/Artistic'.
 
 Files: debian/*
 Copyright: 2010, Mats Erik Andersson <mats.andersson at gisladisker.se>
-License: GPL or Artistic
- The Debian packaging was made by Mats Erik Andersson in January 2010,
- and is licensed under the same terms as the software itself (see above).
+License: Artistic or GPL-1+
+
+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.
  .
- This is the debian package for the Cache-Historical module. It was
- created manually by Mats Erik Andersson.
+ 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/libcache-historical-perl/debian/patches/10_pod_error.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcache-historical-perl/debian/patches/10_pod_error.diff?rev=52193&op=diff
==============================================================================
--- trunk/libcache-historical-perl/debian/patches/10_pod_error.diff (original)
+++ trunk/libcache-historical-perl/debian/patches/10_pod_error.diff Fri Feb  5 16:23:04 2010
@@ -3,8 +3,8 @@
 Forwarded: yes
 Author: Mats Erik Andersson <mats.andersson at gisladisker.se>
 Last-Update: 2010-01-21
---- Cache-Historical-0.03/Historical.pm.orig	2008-02-09 23:36:00.000000000 +0100
-+++ Cache-Historical-0.03/Historical.pm	2010-01-22 17:18:55.000000000 +0100
+--- Cache-Historical-0.03/Historical.pm.orig
++++ Cache-Historical-0.03/Historical.pm
 @@ -387,6 +387,8 @@
         # update of a given key.
      my $since = $cache->since_last_update( $key );




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