[librdf-endpoint-perl] 17/17: Prepare for release: Update changelog, control file and copyright hints.

Jonas Smedegaard dr at jones.dk
Sat Sep 9 20:23:32 UTC 2017


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

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

commit 04ae59fed97b5c610e25dc8d80c94e6923d78d89
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Sep 9 22:20:09 2017 +0200

    Prepare for release: Update changelog, control file and copyright hints.
---
 debian/changelog       | 41 ++++++++++++++++++++++++++++++++++++++---
 debian/control         | 11 +++++------
 debian/copyright_hints | 49 +++++++++++++++++++++++++++++++------------------
 3 files changed, 74 insertions(+), 27 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c543177..6e65bf1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,43 @@
-librdf-endpoint-perl (0.07-2) UNRELEASED; urgency=medium
+librdf-endpoint-perl (0.08-1) unstable; urgency=medium
 
-  * Update Vcs-Browser URL to cgit web frontend
+  [ upstream ]
+  * New release: 0.06.
+    + Replace use of Config::JFDI with Config::ZOMG.
 
- -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 16 Aug 2014 09:34:36 +0200
+  [ Jonas Smedegaard ]
+  * Update package relations:
+    + Recommend libconfig-zomg-perl (not libconfig-jfdi-perl).
+    + Drop obsolete transitional (build-)dependency fallback for
+      libhttp-negotiate-perl.
+    + Relax to build-depend unversioned on libxml-libxml-perl: Needed
+      version satisfied even in oldstable.
+  * 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.
+  * Advertise DEP3 format in patch headers.
+  * Bump debhelper compatibility level to 9.
+  * Modernize Vcs-* fields:
+    + Use https protocol.
+    + Use git subdir.
+    + Use git in paths.
+    + Add .git suffix for Vcs-Git URL.
+  * Declare compliance with Debian Policy 4.1.0.
+  * Update copyright info:
+    + Use License-Grant and License-Reference fields.
+      Thanks to Ben Finney.
+    + Extend coverage for myself.
+    + Use https protocol in file format URL.
+    + List Github issue tracker as preferred upstream contact.
+  * Add lintian override regarding license in License-Reference field.
+    See bug#786450.
+  * Update watch file:
+    + Bump to file format 4.
+    + Watch only MetaCPAN URL.
+    + Mention gbp --uscan in usage comment.
+  * Modernize git-buildpackage config: Filter any .git* file.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sat, 09 Sep 2017 22:18:42 +0200
 
 librdf-endpoint-perl (0.07-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 3fbbc26..ecb6ff9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,6 @@ Source: librdf-endpoint-perl
 Section: perl
 Priority: optional
 Build-Depends: cdbs,
- devscripts,
  perl,
  debhelper,
  dh-buildinfo,
@@ -14,16 +13,16 @@ Build-Depends: cdbs,
  libhash-merge-simple-perl,
  libhtml-html5-writer-perl,
  libhtml-html5-parser-perl,
- libhttp-negotiate-perl | libwww-perl (<< 6),
- libxml-libxml-perl (>= 1.70),
+ libhttp-negotiate-perl,
+ libxml-libxml-perl,
  libtest-www-mechanize-psgi-perl,
  libtest-pod-perl,
  libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>
-Standards-Version: 3.9.5
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librdf-endpoint-perl
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/librdf-endpoint-perl.git
+Standards-Version: 4.1.0
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/librdf-endpoint-perl.git
+Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/librdf-endpoint-perl.git
 Homepage: http://search.cpan.org/dist/RDF-Endpoint/
 
 Package: librdf-endpoint-perl
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 09e0663..de5bf0f 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -26,7 +26,6 @@ Files: Changes
  debian/uwsgi/etc/apache2/conf.d/rdf_endpoint
  debian/uwsgi/etc/uwsgi/apps-available/rdf_endpoint.ini
  debian/watch
- inc/Module/Install.pm
  inc/Module/Install/Base.pm
  inc/Module/Install/Can.pm
  inc/Module/Install/DOAPChangeSets.pm
@@ -56,46 +55,60 @@ Files: Changes
  share/www/js/sparql_form.js
  share/www/js/stringstream.js
  share/www/js/tokenize.js
+ share/www/js/tokenizejavascript.js
  share/www/js/undo.js
  share/www/js/unittests.js
  share/www/js/util.js
  t/00-load.t
+ t/etag.t
  t/pod.t
  t/pod_coverage.t
  t/psgi.t
-Copyright: *No copyright*
+Copyright: NONE
 License: UNKNOWN
  FIXME
 
-Files: debian/rules
-Copyright: 2011-2014, Jonas Smedegaard <dr at jones.dk>
+Files: debian/copyright-check
+ debian/rules
+Copyright: 2011-2014, 2017, Jonas Smedegaard <dr at jones.dk>
+  2016-2017, Jonas Smedegaard <dr at jones.dk>
 License: GPL-3+
  FIXME
 
 Files: inc/Module/Install/Metadata.pm
-Copyright: 
-License: MPL-2.0 MIT/X11 (BSD like)
+Copyright: NONE
+License: AGPL and/or BSD~unspecified
  FIXME
 
 Files: README
-Copyright: 2010-2014, Gregory Williams.
-License: Perl
- FIXME
-
-Files: share/www/js/tokenizejavascript.js
-Copyright: {newInside = c;});
-License: UNKNOWN
+Copyright: Copyright (C) 2010-2014 Gregory Williams.
+License: Artistic or GPL-1+
  FIXME
 
 Files: LICENSE
 Copyright: 2007-2010, Marijn Haverbeke
-  2010, Gregory Todd Williams
-License: Zlib
+  2010, Gregory Todd Williams.
+License: Artistic or GPL-1+ and/or Zlib
  FIXME
 
 Files: lib/RDF/Endpoint.pm
-Copyright: 2007-2010, Marijn Haverbeke, and licensed under the terms of the
-  2010-2014, Gregory Todd Williams
-License: Zlib
+Copyright: 2007-2010, Marijn Haverbeke, and licensed under the terms of the /
+  Copyright (c) 2010-2014 Gregory Todd Williams.
+License: Artistic or GPL-1+ and/or Zlib
+ FIXME
+
+Files: inc/Module/Install.pm
+Copyright: 2008-2012, Adam Kennedy.
+License: UNKNOWN
+ 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/librdf-endpoint-perl.git



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