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

Jonas Smedegaard dr at jones.dk
Wed Dec 6 00:56:41 UTC 2017


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

js pushed a commit to annotated tag debian/1.163200-1
in repository libmagpie-perl.

commit 34a58abcf784ba50515b32f9516000f057558bd0
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Dec 6 01:53:03 2017 +0100

    Prepare for release: Update changelog, control file, and copyright hints.
---
 debian/changelog       | 40 +++++++++++++++++++++++++++++++++++++---
 debian/control         | 20 ++++++++++----------
 debian/copyright_hints | 35 ++++++++++++++++++++++++++---------
 3 files changed, 73 insertions(+), 22 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 08c7984..b1a0187 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,42 @@
-libmagpie-perl (1.141660-2) UNRELEASED; urgency=medium
+libmagpie-perl (1.163200-1) unstable; urgency=medium
 
-  * Update Vcs-Browser URL to cgit web frontend
+  [ upstream ]
+  * New release.
 
- -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 16 Aug 2014 09:32:53 +0200
+  [ Jonas Smedegaard ]
+  * Modernize git-buildpackage config:
+    + Fix drop extranous entry.
+    + Avoid git- prefix.
+  * Update watch file:
+    + Bump watch file to format 4.
+    + Mention "gbp import-orig --uscan" usage comment.
+    + Use patterns for version and suffix.
+  * 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.
+  * Update copyright info:
+    + Use https protocol in file format URL.
+    + Use License-Grant and License-Reference fields.
+      Thanks to Ben Finney.
+    + Extend coverage for myself.
+  * Add lintian overrides regarding license in License-Reference field.
+    See bug#s786450.
+  * Bump debhelper compatibility level to 9.
+  * Modernize Vcs-* fields:
+    + Use protocol https (not http nor git).
+    + Use git (not cgit) in path.
+    + Include .git suffix in path.
+  * Declare compliance with Debian Policy 4.1.2.
+  * Update package relations:
+    + Relax to build-depend/depend/recommend unversioned on
+      libmoose-perl libtry-tiny-perl liburi-perl libxml-libxml-perl, and
+      stop build-depend/deoend explicitly on (recent perl or) recent
+      libtest-simple-perl: Needed versions satisfied even in oldstable.
+    + Build-depend on libmoosex-nonmoose-perl
+      libmoosex-markasmethods-perl.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Wed, 06 Dec 2017 01:52:44 +0100
 
 libmagpie-perl (1.141660-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 7180078..26338fb 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,6 @@ Source: libmagpie-perl
 Section: perl
 Priority: optional
 Build-Depends: cdbs,
- devscripts,
  perl,
  debhelper,
  dh-buildinfo,
@@ -11,31 +10,32 @@ Build-Depends: cdbs,
  libdata-printer-perl,
  libhttp-negotiate-perl,
  libhttp-throwable-perl,
+ libmoose-perl,
  libmoosex-role-parameterized-perl,
  libmoosex-traits-perl,
  libmoosex-types-path-class-perl,
  libplack-perl,
- libmoose-perl (>= 2.0402),
- libtry-tiny-perl (>= 0.11),
- liburi-perl (>= 1.59),
+ libtry-tiny-perl,
+ liburi-perl,
  libchi-perl,
  libjson-any-perl,
  libkiokudb-backend-dbi-perl,
  libkiokux-model-perl,
  libkiokudb-perl,
- libxml-libxml-perl (>= 0.98),
- perl (>= 5.14) | libtest-simple-perl (>= 0.98),
+ libxml-libxml-perl,
  libtest-requires-perl,
  libhttp-message-perl,
  libdbd-sqlite3-perl,
  libsql-translator-perl,
  libtemplate-perl,
- libxml-libxslt-perl
+ libxml-libxslt-perl,
+ libmoosex-nonmoose-perl,
+ libmoosex-markasmethods-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/libmagpie-perl
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmagpie-perl.git
+Standards-Version: 4.1.2
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmagpie-perl.git
+Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/libmagpie-perl.git
 Homepage: http://search.cpan.org/dist/Magpie/
 
 Package: libmagpie-perl
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 27cbfeb..0a8d539 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -23,6 +23,8 @@ Files: MANIFEST
  example/debug_xslt/root/stylesheets/default.xsl
  t/000use.t
  t/args_middleware.t
+ t/author-pod-coverage.t
+ t/author-pod-syntax.t
  t/breadboard.t
  t/breadboard_middleware.t
  t/config/asset_basic_container_xml.t
@@ -67,6 +69,7 @@ Files: MANIFEST
  t/data/match_nested.xml
  t/data/match_template.xml
  t/data/pipeline_reset.xml
+ t/dbic.t
  t/error.t
  t/event.t
  t/htdocs/alternates/blog/index.xml
@@ -99,6 +102,8 @@ Files: MANIFEST
  t/lib/Core/Pipeloader/Larry.pm
  t/lib/Core/Pipeloader/Moe.pm
  t/lib/Core/StaticMatcher.pm
+ t/lib/Magpie/DBIC/Schema.pm
+ t/lib/Magpie/DBIC/Schema/Result/User.pm
  t/lib/Magpie/Pipeline/Breadboard/ConfigAssets.pm
  t/lib/Magpie/Pipeline/Breadboard/Simple.pm
  t/lib/Magpie/Pipeline/ContextHash.pm
@@ -124,8 +129,6 @@ Files: MANIFEST
  t/plugins/resource_cache.t
  t/plugins/uri_template.t
  t/queue.t
- t/release-pod-coverage.t
- t/release-pod-syntax.t
  t/resource_abstract.t
  t/resource_basic.t
  t/resource_file.t
@@ -140,7 +143,7 @@ Files: MANIFEST
  t/transformers/xsp_basic.t
  t/transformers/xsp_taglibs.t
  weaver.ini
-Copyright: *No copyright*
+Copyright: NONE
 License: UNKNOWN
  FIXME
 
@@ -182,24 +185,28 @@ Files: README
  lib/Magpie/Types.pm
  lib/Magpie/Util.pm
  lib/Plack/Middleware/Magpie.pm
-Copyright: 2011, Tamarou, LLC
-License: UNKNOWN
+Copyright: 2011, Tamarou, LLC.
+License: Artistic or GPL-1+
  FIXME
 
-Files: debian/rules
+Files: debian/copyright-check
+ debian/rules
 Copyright: 2013-2014, Jonas Smedegaard <dr at jones.dk>
+  2016-2017, Jonas Smedegaard <dr at jones.dk>
 License: GPL-3+
  FIXME
 
 Files: LICENSE
-Copyright: 1989, Free Software Foundation, Inc
+Copyright: 1989, Free Software Foundation, Inc.
   19xx name of author
   19yy <name of author>
-  2011, Tamarou, LLC
+  2011, Tamarou, LLC.
   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: GPL-ever
+License: Artistic or GPL-1+
  FIXME
 
 Files: t/htdocs/templates/moviename/prompt.tt2
@@ -207,3 +214,13 @@ Copyright: 1994-2003, WebCliche, Inc.
 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/libmagpie-perl.git



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