[SCM] Packaging of DBIx::Class::InflateColumn::Serializer in Debian branch, master, updated. 218b4a469f5dfe320ff81a9941eb81b212160b7d

Ernesto Hernández-Novich emhnemhn at gmail.com
Wed Jul 24 13:04:05 UTC 2013


The following commit has been merged in the master branch:
commit 218b4a469f5dfe320ff81a9941eb81b212160b7d
Author: Ernesto Hernández-Novich <emhnemhn at gmail.com>
Date:   Mon Jul 1 18:32:48 2013 -0430

    Fixed issues prior to release.
    
    * control, changelog, watch: use metacpan instead of cpan for URLs.
    * control: use anonscm.debian.org for Vcs-Git; bumped Standards-Version;
      fixed short description.
    * copyright: add copyright dates; fixed Upstream-Contact;
      LICENSE file has an explicit copyright attribution.

diff --git a/debian/changelog b/debian/changelog
index 743f83f..4d54cda 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,20 +1,5 @@
-libdbix-class-inflatecolumn-serializer-perl (0.06-1) UNRELEASED; urgency=low
-
-  TODO:
-  - please use metacpan.org for upstream URLs:
-    perl -pi -e 's{http://search\.cpan\.org/dist}{https://metacpan.org/release};' debian/{control,copyright,watch}
-    (dh-make-perl in git already switched)
-  - d/copyright:
-    + missing year of upstream copyright
-    + Upstream-Contact seems to be Miquel Ruiz Martin <mruiz at cpan.org>
-    + the code doesn't have a copyright statement (except in dist.ini)
-      --> add "Berne Convention Comment" from
-      http://pkg-perl.alioth.debian.org/copyright.html#berne_convention
-  - d/control:
-    + Standards-Version: 3.9.4 [also lintian]
-    + short description: I'd use the singular too, i.e. "inflator"
-    + Vcs-Git: anonscm.debian.org [also lintian]
+libdbix-class-inflatecolumn-serializer-perl (0.06-1) unstable; urgency=low
 
   * Initial Release (Closes: #714635).
 
- -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Mon, 01 Jul 2013 08:51:51 -0430
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Mon, 01 Jul 2013 18:32:10 -0430
diff --git a/debian/control b/debian/control
index b6a2ecf..03b0c32 100644
--- a/debian/control
+++ b/debian/control
@@ -10,10 +10,10 @@ Build-Depends-Indep: libdbd-sqlite3-perl,
  libtest-exception-perl,
  libyaml-perl,
  perl
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbix-class-inflatecolumn-serializer-perl.git
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbix-class-inflatecolumn-serializer-perl.git
-Homepage: http://search.cpan.org/dist/DBIx-Class-InflateColumn-Serializer/
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdbix-class-inflatecolumn-serializer-perl.git
+Homepage: https://metacpan.org/release/DBIx-Class-InflateColumn-Serializer/
 
 Package: libdbix-class-inflatecolumn-serializer-perl
 Architecture: all
@@ -21,7 +21,7 @@ Depends: ${misc:Depends}, ${perl:Depends},
  libdbix-class-perl,
  libjson-perl,
  libyaml-perl
-Description: DBIx::Class inflators to serialize Perl data structures
+Description: DBIx::Class inflator to serialize Perl data structures
  DBIx::Class::InflateColumn::Serializer is a DBIx::Class column inflator,
  that helps you store and retrieve serialized Perl data structures in
  your database columns.
diff --git a/debian/copyright b/debian/copyright
index e697150..ed277e8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,10 +1,10 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Contact: Jose Luis Martinez <jlmartinez at capside.com>
+Upstream-Contact: Miquel Ruiz Martin <mruiz at cpan.org>
 Upstream-Name: DBIx-Class-InflateColumn-Serializer
-Source: http://search.cpan.org/dist/DBIx-Class-InflateColumn-Serializer/
+Source: http://metacpan.org/release/DBIx-Class-InflateColumn-Serializer/
 
 Files: *
-Copyright: Jose Luis Martinez <jlmartinez at capside.com>
+Copyright: 2013, Jose Luis Martinez <jlmartinez at capside.com>
 License: Artistic or GPL-1+
 
 Files: debian/*
diff --git a/debian/watch b/debian/watch
index 668beab..b1661f1 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/DBIx-Class-InflateColumn-Serializer/   .*/DBIx-Class-InflateColumn-Serializer-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+http://metacpan.org/release/DBIx-Class-InflateColumn-Serializer/   .*/DBIx-Class-InflateColumn-Serializer-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Packaging of DBIx::Class::InflateColumn::Serializer in Debian



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