[SCM] libmodule-package-perl Debian packaging branch, master, updated. debian/0.30-1-8-g522eb2e

Jonas Smedegaard dr at jones.dk
Wed Apr 3 16:28:12 UTC 2013


The following commit has been merged in the master branch:
commit 522eb2ee05d2ae94559a30ba2279fbe8efc4968b
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Apr 3 18:25:08 2013 +0200

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

diff --git a/debian/changelog b/debian/changelog
index d9a5f70..a6166d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
-libmodule-package-perl (0.30-2) UNRELEASED; urgency=low
+libmodule-package-perl (0.30-2) unstable; urgency=low
 
-  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
+  [ Salvatore Bonaccorso ]
+  * Change Vcs-Git to canonical URI (git://anonscm.debian.org).
 
- -- Salvatore Bonaccorso <carnil at debian.org>  Sun, 06 Jan 2013 22:03:59 +0100
+  [ Jonas Smedegaard ]
+  * Fix recommend libmodule-signature-perl.
+  * Update copyright file: Fix use pseudo-license and pseudo-comment
+    sections to obey silly restrictions of copyright format 1.0.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Wed, 03 Apr 2013 18:24:25 +0200
 
 libmodule-package-perl (0.30-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index a88d3d3..311d79c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,16 @@
 Source: libmodule-package-perl
 Section: perl
 Priority: optional
-Build-Depends: devscripts,
- cdbs (>= 0.4.73~),
+Build-Depends: cdbs,
+ devscripts,
  perl,
  debhelper,
  dh-buildinfo,
- librdf-ns-perl,
- librdf-trine-perl,
- libsub-exporter-perl,
- liburi-perl
+ libio-all-perl (>= 0.41),
+ libmodule-install-perl (>= 1.01),
+ libmodule-install-authorrequires-perl,
+ libmodule-install-manifestskip-perl,
+ libmoo-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>
 Standards-Version: 3.9.3
@@ -24,14 +25,11 @@ Depends: ${cdbs:Depends},
  ${perl:Depends}
 Recommends: ${cdbs:Recommends}
 Suggests: ${cdbs:Suggests}
-Description: shortcut functions for RDF::Trine's object-oriented interface
- Resource Description Framework (RDF) is a standard model for data
- interchange on the Web.
+Description: postmodern Perl module packaging
+ Module::Package is a drop-in replacement for Module::Install. It does
+ everything Module::Install does, but just a bit better.
  .
- RDF::Trine provides an RDF framework with an emphasis on extensibility,
- API stability, and the presence of a test suite.
- .
- Module::Package provides some shortcut functions for RDF::Trine.
- It is a replacement for the venerable RDF::TrineShortcuts. Not a
- drop-in replacement. It has fewer features, fewer dependencies, less
- hackishness, less magic and fewer places it can go wrong.
+ Actually this module is simply a wrapper around Module::Install. It
+ attempts to drastically reduce what goes in a Makefile.PL, while at the
+ same time, fixing many of the problems that people have had with
+ Module::Install (and other module frameworks) over the years.
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 12de54d..26d6d6e 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -46,6 +46,11 @@ Copyright: 2011
 License: UNKNOWN
  FIXME
 
+Files: inc/Module/Install/Metadata.pm
+Copyright: 
+License: Expat
+ FIXME
+
 Files: debian/rules
 Copyright: 2012, Jonas Smedegaard <dr at jones.dk>
 License: GPL-2+
@@ -73,11 +78,6 @@ Copyright: 1989, Free Software Foundation, Inc
 License: GPL-ever
  FIXME
 
-Files: inc/Module/Install/Metadata.pm
-Copyright: 
-License: MIT/X11 (BSD like)
- FIXME
-
 Files: inc/Module/Install.pm
 Copyright: 2008, - 2011, Adam Kennedy
 License: UNKNOWN

-- 
libmodule-package-perl Debian packaging



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