[libweb-id-perl] 08/08: Update changelog, control file and copyright hints.

Jonas Smedegaard js at moszumanska.debian.org
Sat May 10 18:28:33 UTC 2014


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

js pushed a commit to branch master
in repository libweb-id-perl.

commit e048076fef2946cb4fd9cb3d26da06bb1ee8d0a6
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat May 10 20:28:45 2014 +0200

    Update changelog, control file and copyright hints.
---
 debian/changelog       | 35 +++++++++++++++++-----------
 debian/control         |  4 +++-
 debian/copyright_hints | 62 ++++++--------------------------------------------
 3 files changed, 32 insertions(+), 69 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4a85c96..c998c3d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,30 +1,39 @@
-libweb-id-perl (1.923-1) UNRELEASED; urgency=low
+libweb-id-perl (1.926-1) UNRELEASED; urgency=low
 
   [ upstream ]
-  * New release.
+  * New release(s).
     + Do a better job searching for OpenSSL binary; use Alien::OpenSSL
       if it can't be found.
     + Switch from MooseX::Types to Types::Standard.
     + Switch from Path::Class to Path::Tiny.
-    + Switch from Sub::Exporter to Exporter::TypeTiny.
+    + Switch from Sub::Exporter to Exporter::Tiny.
     + Switch from smartmatch to match::smart.
+    + Package using Dist::Inkt.
 
   [ Jonas Smedegaard ]
-  * Add git URL as alternate source.
   * Stop tracking md5sum of upstream tarball.
   * Update package relations:
-    + Build-depend on libtype-tiny-perl (not libsub-exporter-perl or
-      libmoosex-types-perl).
-    + Build-depend on libpath-tiny-perl (not libpath-class-perl).
-    + Build-depend on libfile-sharedir-perl and libmatch-simple-perl.
+    + Fix tighten to (build-)depend versions of libmatch-simple-perl
+      which uses Exporter::Tiny.
+    + (Build-)depend on libtype-tiny-perl (not libsub-exporter-perl or
+      libmoosex-types-perl): Needed since 1.923.
+    + (Build-)depend on libpath-tiny-perl (not libpath-class-perl):
+      Needed since 1.923.
+    + (Build-)depend on libfile-sharedir-perl and libmatch-simple-perl:
+      Needed since 1.923.
+    + (Build-)depend on libexporter-tiny-perl: Needed since 1.926.
+    + Tighten (build-)dependency on libmoose-perl: Needed since 1.924.
+    + Build-depend on either recent perl or recent libtest-simple-perl:
+      Needed by testsuite since 1.924~02.
     + Suggest each ModSSL-fixing Plack middleware independently.
-  * Fix describe GPL-3 as such (not "version 2") in copyright file
-    comment.
+  * Update copyright info:
+    + Add git URL as alternate source.
+    + Fix describe GPL-3 as such (not "version 2") in file section
+      comment.
+    + Drop notes on no longer included convenience code copies.
+    + Extend coverage for main author, and for packaging.
   * Drop patch 1001: Build problem turned out to be (and fixed by now)
     in CDBS.
-  * Drop copyright file Files section for no longer shipped convenience
-    code copy.
-  * Extend copyright coverage for main author to include current year.
   * Improve watch file to use both www.cpan.org/authors URL (for newest
     info) and search.cpan.org/dist URL (for change of author). Switch
     get-orig-source target to use www.cpan.org/authors URL. Stop watch
diff --git a/debian/control b/debian/control
index 4dd1f56..d549224 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,8 @@ Build-Depends: cdbs,
  dh-buildinfo,
  libcrypt-x509-perl,
  libdatetime-perl,
+ libexporter-tiny-perl,
  liblist-moreutils-perl,
- libmoose-perl,
  libtype-tiny-perl,
  libpath-tiny-perl,
  libplack-perl,
@@ -19,7 +19,9 @@ Build-Depends: cdbs,
  liburi-perl,
  libnamespace-sweep-perl,
  libmatch-simple-perl,
+ libmoose-perl (>= 2.0600),
  openssl,
+ perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
  libcapture-tiny-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>
diff --git a/debian/copyright_hints b/debian/copyright_hints
index a8c7e13..fae2a85 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -6,8 +6,9 @@ Disclaimer: Autogenerated by CDBS
 
 Files: CREDITS
  Changes
+ INSTALL
  MANIFEST
- META.ttl
+ META.json
  META.yml
  Makefile.PL
  SIGNATURE
@@ -19,30 +20,13 @@ Files: CREDITS
  debian/gbp.conf
  debian/source/format
  debian/watch
+ dist.ini
+ doap.ttl
  examples/certificate-generation.pl
  examples/certificate-parsing.pl
  examples/fingerpoint-test.pl
  examples/web-id-validation.pl
- inc/Module/AutoInstall.pm
- inc/Module/Install/AutoInstall.pm
- inc/Module/Install/AutoManifest.pm
- inc/Module/Install/Base.pm
- inc/Module/Install/Can.pm
- inc/Module/Install/Contributors.pm
- inc/Module/Install/Fetch.pm
- inc/Module/Install/Include.pm
- inc/Module/Install/Makefile.pm
- inc/Module/Install/TrustMetaYml.pm
- inc/Module/Install/Win32.pm
- inc/Module/Install/WriteAll.pm
- inc/Module/Package/Dist/RDF.pm
- inc/YAML/Tiny.pm
- inc/unicore/Name.pm
- inc/utf8.pm
  lib/Web/ID/Util/FindOpenSSL.pm
- meta/changes.ttl
- meta/doap.ttl
- meta/makefile.ttl
 Copyright: *No copyright*
 License: UNKNOWN
  FIXME
@@ -69,17 +53,6 @@ Copyright: 2012, Toby Inkster
 License: UNKNOWN
  FIXME
 
-Files: inc/Module/Install/Package.pm
- inc/Module/Package.pm
-Copyright: 2011
-License: UNKNOWN
- FIXME
-
-Files: inc/Module/Install/Metadata.pm
-Copyright: 
-License: Expat
- FIXME
-
 Files: debian/rules
 Copyright: 2012-2013, Jonas Smedegaard <dr at jones.dk>
 License: GPL-3+
@@ -89,44 +62,23 @@ Files: LICENSE
 Copyright: 1989, Free Software Foundation, Inc
   19xx name of author
   19yy <name of author>
-  2013, Toby Inkster <tobyink at cpan.org>
-  HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
-  HOLDERS AND/OR OTHER PARTIES
-  Holder
-  Holder maintains some semblance of
-  Holder may not be used to endorse or promote
-  Holder to include your
-  Holder" is whoever is named in the or s for
-  Holder, but only to the
-  Holder. A Package modified in such
+  2013, Toby Inkster
   disclaimer" for the program, if
-  holder saying it may be
   interest in the
-  notices and associated disclaimers
   the software, and
 License: GPL-ever
  FIXME
 
 Files: COPYRIGHT
-Copyright: 2002, - 2012, Brian Ingerson, Audrey Tang and Adam Kennedy
-  2002-2004, Audrey Tang and Brian Ingerson
-  2003-2004, Audrey Tang <autrijus at autrijus.org>
-  2006, - 2012, Adam Kennedy
-  2011. Ingy doet Net
+Copyright: 2012, Toby Inkster
+  2013, Toby Inkster
   2013, the holder(s)
   None
-  This software is 2011-2012, by Toby Inkster
   This software is 2012, by Toby Inkster
-  This software is 2013, by Toby Inkster
   Unknown
 License: UNKNOWN
  FIXME
 
-Files: inc/Module/Install.pm
-Copyright: 2008, - 2012, Adam Kennedy
-License: UNKNOWN
- FIXME
-
 Files: t/lib/Test/HTTP/Server.pm
 Copyright: Przemysław Iskra <sparky at pld-linux.org>
 License: UNKNOWN

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



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