[libcatmandu-store-mongodb-perl] 13/13: Prepare for release: Update changelog, control file and copyright hints.
Jonas Smedegaard
dr at jones.dk
Mon Oct 2 18:21:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libcatmandu-store-mongodb-perl.
commit 3afe861659f3870453ae47b10aa598c662421b65
Author: Jonas Smedegaard <dr at jones.dk>
Date: Mon Oct 2 20:17:41 2017 +0200
Prepare for release: Update changelog, control file and copyright hints.
---
debian/changelog | 33 +++++++++++++++++++++++++++++++++
debian/control | 13 ++++++-------
debian/copyright_hints | 29 +++++++++++++++++++++--------
3 files changed, 60 insertions(+), 15 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c94a1ac..44e6859 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,36 @@
+libcatmandu-store-mongodb-perl (0.0700-1) unstable; urgency=medium
+
+ [ upstream ]
+ * New release(s).
+ + Remove deprecated options.
+ + Replace deprecated driver method calls.
+ Closes: Bug#877535. Thanks to Adrian Bunk.
+ + Use the new Catmandu::CQLSearchable role.
+
+ [ Jonas Smedegaard ]
+ * Update watch file:
+ + Use substitution strings.
+ + Mangle version strings to consistently expand to 4 digits.
+ * Modernize cdbs:
+ + Do copyright-check in maintainer script (not during build).
+ + Stop build-depend on licensecheck.
+ * Update package relations:
+ + Tighten (build-)dependency on libmongodb-perl.
+ + Tighten to (build-)depend on recent libcatmandu-perl.
+ + (Build-)depend on recent libcpanel-json-xs-perl (not
+ libjson-maybexs-perl).
+ * Modernize Vcs-* fields:
+ + Consistently use git (not cgit) in path.
+ + Consistently include .git suffix in path.
+ * Declare compliance with Debian Policy 4.1.1.
+ * Update copyright info:
+ + Use https protocol in file format URL.
+ + Fix quote verbatim Licnse-Grant for papckaging.
+ + Bump (yes not extend) coverage for main upstream author.
+ * Tighten lintian overrides regarding License-Reference.
+
+ -- Jonas Smedegaard <dr at jones.dk> Mon, 02 Oct 2017 20:15:56 +0200
+
libcatmandu-store-mongodb-perl (0.0501-1) unstable; urgency=medium
[ upstream ]
diff --git a/debian/control b/debian/control
index fa7a93d..90f492c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,15 +5,14 @@ Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: cdbs,
- licensecheck,
perl,
libmodule-build-perl,
debhelper,
dh-buildinfo,
libcql-parser-perl (>= 1.12),
- libcatmandu-perl,
- libjson-maybexs-perl (>= 1.003005),
- libmongodb-perl (>= 1.0.0),
+ libcatmandu-perl (>= 1.0400),
+ libcpanel-json-xs-perl (>= 3.0213),
+ libmongodb-perl (>= 1.6.1),
libmoo-perl (>= 1.006000),
libnamespace-clean-perl (>= 0.24),
libsoftware-license-perl,
@@ -21,9 +20,9 @@ Build-Depends: cdbs,
libtest-exception-perl (>= 0.32),
libtest-pod-perl,
libtest-warn-perl
-Standards-Version: 3.9.8
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcatmandu-store-mongodb-perl.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcatmandu-store-mongodb-perl
+Standards-Version: 4.1.1
+Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/libcatmandu-store-mongodb-perl.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcatmandu-store-mongodb-perl.git
Homepage: https://github.com/LibreCat/Catmandu-Store-MongoDB
Package: libcatmandu-store-mongodb-perl
diff --git a/debian/copyright_hints b/debian/copyright_hints
index cc796d4..cd6ad2f 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -16,7 +16,6 @@ Files: Build.PL
debian/control.in
debian/gbp.conf
debian/source/format
- debian/source/lintian-overrides
debian/watch
dist.ini
lib/Catmandu/Store/MongoDB/Bag.pm
@@ -25,13 +24,19 @@ Files: Build.PL
t/00-load.t
t/01-store.t
t/02-connect.t
- t/03-deprecated.t
- t/04-cql-parser.t
- t/release-pod-syntax.t
+ t/03-cql-parser.t
+ t/author-pod-syntax.t
Copyright: NONE
License: UNKNOWN
FIXME
+Files: debian/copyright-check
+ debian/rules
+Copyright: 2014-2017, Jonas Smedegaard <dr at jones.dk>
+ 2016-2017, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+ FIXME
+
Files: t/lib/MongoDBTest.pm
Copyright: 2009-2013, 10gen, Inc.
License: Apache-2.0
@@ -51,7 +56,7 @@ Files: LICENSE
Copyright: 1989, Free Software Foundation, Inc.
19xx name of author
19yy <name of author>
- 2016, Nicolas Steenlant.
+ 2017, Nicolas Steenlant.
disclaimer" for the program, if
ed by the Free
interest in the
@@ -60,8 +65,16 @@ Copyright: 1989, Free Software Foundation, Inc.
License: Artistic or GPL-1+
FIXME
-Files: debian/rules
-Copyright: 2014-2017, Jonas Smedegaard <dr at jones.dk>
-License: GPL-3+
+Files: debian/source/lintian-overrides
+Copyright: Apache-2.+
+ Artistic
+ GPL-1+
+ GPL-3+
+ LGPL-2.1+
+ apache-2.0
+ 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/libcatmandu-store-mongodb-perl.git
More information about the Pkg-perl-cvs-commits
mailing list