[libfurl-perl] 20/20: Prepare for release: Update changelog, control file, and copyright hints.

Jonas Smedegaard dr at jones.dk
Sun Oct 1 16:26:29 UTC 2017


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

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

commit fef359078906f8c4badb182723c4be7d1066f64b
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Oct 1 18:24:11 2017 +0200

    Prepare for release: Update changelog, control file, and copyright hints.
---
 debian/changelog       | 40 ++++++++++++++++++++++++++++++++++++++++
 debian/control         | 14 ++++++--------
 debian/copyright_hints | 38 ++++++++++++++++++++++++++++++--------
 3 files changed, 76 insertions(+), 16 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5ef4d3c..b1c259a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,43 @@
+libfurl-perl (3.13-1) unstable; urgency=medium
+
+  [ upstream ]
+  * New release(s).
+
+  [ Jonas Smedegaard ]
+  * Update watch file:
+    + Bump to file format 4.
+    + Watch only MetaCPAN URL.
+    + Mention gbp --uscan in usage comment.
+    + Use substitution strings.
+  * Modernize cdbs:
+    + Drop get-orig-source target: Use gbp import-orig --uscan.
+    + Do copyright-check in maintainer script (not during build).
+    + Stop build-depend on devscripts.
+  * Modernize git-buildpackage config: Filter any .git* file.
+  * Modernize Vcs-* fields:
+    + Consistently use git (not cgit) in path.
+    + Consistently include .git suffix in path.
+  * Declare compliance with Debian Policy 4.1.1.
+  * Unfuzz patches.
+  * Add DEP-3 headers to patches.
+  * Drop obsolete lintian override regarding debhelper 9.
+  * Tighten lintian overrides regarding License-Reference.
+  * Update package relations:
+    + Build-depend on libhttp-body-perl.
+    + Build-depend on libmodule-build-tiny-perl (not
+      libmodule-build-perl).
+    + Stop (build-)depend explicitly on (recent perl or)
+      libcpan-meta-perl libtest-simple-perl: Provided by perl even in
+      oldstable.
+    + Relax to (build-)depend unversioned on libhttp-parser-xs-perl:
+      Needed version satisfied even in oldstable.
+  * Update copyright info:
+    + Extend coverage for myself.
+    + Use https protocol in file format URL.
+  * Drop empty man pages.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sun, 01 Oct 2017 18:23:57 +0200
+
 libfurl-perl (3.08-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index af84251..1ac95aa 100644
--- a/debian/control
+++ b/debian/control
@@ -5,17 +5,15 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: cdbs,
- devscripts,
  perl,
- libmodule-build-perl (>= 0.380000),
+ libmodule-build-tiny-perl,
  debhelper,
  dh-buildinfo,
- perl (>= 5.13.10) | libcpan-meta-perl,
  libclass-accessor-lite-perl,
- libhttp-parser-xs-perl (>= 0.11),
+ libhttp-parser-xs-perl,
  libtest-requires-perl,
  libtest-tcp-perl (>= 2.11),
- perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
+ libhttp-body-perl,
  libhttp-proxy-perl,
  libplack-perl,
  libtest-fake-httpd-perl,
@@ -28,9 +26,9 @@ Build-Depends: cdbs,
  libhttp-cookiejar-perl,
  libio-socket-ssl-perl,
  libnet-idn-encode-perl
-Standards-Version: 3.9.8
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfurl-perl.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libfurl-perl
+Standards-Version: 4.1.1
+Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/libfurl-perl.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libfurl-perl.git
 Homepage: https://github.com/tokuhirom/Furl
 
 Package: libfurl-perl
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 1ab441b..c5a122d 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -26,7 +26,6 @@ Files: Build.PL
  debian/patches/README
  debian/patches/series
  debian/source/format
- debian/source/lintian-overrides
  debian/watch
  example/get.pl
  lib/Furl/ConnectionCache.pm
@@ -54,6 +53,7 @@ Files: Build.PL
  t/100_low/19_special_headers.t
  t/100_low/20_header_format_none.t
  t/100_low/21_keep_alive_timedout.t
+ t/100_low/22_keep_alive.t
  t/100_low/22_keep_alive_http10.t
  t/100_low/23_redirect_relative.t
  t/100_low/24_no_content.t
@@ -70,6 +70,8 @@ Files: Build.PL
  t/100_low/35_get_address.t
  t/100_low/36_inactivity_timeout.t
  t/100_low/37_bad_content_length.t
+ t/100_low/38_continue.t
+ t/100_low/39_httpoxy.t
  t/300_high/01_simple.t
  t/300_high/02_agent.t
  t/300_high/04_http_request.t
@@ -102,24 +104,44 @@ Files: Build.PL
  xt/200_online/06_net-dns-lite.t
  xt/200_online/07_ssl_shutdown.t
  xt/perlcriticrc
-Copyright: *No copyright*
+Copyright: NONE
 License: UNKNOWN
  FIXME
 
 Files: README.md
  lib/Furl.pm
  lib/Furl/HTTP.pm
-Copyright: Tokuhiro Matsuno
-License: UNKNOWN
+Copyright: Tokuhiro Matsuno.
+License: Artistic or GPL-1+
  FIXME
 
-Files: debian/rules
-Copyright: 2014-2015, Jonas Smedegaard <dr at jones.dk>
+Files: debian/copyright-check
+ debian/rules
+Copyright: 2014-2015, 2017, Jonas Smedegaard <dr at jones.dk>
+  2016-2017, Jonas Smedegaard <dr at jones.dk>
 License: GPL-3+
  FIXME
 
 Files: LICENSE
-Copyright: 2013, unknown
-License: GPL-ever
+Copyright: 1989, Free Software Foundation, Inc.
+  19xx name of author
+  19yy <name of author>
+  2013, unknown.
+  disclaimer" for the program, if
+  ed by the Free
+  interest in the
+  of this Package, but belong to whomever generated them, and may be sold
+  the software, and
+License: Artistic or GPL-1+
+ FIXME
+
+Files: debian/source/lintian-overrides
+Copyright: Artistic
+  GPL-1+
+  GPL-3+
+  artistic
+  gpl-1+
+  gpl-3+
+License: UNKNOWN
  FIXME
 

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



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