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

Jonas Smedegaard dr at jones.dk
Mon Oct 26 13:12:54 UTC 2015


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

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

commit 78dae7e39edf4ad9d2bac80fc3c400a30f58901a
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Oct 26 13:22:57 2015 +0100

    Prepare for release: Update changelog, control file and copyright hints.
---
 debian/changelog       | 27 ++++++++++++++++++++++++++
 debian/control         | 52 +++++++++++++++++++++++++-------------------------
 debian/copyright_hints | 12 ++++--------
 3 files changed, 57 insertions(+), 34 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b78fffc..4a11ef1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,30 @@
+libfurl-perl (3.08-1) unstable; urgency=medium
+
+  [ upstream ]
+  * New release(s).
+    + Depend on latest Test::TCP.
+    + Handle cookies while redirection.
+    + Delete method accept message body.
+
+  [ Jonas Smedegaard ]
+  * Modernize git-buildpackage config: Avoid git- prefix.
+  * Update copyright info:
+    + Use License-Grant and License-Reference fields.
+      Thanks to Ben Finney.
+    + Extend copyright of packaging to cover 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.
+  * Sort and newline-delimit dependencies.
+  * Unfuzz patch 1002.
+  * Revert to build-depend unversioned on libhttp-proxy-perl: Was only a
+    temporary workaround - all Debian suites contain fixed version now.
+    See bug#788350.
+  * Tighten to build-depend versioned on libtest-tcp-perl.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Mon, 26 Oct 2015 13:22:53 +0100
+
 libfurl-perl (3.06-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index dcbff1d..30dd2d1 100644
--- a/debian/control
+++ b/debian/control
@@ -5,29 +5,29 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: cdbs,
-               devscripts,
-               perl,
-               debhelper,
-               dh-buildinfo,
-               perl (>= 5.13.10) | libcpan-meta-perl,
-               libmodule-build-perl (>= 0.380000),
-               libclass-accessor-lite-perl,
-               libhttp-parser-xs-perl (>= 0.11),
-               libtest-requires-perl,
-               libtest-tcp-perl,
-               perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
-               libhttp-proxy-perl (>= 0.303-2) | libhttp-proxy-perl (<< 0.303),
-               libplack-perl,
-               libtest-fake-httpd-perl,
-               libtest-sharedfork-perl,
-               liburi-perl,
-               libtest-valgrind-perl,
-               libplack-middleware-deflater-perl,
-               libio-callback-perl,
-               starlet,
-               libhttp-cookiejar-perl,
-               libio-socket-ssl-perl,
-               libnet-idn-encode-perl
+ devscripts,
+ perl,
+ libmodule-build-perl (>= 0.380000),
+ debhelper,
+ dh-buildinfo,
+ perl (>= 5.13.10) | libcpan-meta-perl,
+ libclass-accessor-lite-perl,
+ libhttp-parser-xs-perl (>= 0.11),
+ libtest-requires-perl,
+ libtest-tcp-perl (>= 2.11),
+ perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
+ libhttp-proxy-perl,
+ libplack-perl,
+ libtest-fake-httpd-perl,
+ libtest-sharedfork-perl,
+ liburi-perl,
+ libtest-valgrind-perl,
+ libplack-middleware-deflater-perl,
+ libio-callback-perl,
+ starlet,
+ libhttp-cookiejar-perl,
+ libio-socket-ssl-perl,
+ libnet-idn-encode-perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfurl-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfurl-perl
@@ -35,9 +35,9 @@ Homepage: https://github.com/tokuhirom/Furl
 
 Package: libfurl-perl
 Architecture: all
-Depends: ${perl:Depends},
-         ${misc:Depends},
-         ${cdbs:Depends}
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
 Recommends: ${cdbs:Recommends}
 Suggests: ${cdbs:Suggests}
 Description: lightning-fast URL fetcher
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 400d599..1ab441b 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -22,9 +22,11 @@ Files: Build.PL
  debian/control.in
  debian/gbp.conf
  debian/patches/1001_relax_timeout_errormsg.patch
+ debian/patches/1002_unset_http_proxy.patch
  debian/patches/README
  debian/patches/series
  debian/source/format
+ debian/source/lintian-overrides
  debian/watch
  example/get.pl
  lib/Furl/ConnectionCache.pm
@@ -112,18 +114,12 @@ License: UNKNOWN
  FIXME
 
 Files: debian/rules
-Copyright: 2014, Jonas Smedegaard <dr at jones.dk>
+Copyright: 2014-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>
-  2013, unknown
-  disclaimer" for the program, if
-  interest in the
-  the software, and
+Copyright: 2013, unknown
 License: GPL-ever
  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