[libmoosex-undeftolerant-perl] 16/16: Prepare for release: Update changelog, control file and copyright hints.

Jonas Smedegaard dr at jones.dk
Sat Oct 24 19:28:56 UTC 2015


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

js pushed a commit to branch master
in repository libmoosex-undeftolerant-perl.

commit e8179e385f0b74da2415d113990cf9d5e9c67469
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Oct 24 21:26:47 2015 +0200

    Prepare for release: Update changelog, control file and copyright hints.
---
 debian/changelog       | 30 ++++++++++++++++++++--
 debian/control         |  8 +++---
 debian/copyright_hints | 70 ++++++++++++++++++++++++--------------------------
 3 files changed, 66 insertions(+), 42 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9d1c02f..d1ec038 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,35 @@
-libmoosex-undeftolerant-perl (0.19-2) UNRELEASED; urgency=low
+libmoosex-undeftolerant-perl (0.20-1) unstable; urgency=low
 
+  [ upstream ]
+  * New release.
+    + Repository migrated to the github moose organization.
+
+  [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Update Vcs-Browser URL to cgit web frontend
 
- -- Salvatore Bonaccorso <carnil at debian.org>  Sun, 06 Jan 2013 22:04:25 +0100
+  [ Jonas Smedegaard ]
+  * Upstream homepage to reflect upstream reorganization.
+  * Update copyright info:
+    + Add alternate git source URL.
+    + List issue tracker as preferred upstream contact.
+    + Use License-Grant and License-Reference fields. Thanks to Ben Finney.
+    + Extend coverage of packaging.
+    + Tighten packaging license to GPL-3+.
+  * Stop track md5sum of upstream tarball: Compare against VCS instead.
+  * Add lintian override regarding license in License-Reference field.
+    See bug#786450.
+  * Bump debhelper compatibility level to 9.
+  * Add lintian override regarding debhelper 9.
+  * Declare compliance with Debian Policy 3.9.6.
+  * Include CDBS snippet perl-build.mk (not perl-makemaker.mk).
+  * Update package relations:
+    + Tighten build-dependency on cdbs.
+    + Build-depend on libmodule-build-tiny-perl.
+    + (Build-)depend on libnamespace-autoclean-perl.
+  * Remove empty manpages.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sat, 24 Oct 2015 21:26:39 +0200
 
 libmoosex-undeftolerant-perl (0.19-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 5881e60..cd21da6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,23 @@
 Source: libmoosex-undeftolerant-perl
 Section: perl
 Priority: optional
-Build-Depends: cdbs,
+Build-Depends: cdbs (>= 0.4.122~),
  devscripts,
  perl,
+ libmodule-build-tiny-perl,
  debhelper,
  dh-buildinfo,
  libmoose-perl (>= 0.89),
+ libnamespace-autoclean-perl,
  libtest-checkdeps-perl,
  libtest-fatal-perl,
  libtest-nowarnings-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
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libmoosex-undeftolerant-perl
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-undeftolerant-perl.git
-Homepage: http://search.cpan.org/dist/MooseX-UndefTolerant/
+Homepage: https://github.com/moose/MooseX-UndefTolerant
 
 Package: libmoosex-undeftolerant-perl
 Architecture: all
diff --git a/debian/copyright_hints b/debian/copyright_hints
index d99a3c5..878f681 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -4,18 +4,21 @@ Upstream-Contact: FIXME
 Source: FIXME
 Disclaimer: Autogenerated by CDBS
 
-Files: Changes
+Files: Build.PL
+ CONTRIBUTING
+ Changes
  INSTALL
  MANIFEST
- MANIFEST.SKIP
  META.json
  META.yml
  Makefile.PL
+ debian/README.source
  debian/compat
  debian/control
  debian/control.in
  debian/gbp.conf
  debian/source/format
+ debian/source/lintian-overrides
  debian/watch
  dist.ini
  lib/MooseX/UndefTolerant/ApplicationToClass.pm
@@ -24,60 +27,53 @@ Files: Changes
  lib/MooseX/UndefTolerant/Composite.pm
  lib/MooseX/UndefTolerant/Constructor.pm
  lib/MooseX/UndefTolerant/Role.pm
- t/00-check-deps.t
- t/00-compile.t
  t/00-load.t
+ t/00-report-prereqs.dd
+ t/00-report-prereqs.t
  t/basic.t
  t/constructor.t
  t/defaults.t
  t/lib/ConstructorTests.pm
- t/release-changes_has_content.t
- t/release-cpan-changes.t
- t/release-dist-manifest.t
- t/release-distmeta.t
- t/release-eol.t
- t/release-no-tabs.t
- t/release-pod-linkcheck.t
- t/release-pod-no404s.t
- t/release-pod-syntax.t
- t/release-test-version.t
  t/roles.t
  t/undef_init_arg.t
+ t/zzz-check-breaks.t
+ xt/author/00-compile.t
+ xt/author/clean-namespaces.t
+ xt/author/eol.t
+ xt/author/kwalitee.t
+ xt/author/mojibake.t
+ xt/author/no-tabs.t
+ xt/author/pod-spell.t
+ xt/release/changes_has_content.t
+ xt/release/cpan-changes.t
+ xt/release/distmeta.t
+ xt/release/minimum-version.t
+ xt/release/pod-no404s.t
+ xt/release/pod-syntax.t
+ xt/release/portability.t
 Copyright: *No copyright*
 License: UNKNOWN
  FIXME
 
-Files: README
- lib/MooseX/UndefTolerant.pm
+Files: lib/MooseX/UndefTolerant.pm
  lib/MooseX/UndefTolerant/Attribute.pm
 Copyright: 2011, Cory G Watson
+  AND LICENCE
 License: UNKNOWN
  FIXME
 
 Files: debian/rules
-Copyright: 2012, Jonas Smedegaard <dr at jones.dk>
-License: GPL-2+
+Copyright: 2012-2013, 2015 Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
  FIXME
 
-Files: LICENSE
-Copyright: 1989, Free Software Foundation, Inc
-  19xx name of author
-  19yy <name of author>
-  2011, Cory G Watson
-  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
-  disclaimer" for the program, if
-  holder saying it may be
-  interest in the
-  notices and associated disclaimers
-  the software, and
+Files: LICENCE
+Copyright: 2011, Cory G Watson
 License: GPL-ever
  FIXME
 
+Files: README
+Copyright: 2011, Cory G Watson
+License: UNKNOWN
+ FIXME
+

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



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