[libcatmandu-perl] 10/10: Prepare for release: Update changelog, control file and copyright hints.
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 02:46:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libcatmandu-perl.
commit 792f84572511d5d082130915260bbd88c0408e85
Author: Jonas Smedegaard <dr at jones.dk>
Date: Mon Oct 26 03:40:27 2015 +0100
Prepare for release: Update changelog, control file and copyright hints.
---
debian/changelog | 23 +++++++++
debian/control | 8 +++-
debian/copyright_hints | 126 +++++++++++++++++++++++++++++++------------------
3 files changed, 108 insertions(+), 49 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 54f11ee..54f6a59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,26 @@
+libcatmandu-perl (0.9501-1) unstable; urgency=medium
+
+ [ upstream ]
+ * New release(s).
+
+ [ Jonas Smedegaard ]
+ * Update package relations:
+ + (Build-)depend on libfile-slurp-perl libwww-perl liburi-perl
+ liburi-template-perl.
+ + Relax build-dependency on libtest-simple-perl, and favor recent
+ perl (now recent enough) over that.
+ * Update homepage.
+ * 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.
+
+ -- Jonas Smedegaard <dr at jones.dk> Mon, 26 Oct 2015 03:39:49 +0100
+
libcatmandu-perl (0.9301-1) unstable; urgency=medium
[ upstream ]
diff --git a/debian/control b/debian/control
index a56ecc0..9edaee1 100644
--- a/debian/control
+++ b/debian/control
@@ -12,13 +12,17 @@ Build-Depends: cdbs,
libconfig-onion-perl,
libdata-uuid-perl,
libdata-util-perl,
+ libfile-slurp-tiny-perl,
libhash-merge-simple-perl,
libio-handle-util-perl,
+ libwww-perl,
libmarpa-r2-perl,
libmodule-info-perl,
libmoox-aliases-perl,
libsub-exporter-perl,
libtry-tiny-byclass-perl,
+ liburi-perl,
+ liburi-template-perl,
libapp-cmd-perl (>= 0.326),
libdata-compare-perl (>= 0.22),
libfile-find-rule-perl (>= 0.33),
@@ -33,13 +37,13 @@ Build-Depends: cdbs,
libtest-pod-perl,
libtest-deep-perl (>= 0.112),
libtest-exception-perl (>= 0.32),
- libtest-simple-perl (>= 1.001003) | perl (>= 5.19.6)
+ perl (>= 5.19.5) | libtest-simple-perl (>= 0.99)
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr at jones.dk>
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatmandu-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcatmandu-perl.git
-Homepage: http://search.cpan.org/dist/Catmandu/
+Homepage: http://librecat.org/Catmandu/
Package: libcatmandu-perl
Architecture: all
diff --git a/debian/copyright_hints b/debian/copyright_hints
index e8975ca..7d4f2bf 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -11,6 +11,7 @@ Files: Build.PL
META.json
META.yml
README
+ benchmark/catmandu_util_vs_data_util.pl
bin/catmandu
cpanfile
debian/README.source
@@ -22,6 +23,7 @@ Files: Build.PL
debian/patches/1002_add_NAME_section_to_manpage.patch
debian/patches/series
debian/source/format
+ debian/source/lintian-overrides
debian/watch
dist.ini
lib/Catmandu.pm
@@ -37,9 +39,11 @@ Files: Build.PL
lib/Catmandu/Cmd/data.pm
lib/Catmandu/Cmd/delete.pm
lib/Catmandu/Cmd/export.pm
+ lib/Catmandu/Cmd/help.pm
lib/Catmandu/Cmd/import.pm
lib/Catmandu/Cmd/info.pm
lib/Catmandu/Cmd/move.pm
+ lib/Catmandu/Cmd/run.pm
lib/Catmandu/Counter.pm
lib/Catmandu/Env.pm
lib/Catmandu/Error.pm
@@ -47,7 +51,7 @@ Files: Build.PL
lib/Catmandu/Exporter/CSV.pm
lib/Catmandu/Exporter/JSON.pm
lib/Catmandu/Exporter/Null.pm
- lib/Catmandu/Exporter/RIS.pm
+ lib/Catmandu/Exporter/Text.pm
lib/Catmandu/Exporter/YAML.pm
lib/Catmandu/Fix.pm
lib/Catmandu/Fix/Base.pm
@@ -55,23 +59,35 @@ Files: Build.PL
lib/Catmandu/Fix/Bind/benchmark.pm
lib/Catmandu/Fix/Bind/hashmap.pm
lib/Catmandu/Fix/Bind/identity.pm
+ lib/Catmandu/Fix/Bind/importer.pm
lib/Catmandu/Fix/Bind/list.pm
lib/Catmandu/Fix/Bind/maybe.pm
+ lib/Catmandu/Fix/Bind/timeout.pm
+ lib/Catmandu/Fix/Bind/visitor.pm
+ lib/Catmandu/Fix/Bind/with.pm
lib/Catmandu/Fix/Condition.pm
lib/Catmandu/Fix/Condition/SimpleAllTest.pm
lib/Catmandu/Fix/Condition/SimpleAnyTest.pm
+ lib/Catmandu/Fix/Condition/SimpleCompareTest.pm
+ lib/Catmandu/Fix/Condition/all_equal.pm
lib/Catmandu/Fix/Condition/all_match.pm
+ lib/Catmandu/Fix/Condition/any_equal.pm
lib/Catmandu/Fix/Condition/any_match.pm
lib/Catmandu/Fix/Condition/exists.pm
lib/Catmandu/Fix/Condition/greater_than.pm
+ lib/Catmandu/Fix/Condition/in.pm
+ lib/Catmandu/Fix/Condition/is_false.pm
+ lib/Catmandu/Fix/Condition/is_true.pm
lib/Catmandu/Fix/Condition/less_than.pm
lib/Catmandu/Fix/Has.pm
lib/Catmandu/Fix/Parser.pm
lib/Catmandu/Fix/SimpleGetValue.pm
lib/Catmandu/Fix/add_field.pm
+ lib/Catmandu/Fix/add_to_exporter.pm
lib/Catmandu/Fix/add_to_store.pm
lib/Catmandu/Fix/append.pm
lib/Catmandu/Fix/array.pm
+ lib/Catmandu/Fix/assoc.pm
lib/Catmandu/Fix/capitalize.pm
lib/Catmandu/Fix/clone.pm
lib/Catmandu/Fix/code.pm
@@ -82,38 +98,54 @@ Files: Build.PL
lib/Catmandu/Fix/expand.pm
lib/Catmandu/Fix/expand_date.pm
lib/Catmandu/Fix/filter.pm
+ lib/Catmandu/Fix/flatten.pm
+ lib/Catmandu/Fix/format.pm
lib/Catmandu/Fix/from_json.pm
lib/Catmandu/Fix/hash.pm
+ lib/Catmandu/Fix/import.pm
+ lib/Catmandu/Fix/include.pm
lib/Catmandu/Fix/join_field.pm
lib/Catmandu/Fix/log.pm
lib/Catmandu/Fix/lookup.pm
lib/Catmandu/Fix/lookup_in_store.pm
lib/Catmandu/Fix/move_field.pm
lib/Catmandu/Fix/nothing.pm
+ lib/Catmandu/Fix/parse_text.pm
+ lib/Catmandu/Fix/perlcode.pm
lib/Catmandu/Fix/prepend.pm
lib/Catmandu/Fix/reject.pm
lib/Catmandu/Fix/remove_field.pm
lib/Catmandu/Fix/replace_all.pm
lib/Catmandu/Fix/retain.pm
lib/Catmandu/Fix/retain_field.pm
+ lib/Catmandu/Fix/reverse.pm
lib/Catmandu/Fix/set_array.pm
lib/Catmandu/Fix/set_field.pm
lib/Catmandu/Fix/set_hash.pm
+ lib/Catmandu/Fix/sleep.pm
lib/Catmandu/Fix/sort_field.pm
lib/Catmandu/Fix/split_field.pm
lib/Catmandu/Fix/substring.pm
lib/Catmandu/Fix/sum.pm
lib/Catmandu/Fix/to_json.pm
lib/Catmandu/Fix/trim.pm
+ lib/Catmandu/Fix/uniq.pm
lib/Catmandu/Fix/upcase.pm
+ lib/Catmandu/Fix/vacuum.pm
lib/Catmandu/Fixable.pm
lib/Catmandu/Hits.pm
+ lib/Catmandu/IdGenerator.pm
+ lib/Catmandu/IdGenerator/Mock.pm
+ lib/Catmandu/IdGenerator/UUID.pm
lib/Catmandu/Importer.pm
lib/Catmandu/Importer/CSV.pm
lib/Catmandu/Importer/JSON.pm
lib/Catmandu/Importer/Mock.pm
lib/Catmandu/Importer/Modules.pm
+ lib/Catmandu/Importer/Null.pm
+ lib/Catmandu/Importer/Text.pm
lib/Catmandu/Importer/YAML.pm
+ lib/Catmandu/Interactive.pm
lib/Catmandu/Iterable.pm
lib/Catmandu/Iterator.pm
lib/Catmandu/Logger.pm
@@ -141,9 +173,11 @@ Files: Build.PL
t/Catmandu-Cmd-data.t
t/Catmandu-Cmd-delete.t
t/Catmandu-Cmd-export.t
+ t/Catmandu-Cmd-help.t
t/Catmandu-Cmd-import.t
t/Catmandu-Cmd-info.t
t/Catmandu-Cmd-move.t
+ t/Catmandu-Cmd-run.t
t/Catmandu-Cmd.t
t/Catmandu-Counter.t
t/Catmandu-Env.t
@@ -151,25 +185,38 @@ Files: Build.PL
t/Catmandu-Exporter-CSV.t
t/Catmandu-Exporter-JSON.t
t/Catmandu-Exporter-Null.t
- t/Catmandu-Exporter-RIS.t
+ t/Catmandu-Exporter-Text.t
t/Catmandu-Exporter-YAML.t
t/Catmandu-Exporter.t
t/Catmandu-Fix-Base.t
t/Catmandu-Fix-Bind-benchmark.t
t/Catmandu-Fix-Bind-hashmap.t
t/Catmandu-Fix-Bind-identity.t
+ t/Catmandu-Fix-Bind-importer.t
t/Catmandu-Fix-Bind-list.t
t/Catmandu-Fix-Bind-maybe.t
+ t/Catmandu-Fix-Bind-timeout.t
+ t/Catmandu-Fix-Bind-visitor.t
+ t/Catmandu-Fix-Bind-with.t
t/Catmandu-Fix-Bind.t
+ t/Catmandu-Fix-Condition-all_equal.t
+ t/Catmandu-Fix-Condition-all_match.t
+ t/Catmandu-Fix-Condition-any_equal.t
+ t/Catmandu-Fix-Condition-any_match.t
t/Catmandu-Fix-Condition-exists.t
t/Catmandu-Fix-Condition-greater_than.t
+ t/Catmandu-Fix-Condition-in.t
+ t/Catmandu-Fix-Condition-is_false.t
+ t/Catmandu-Fix-Condition-is_true.t
t/Catmandu-Fix-Condition-less_than.t
t/Catmandu-Fix-Condition.t
t/Catmandu-Fix-Parser.t
t/Catmandu-Fix-add_field.t
+ t/Catmandu-Fix-add_to_exporter.t
t/Catmandu-Fix-add_to_store.t
t/Catmandu-Fix-append.t
t/Catmandu-Fix-array.t
+ t/Catmandu-Fix-assoc.t
t/Catmandu-Fix-capitalize.t
t/Catmandu-Fix-clone.t
t/Catmandu-Fix-code.t
@@ -180,39 +227,53 @@ Files: Build.PL
t/Catmandu-Fix-expand.t
t/Catmandu-Fix-expand_date.t
t/Catmandu-Fix-filter.t
+ t/Catmandu-Fix-flatten.t
+ t/Catmandu-Fix-format.t
t/Catmandu-Fix-from_json.t
t/Catmandu-Fix-hash.t
+ t/Catmandu-Fix-include.t
t/Catmandu-Fix-join_field.t
t/Catmandu-Fix-log.t
t/Catmandu-Fix-lookup.t
t/Catmandu-Fix-lookup_in_store.t
t/Catmandu-Fix-move_field.t
t/Catmandu-Fix-nothing.t
+ t/Catmandu-Fix-parse_text.t
+ t/Catmandu-Fix-perlcode.t
t/Catmandu-Fix-prepend.t
t/Catmandu-Fix-reject.t
t/Catmandu-Fix-remove_field.t
t/Catmandu-Fix-replace_all.t
t/Catmandu-Fix-retain.t
t/Catmandu-Fix-retain_field.t
+ t/Catmandu-Fix-reverse.t
t/Catmandu-Fix-set_array.t
t/Catmandu-Fix-set_field.t
t/Catmandu-Fix-set_hash.t
+ t/Catmandu-Fix-sleep.t
t/Catmandu-Fix-sort_field.t
t/Catmandu-Fix-split_field.t
t/Catmandu-Fix-substring.t
t/Catmandu-Fix-sum.t
t/Catmandu-Fix-to_json.t
t/Catmandu-Fix-trim.t
+ t/Catmandu-Fix-uniq.t
t/Catmandu-Fix-upcase.t
+ t/Catmandu-Fix-vacuum.t
t/Catmandu-Fix.t
t/Catmandu-Fixable.t
t/Catmandu-Hits.t
+ t/Catmandu-IdGenerator-Mock.t
+ t/Catmandu-IdGenerator-UUID.t
+ t/Catmandu-IdGenerator.t
t/Catmandu-Importer-CSV.t
t/Catmandu-Importer-JSON.t
t/Catmandu-Importer-Mock.t
t/Catmandu-Importer-Modules.t
+ t/Catmandu-Importer-Text.t
t/Catmandu-Importer-YAML.t
t/Catmandu-Importer.t
+ t/Catmandu-Interactive.t
t/Catmandu-Iterable.t
t/Catmandu-Iterator.t
t/Catmandu-Paged.t
@@ -229,67 +290,38 @@ Files: Build.PL
t/Catmandu-Validator.t
t/Catmandu.t
t/catmandu.yml
+ t/csv_test.json
+ t/fix-level-1.txt
+ t/fix-level-2.txt
+ t/fix-level-3.txt
t/lib/Catmandu/Fix/undef_error.pm
t/lib/Catmandu/Importer/Values.pm
t/lib/Catmandu/Serializer/dumper.pm
- t/nothing.fix
+ t/myfixes.fix
+ t/non_ascii.json
+ t/non_ascii.yaml
t/planets.csv
t/planets.tab
t/release-pod-syntax.t
+ t/run.fix
+ t/script.pl
Copyright: *No copyright*
License: UNKNOWN
FIXME
+Files: lib/Catmandu/Introduction.pod
+Copyright: *No copyright*
+License: GPL
+ FIXME
+
Files: debian/rules
Copyright: 2013, Vasudev Kamath <kamathvasudev at gmail.com>
- 2013-2014, Jonas Smedegaard <dr at jones.dk>
+ 2013-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>
- 2015, Nicolas Steenlant
- disclaimer" for the program, if
- interest in the
- the software, and
+Copyright: 2015, Nicolas Steenlant
License: GPL-ever
FIXME
-Files: t/non_ascii.yaml
-Copyright: (1883-1944)
- (1888-1961)
- (1897-1979)
- (1914-1991)
- (1922-2001)
- 1884-1963,
- 1885-1966,
- Gervasio, 1764-1850,
- Luis 1943-2008,
- María 1828-1888,
- Toribio, 1852-1930,
- de Bercenay, François (1761-ca 1830)
- de Saint-Maur, Nicolas-François, 1695-1774,
- de Sousa, 1922-2010,
-License: UNKNOWN
- FIXME
-
-Files: t/non_ascii.json
-Copyright: (1883-1944)","key":"LoteRen�(1883-1944)","viafid":"54271583","merge":{"source":"viaf","id":"03c3cf3001a80f27e47e06f77a3f277d","type":"document"},"lc":"no2012126721","bnf":"12707211"}
- (1888-1961)","key":"DeRidderAndr�(1888-1961)","viafid":"44443789","merge":{"source":"viaf","id":"070e472ad2d8b0b3a20837aa00e01b2f","type":"document"},"bnf":"13324451"}
- (1897-1979)","key":"CouderAndr�(1897-1979)"}
- (1914-1991)","key":"PiatierAndr�(1914-1991)","viafid":"73858552","merge":{"source":"viaf","id":"0a7c336d48e3eba772809417fdf62a1a","type":"document"},"bnf":"11919623"}
- (1922-2001)","key":"BlavierAndr�(1922-2001)","nlilat":"000453847","viafid":"84032513","merge":{"source":"viaf","id":"000290adb8fba464410b5466d462565d","type":"document"},"lc":"n83068143","bnf":"11892331"}
- 1884-1963","key":"MartinAndr�1884-1963","viafid":"50301136","merge":{"source":"viaf","id":"0a2e072d211e85a980c72506bf9ccc7e","type":"document"},"lc":"n2007182382","bnf":"12215676","bav":"adv12332922"}
- 1885-1966","key":"GailhardAndr�1885-1966","viafid":"39567713","merge":{"source":"viaf","id":"0947e4adaff9ab3bad131620819fb543","type":"document"},"lc":"no2004059607","bnf":"13950219"}
- Gervasio, 1764-1850","key":"ArtigasJos�Gervasio1764-1850","viafid":"64804413","nlilat":"000011996","merge":{"source":"viaf","id":"01f6f82561aa134233d13eb97350f21e","type":"document"},"lc":"n50001870"}
- Luis 1943-2008","key":"Gim�nez-FrontínJos�Luis1943-2008","viafid":"34467951","merge":{"source":"viaf","id":"0d77900253ba388b5255d55ef81c9d7f","type":"document"},"lc":"n79059089","bnf":"12015500"}
- María 1828-1888","key":"SamperJos�María1828-1888","viafid":"1399395","merge":{"source":"viaf","id":"0b01d2a9700a7d54ee731d6383b2e4bf","type":"document"},"lc":"n83800651","bnf":"12745736","bav":"adv11183840"}
- Toribio, 1852-1930","key":"MedinaJos�Toribio1852-1930","viafid":"26820","nlilat":"000091327","merge":{"source":"viaf","id":"12e7ac401844ae4a6c0087cbdb8e210e","type":"document"},"lc":"n50009972","bnf":"12034483","bav":"adv10212780"}
- de Bercenay, François (1761-ca 1830)","key":"Babi�deBercenayFrançois(1761-ca1830)","viafid":"73986061","merge":{"source":"viaf","id":"0a963063c003c9643fa33ad66ba86268","type":"document"},"lc":"nr93015814","bnf":"13009419","bav":"adv10072631"}
- de Saint-Maur, Nicolas-François, 1695-1774","key":"Dupr�deSaint-MaurNicolas-François1695-1774","viafid":"49357530","nlilat":"000473385","merge":{"source":"viaf","id":"00ff3f71c3e341af27d2136061ce4589","type":"document"},"lc":"n85246249","bnf":"13005068"}
- de Sousa, 1922-2010","key":"SaramagoJos�deSousa1922-2010","viafid":"114473675","merge":{"source":"viaf","id":"141b2c94c573f20c3f8dca411aa423b7","type":"document"},"bnf":"12027213","selibr":"89703","version":"2013-07-01T14:07:50Z","swnl":"vtls002352195","nlilat":"000116640","lc":"n85130797"}
-License: UNKNOWN
- FIXME
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatmandu-perl.git
More information about the Pkg-perl-cvs-commits
mailing list