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

js pushed a commit to branch master
in repository libstring-diff-perl.

commit fe4109c74c2ecdd8a8452b04bb44ab6e0bf34853
Author: Jonas Smedegaard <d...@jones.dk>
Date:   Sat Oct 24 23:00:24 2015 +0200

    Prepare for release: Update changelog, control file and copyright hints.
---
 debian/changelog       | 35 +++++++++++++++++++++++++++++++----
 debian/control         |  5 +++--
 debian/copyright_hints | 50 ++++++++++++++++++++++++--------------------------
 3 files changed, 58 insertions(+), 32 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3e2e904..d7aa8dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,39 @@
-libstring-diff-perl (0.06-2) UNRELEASED; urgency=low
+libstring-diff-perl (0.07-1) unstable; urgency=low
+
+  [ upstream ]
+  * New release.
+    + Correctly escape hunks in the end of the merged string.
+    + Add copyright in a pod.
+    + Fix documentation.
 
   [ Daniel Lintott ]
-  * Correct homepage to metacpan.org
+  * Change homepage to metacpan.org.
 
   [ Salvatore Bonaccorso ]
-  * Update Vcs-Browser URL to cgit web frontend
+  * Update Vcs-Browser URL to use cgit web frontend.
+
+  [ Jonas Smedegaard ]
+  * Stop track md5sum of upstream tarball: Compare against VCS instead.
+  * Declare compliance with Debian Policy 3.9.6.
+  * Update copyright info:
+    + Fix list Github issue tracker (not rt.cpan.org nor personal
+      address) as preferred upstream contact.
+    + Drop Files sections for no longer included convenience code
+      copies.
+    + Update email address of main upstream author.
+    + Use License-Grant and License-Reference fields.
+      Thanks to Ben Finney.
+    + Extend coverage of packaging to current year.
+  * Add lintian override regarding license in License-Reference field.
+    See bug#786450.
+  * Bump debhelper compatibility level to 9.
+  * Add lintian override regarding debhelper 9.
+  * 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.
 
- -- Daniel Lintott <dan...@serverb.co.uk>  Tue, 25 Feb 2014 12:41:48 +0000
+ -- Jonas Smedegaard <d...@jones.dk>  Sat, 24 Oct 2015 23:00:07 +0200
 
 libstring-diff-perl (0.06-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index ed43173..c022828 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,10 @@
 Source: libstring-diff-perl
 Section: perl
 Priority: optional
-Build-Depends: cdbs,
+Build-Depends: cdbs (>= 0.4.122~),
  devscripts,
  perl,
+ libmodule-build-tiny-perl,
  debhelper,
  dh-buildinfo,
  libalgorithm-diff-perl,
@@ -12,7 +13,7 @@ Build-Depends: cdbs,
  libhtml-parser-perl
 Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <d...@jones.dk>
-Standards-Version: 3.9.4
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libstring-diff-perl
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libstring-diff-perl.git
 Homepage: https://metacpan.org/release/String-Diff
diff --git a/debian/copyright_hints b/debian/copyright_hints
index bbc14b9..cf03d22 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -4,30 +4,22 @@ Upstream-Contact: FIXME
 Source: FIXME
 Disclaimer: Autogenerated by CDBS
 
-Files: Changes
+Files: Build.PL
+ Changes
  MANIFEST
+ META.json
  META.yml
  Makefile.PL
- README
- README.mkdn
+ cpanfile
  debian/README.source
  debian/compat
  debian/control
  debian/control.in
  debian/gbp.conf
  debian/source/format
+ debian/source/lintian-overrides
  debian/watch
- inc/Module/Install/Base.pm
- inc/Module/Install/Can.pm
- inc/Module/Install/Fetch.pm
- inc/Module/Install/GithubMeta.pm
- inc/Module/Install/Makefile.pm
- inc/Module/Install/ReadmeFromPod.pm
- inc/Module/Install/ReadmeMarkdownFromPod.pm
- inc/Module/Install/Repository.pm
- inc/Module/Install/Win32.pm
- inc/Module/Install/WriteAll.pm
- lib/String/Diff.pm
+ dist.ini
  t/00_compile-pp.t
  t/00_compile.t
  t/01_export-pp.t
@@ -41,27 +33,33 @@ Files: Changes
  t/05_diff_regexp-pp.t
  t/05_diff_regexp.t
  t/06_escape.t
+ t/release-pod-syntax.t
+ tools/benchmark-script.pl
+ tools/benchmark.pl
+ tools/coverage_test.sh
+ tools/gen_pp_test.pl
+ tools/release.pl
+ xt/97_podspell.t
+ xt/98_perlcritic.t
+ xt/99_pod.t
+ xt/perlcriticrc
 Copyright: *No copyright*
 License: UNKNOWN
  FIXME
 
-Files: inc/Module/Install/Metadata.pm
-Copyright: 
-License: Expat
+Files: README
+ lib/String/Diff.pm
+Copyright: 2008, Kazuhiro Osawa
+License: UNKNOWN
  FIXME
 
 Files: debian/rules
-Copyright: 2013, Jonas Smedegaard <d...@jones.dk>
+Copyright: 2013, 2015 Jonas Smedegaard <d...@jones.dk>
 License: GPL-3+
  FIXME
 
-Files: inc/Module/Install.pm
-Copyright: 2008, - 2012, Adam Kennedy
-License: UNKNOWN
- FIXME
-
-Files: inc/Pod/Markdown.pm
-Copyright: 2004, Marcel Gruenauer
-License: UNKNOWN
+Files: LICENSE
+Copyright: 2008, Kazuhiro Osawa <yappo {@} shibuya {dot} pl>
+License: GPL-ever
  FIXME
 

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to