[SCM] libdancer-plugin-dbic-perl Debian packaging branch, master, updated. debian/0.1506-1-10-g51e1453

Jonas Smedegaard dr at jones.dk
Fri Nov 2 16:03:30 UTC 2012


The following commit has been merged in the master branch:
commit 51e1453131944b5a7685cd9533ca6fb7c9eebe3f
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Nov 2 17:01:02 2012 +0100

    Prepare for release: Update changelog, control file and copyright hints.

diff --git a/debian/changelog b/debian/changelog
index 41dff2a..9eece4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,22 @@
-libdancer-plugin-dbic-perl (0.1506-2) UNRELEASED; urgency=low
+libdancer-plugin-dbic-perl (0.1601-1) unstable; urgency=low
 
+  * New upstream release.
+
+  [ Jonas Smedegaard ]
+  * Update package relations:
+    + Relax to build-depend unversioned on cdbs: Needed version
+      satisfied in stable, and oldstable no longer supported.
+    + Relax to recommend (not depend on)
+      libdbix-class-schema-loader-perl.
   * Fix typo in module name in long description.
+  * Update copyright file:
+    + Fix use comment and license pseudo-sections to obey silly
+      restrictions of copyright format 1.0.
+  * Bump debhelper compatibility level to 8.
+  * Fix build-depend on and recommend libdbd-sqlite3-perl, and enable
+    regression tests.
 
- -- Jonas Smedegaard <dr at jones.dk>  Mon, 07 May 2012 00:50:12 +0200
+ -- Jonas Smedegaard <dr at jones.dk>  Fri, 02 Nov 2012 16:59:34 +0100
 
 libdancer-plugin-dbic-perl (0.1506-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 1d9bcbf..46a14d9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,15 @@
 Source: libdancer-plugin-dbic-perl
 Section: perl
 Priority: optional
-Build-Depends: devscripts,
- cdbs (>= 0.4.73~),
+Build-Depends: cdbs,
+ devscripts,
  perl,
  debhelper,
  dh-buildinfo,
  libdbix-class-perl,
- libdbix-class-schema-loader-perl (>= 0.07002),
  libdancer-perl,
+ libdbix-class-schema-loader-perl (>= 0.07002),
+ libdbd-sqlite3-perl,
  libtest-exception-perl,
  libdbd-sqlite3
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
@@ -21,10 +22,11 @@ Homepage: http://search.cpan.org/dist/Dancer-Plugin-DBIC/
 Package: libdancer-plugin-dbic-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, ${cdbs:Depends}
+Recommends: ${cdbs:Recommends}
 Description: DBIx::Class interface for Dancer applications
  Dancer is a Perl web application framework.
  .
- Dancer::Plugin::DBIX provides an easy way to obtain
+ Dancer::Plugin::DBIC provides an easy way to obtain
  DBIx::Class::ResultSet instances via the function schema(), which it
  automatically imports.  You just need to point to a dsn in your Dancer
  configuration file.  So you no longer have to write boilerplate DBIC
diff --git a/debian/copyright_hints b/debian/copyright_hints
index f017169..22f7318 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -18,7 +18,7 @@ Files: Changes
  dist.ini
  t/01-single-schema.t
  t/02-multiple-schemas.t
- t/03-dbic-classes.t
+ t/03-dynamic-schemas.t
  t/04-testapp.t
  t/lib/Foo.pm
  t/lib/Foo/Result/User.pm
@@ -33,6 +33,11 @@ Copyright: 2010, awncorp
 License: UNKNOWN
  FIXME
 
+Files: debian/rules
+Copyright: 2011, Jonas Smedegaard <dr at jones.dk>
+License: GPL-2+
+ FIXME
+
 Files: LICENSE
 Copyright: 1989, Free Software Foundation, Inc
   19xx name of author
@@ -52,11 +57,6 @@ Copyright: 1989, Free Software Foundation, Inc
   interest in the
   notices and associated disclaimers
   the software, and
-License: GPL-1+
- FIXME
-
-Files: debian/rules
-Copyright: 2011, Jonas Smedegaard <dr at jones.dk>
-License: GPL-2+
+License: GPL-ever
  FIXME
 

-- 
libdancer-plugin-dbic-perl Debian packaging



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