[libdatabase-dumptruck-perl] 02/02: Address TODO issues

Lubomir Rintel lkundrak-guest at moszumanska.debian.org
Tue May 13 06:29:28 UTC 2014


This is an automated email from the git hooks/post-receive script.

lkundrak-guest pushed a commit to branch master
in repository libdatabase-dumptruck-perl.

commit e3f7d0fa9eccff9b48eaf6e734c35dabed3c46ad
Author: Lubomir Rintel <lkundrak at v3.sk>
Date:   Tue May 13 00:44:16 2014 +0200

    Address TODO issues
    
    Git-Dch: Ignore
---
 debian/changelog | 27 ++-------------------------
 debian/control   | 20 +++++++++++---------
 2 files changed, 13 insertions(+), 34 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 52d0135..c00a21a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,28 +1,5 @@
-libdatabase-dumptruck-perl (1.1-1) UNRELEASED; urgency=low
+libdatabase-dumptruck-perl (1.2-1) UNRELEASED; urgency=low
 
-  TODO:
-  - d/changelog: please (file an ITP bug and) close the ITP in the changelog
-    entry [also detected by lintian]
-  - d/copyright -- well, actually the upstream code:
-    the code doesn't contain a copyright notice, just a license (disguised as
-    "COPYRIGHT") and an AUTHOR. this is in general problematic:
-    http://pkg-perl.alioth.debian.org/copyright.html#missing_information
-    in this case it shouldn't be a problem, since you are both upstream and
-    packager but maybe you can fix this with the next upstream release.
-  - d/control:
-    + the short description ('synopsis') should start with a small letter, so
-      that it works in a sentence like "$package is (a) $synopsis"; cf.
-      https://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.html#bpp-pkg-synopsis
-      and maybe it's just me, but "relaxing interface" sounds a bit confusing :)
-    + (cosmetic) I'd rather say "Database::DumpTruck is a " instead of "This
-      is a " in the long description. no big deal, since the module name is
-      mentioned later
-    + (totally cosmetic) no need for the comma after libjson-perl in Depends
-    + the Source stanza is missing some fields or has wrong values:
-      Maintainer should be the team (and you in Uploaders), Vcs-* are missing;
-      cf. http://pkg-perl.alioth.debian.org/policy.html#debian_control_handling
-      `dpt packagecheck -A -c' can fix this [in the pkg-perl-tools package]
-
-  * Initial Release.
+  * Initial Release. (Closes: #747920)
 
  -- Lubomir Rintel <lkundrak at v3.sk>  Tue, 6 May 2014 01:11:27 +0200
diff --git a/debian/control b/debian/control
index 2b35930..3758e21 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
 Source: libdatabase-dumptruck-perl
 Section: perl
 Priority: optional
-Maintainer: Lubomir Rintel <lkundrak at v3.sk>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Lubomir Rintel <lkundrak at v3.sk>
 Build-Depends: debhelper (>= 9),
  perl,
  libdbd-sqlite3-perl,
@@ -10,6 +11,8 @@ Build-Depends: debhelper (>= 9),
  libtest-exception-perl,
  libtest-pod-perl
 Standards-Version: 3.9.5
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdatabase-dumptruck-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdatabase-dumptruck-perl.git
 Homepage: https://metacpan.org/release/Database-DumpTruck
 
 Package: libdatabase-dumptruck-perl
@@ -17,12 +20,11 @@ Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  libdbd-sqlite3-perl,
  libdbi-perl,
- libjson-perl,
-Description: Relaxing interface to SQLite
- This is a simple document-oriented interface to a SQLite database, modelled
- after Scraperwiki's Python dumptruck module. It allows for easy (and maybe
- inefficient) storage and retrieval of structured data to and from a database
- without interfacing with SQL.
+ libjson-perl
+Description: Database::DumpTruck is a simple document-oriented interface
+ to a SQLite database, modelled after Scraperwiki's Python dumptruck 
+ module. It allows for easy (and maybe inefficient) storage and retrieval 
+ of structured data to and from a database without interfacing with SQL.
  .
- Database::DumpTruck attempts to identify the type of the data you're
- inserting and uses an appropriate SQLite type.
+ The module attempts to identify the type of the data you're inserting and
+ uses an appropriate SQLite type.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdatabase-dumptruck-perl.git



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