[SCM] libweb-id-perl Debian packaging branch, master, updated. debian/1.922-2-110-g9d85214
Jonas Smedegaard
dr at jones.dk
Sat Jun 8 19:41:36 UTC 2013
The following commit has been merged in the master branch:
commit 9d85214f0a1ed64652f846833481b917684ee165
Author: Jonas Smedegaard <dr at jones.dk>
Date: Sat Jun 8 21:41:11 2013 +0200
Update changelog, control file and copyright hints.
diff --git a/debian/changelog b/debian/changelog
index ed0373e..23ca26c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,31 @@
+libweb-id-perl (1.923-1) UNRELEASED; urgency=low
+
+ [ upstream ]
+ * New release.
+ + 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 smartmatch to match::smart.
+
+ [ 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 describe GPL-3 as such (not "version 2") in copyright file
+ comment.
+ * 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.
+
+ -- Jonas Smedegaard <dr at jones.dk> Sat, 08 Jun 2013 21:40:09 +0200
+
libweb-id-perl (1.922-2) unstable; urgency=low
* Add README.source emphasizing control.in file as *not* a
diff --git a/debian/control b/debian/control
index a352ee1..4dd1f56 100644
--- a/debian/control
+++ b/debian/control
@@ -10,14 +10,15 @@ Build-Depends: cdbs,
libdatetime-perl,
liblist-moreutils-perl,
libmoose-perl,
- libmoosex-types-perl,
- libpath-class-perl,
+ libtype-tiny-perl,
+ libpath-tiny-perl,
libplack-perl,
librdf-query-perl,
librdf-trine-perl,
- libsub-exporter-perl,
+ libfile-sharedir-perl,
liburi-perl,
libnamespace-sweep-perl,
+ libmatch-simple-perl,
openssl,
libcapture-tiny-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 7a66e04..a8c7e13 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -4,8 +4,10 @@ Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by CDBS
-Files: Changes
+Files: CREDITS
+ Changes
MANIFEST
+ META.ttl
META.yml
Makefile.PL
SIGNATURE
@@ -15,9 +17,6 @@ Files: Changes
debian/control
debian/control.in
debian/gbp.conf
- debian/patches/1001_no_auto-install_deps.patch
- debian/patches/README
- debian/patches/series
debian/source/format
debian/watch
examples/certificate-generation.pl
@@ -29,6 +28,7 @@ Files: Changes
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
@@ -39,6 +39,7 @@ Files: Changes
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
@@ -46,7 +47,8 @@ Copyright: *No copyright*
License: UNKNOWN
FIXME
-Files: README
+Files: CONTRIBUTING
+ README
lib/Plack/Middleware/Auth/WebID.pm
lib/Web/ID.pm
lib/Web/ID/Certificate.pm
@@ -63,6 +65,7 @@ Files: README
t/03certificate.t
t/04webid.t
Copyright: 2012, Toby Inkster
+ 2012-2013, Toby Inkster
License: UNKNOWN
FIXME
@@ -86,7 +89,7 @@ Files: LICENSE
Copyright: 1989, Free Software Foundation, Inc
19xx name of author
19yy <name of author>
- 2012, Toby Inkster <tobyink at cpan.org>
+ 2013, Toby Inkster <tobyink at cpan.org>
HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
HOLDERS AND/OR OTHER PARTIES
Holder
@@ -104,23 +107,17 @@ Copyright: 1989, Free Software Foundation, Inc
License: GPL-ever
FIXME
-Files: inc/Scalar/Util.pm
-Copyright: 1997-2007, Graham Barr <gbarr at pobox.com>.
-License: Perl
- FIXME
-
Files: COPYRIGHT
-Copyright: 1993-2012, Larry Wall and others
- 1997-2007, Graham Barr <gbarr at pobox.com>. 1999, Tuomas J. Lukka <lukka at iki.fi>.
- 2002, - 2012, Brian Ingerson, Audrey Tang and Adam Kennedy
+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
- 2012, the holder(s)
+ 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
--
libweb-id-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list