[libatompub-perl] 11/11: Prepare for release: Update changelog, control file and copyright hints.
Jonas Smedegaard
js at alioth.debian.org
Fri Aug 30 14:44:17 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libatompub-perl.
commit 3d466a98068c6911d06ce3ce452a680d22c1410e
Author: Jonas Smedegaard <dr at jones.dk>
Date: Fri Aug 30 16:39:52 2013 +0200
Prepare for release: Update changelog, control file and copyright hints.
---
debian/changelog | 22 +++++++++++++++++++---
debian/control | 18 +++++++++---------
debian/copyright_hints | 25 +++++++++++--------------
3 files changed, 39 insertions(+), 26 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index cb069de..d43ddf6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,24 @@
-libatompub-perl (0.3.7-2) UNRELEASED; urgency=low
+libatompub-perl (0.3.7-2) unstable; urgency=low
- * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
+ [ Salvatore Bonaccorso ]
+ * Use anonscm.debian.org URL for Vcs-Git.
- -- Salvatore Bonaccorso <carnil at debian.org> Sun, 06 Jan 2013 21:57:08 +0100
+ [ Jonas Smedegaard ]
+ * Update README.source to emphasize control.in file as *not* a
+ show-stopper for contributions.
+ * Fix stop (build-)depending on libtime-local-perl: Provided by
+ perl(-modules).
+ * Bump standards-version to 3.9.4.
+ * Tidy copyright file Files section for convenience code copy.
+ * Fix use license and comment pseudo-sections in copyright file to
+ obey silly restrictions of copyright format 1.0.
+ * Bump packaging license to GPL-3+, and extend copyrigt coverage for
+ myself to include recent years.
+ * Bump debhelper compatibility to 8.
+ * Relax to build-depend unversioned on debhelper: Needed version
+ satisfied even in oldstable.
+
+ -- Jonas Smedegaard <dr at jones.dk> Fri, 30 Aug 2013 16:38:16 +0200
libatompub-perl (0.3.7-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index f68a602..8ec4891 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,9 @@
Source: libatompub-perl
Section: perl
Priority: optional
-Build-Depends: devscripts,
- cdbs (>= 0.4.73~),
+Build-Depends: cdbs,
+ devscripts,
+ perl,
debhelper,
dh-buildinfo,
libclass-accessor-perl,
@@ -11,18 +12,17 @@ Build-Depends: devscripts,
libdatetime-format-w3cdtf-perl,
libdatetime-timezone-perl,
libfile-slurp-perl,
- libhttp-date-perl | libwww-perl (<< 6),
- libhttp-message-perl | libwww-perl (<< 6),
libmime-types-perl,
libperl6-export-attrs-perl,
- perl (>= 5.10.1-10) | libtime-local-perl,
libxml-atom-service-perl,
+ libhttp-date-perl | libwww-perl (<< 6),
+ libhttp-message-perl | libwww-perl (<< 6),
libtest-perl-critic-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr at jones.dk>
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libatompub-perl
-Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libatompub-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libatompub-perl.git
Homepage: http://search.cpan.org/dist/Atompub/
Package: libatompub-perl
@@ -34,5 +34,5 @@ Description: implementation of Atom Publishing Protocol
.
Atompub implements client Atompub::Client and server Atompub::Server
for the protocol. XML formats used in the protocol are implemented in
- XML::Atom and XML::Atom::Service. Catalyst extension
- Catalyst::Controller::Atompub> is also available.
+ XML::Atom and XML::Atom::Service. Catalyst extension
+ Catalyst::Controller::Atompub is also available.
diff --git a/debian/copyright_hints b/debian/copyright_hints
index e0dfe63..56d1bb1 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -8,6 +8,7 @@ Files: Changes
MANIFEST
META.yml
Makefile.PL
+ debian/README.source
debian/compat
debian/control
debian/control.in
@@ -50,19 +51,17 @@ Files: lib/Atompub/Client.pm
lib/Atompub/Server.pm
lib/Atompub/Util.pm
Copyright: 2007, Takeru INOUE C<< <takeru.inoue _ gmail.com> >>.
- HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
- HOLDERS AND/OR OTHER PARTIES
License: UNKNOWN
FIXME
-Files: debian/rules
-Copyright: 2011, Jonas Smedegaard <dr at jones.dk>
-License: GPL-2+
- FIXME
-
Files: inc/Module/Install/Metadata.pm
Copyright:
-License: MIT/X11 (BSD like)
+License: Expat
+ FIXME
+
+Files: debian/rules
+Copyright: 2011-2013, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
FIXME
Files: inc/Module/Install.pm
@@ -70,15 +69,13 @@ Copyright: 2008, - 2011, Adam Kennedy
License: UNKNOWN
FIXME
-Files: lib/Atompub.pm
-Copyright: 2007, Takeru INOUE C<< <takeru.inoue _ gmail.com> >>
- HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
- HOLDERS AND/OR OTHER PARTIES
+Files: README
+Copyright: 2007, Takeru INOUE
License: UNKNOWN
FIXME
-Files: README
-Copyright: 2007, Takeru INOUE
+Files: lib/Atompub.pm
+Copyright: 2007, Takeru INOUE C<< <takeru.inoue _ gmail.com> >>
License: UNKNOWN
FIXME
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libatompub-perl.git
More information about the Pkg-perl-cvs-commits
mailing list