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

Jonas Smedegaard dr at jones.dk
Tue Oct 14 14:20:03 UTC 2014


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

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

commit d25125aa769a5bd71b8c6203fec082e27bf1c726
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Oct 14 16:12:13 2014 +0200

    Prepare for release: Update changelog, control file and copyright hints.
---
 debian/changelog       | 13 +++++++++++--
 debian/control         |  4 ++--
 debian/copyright_hints | 52 +++++++++++++++++++++++++++++++++++++++-----------
 3 files changed, 54 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ade1688..ac7882a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,17 @@
-libcatmandu-perl (0.9204-3) unstable; urgency=medium
+libcatmandu-perl (0.9206-1) unstable; urgency=medium
+
+  [ upstream ]
+  * New release(s).
+    + More pod.
+    + Combine the various info modules in Importer::Modules.
+    + Bind::hashmap fix.
+    + Remove orphan test.
 
   [ Jonas Smedegaard ]
   * Update watch file: Fix strip spaces in version line.
   * Declare compliance with Debian Policy 3.9.6.
+  * Stop aggressive version mangling in watch file.
+  * Git-ignore quilt .pc dir.
 
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to use cgit web frontend.
@@ -14,7 +23,7 @@ libcatmandu-perl (0.9204-3) unstable; urgency=medium
     + Add patch 1002 to add missing NAME section.
     Thanks to lintian.
 
- -- Jonas Smedegaard <dr at jones.dk>  Tue, 14 Oct 2014 15:46:23 +0200
+ -- Jonas Smedegaard <dr at jones.dk>  Tue, 14 Oct 2014 16:11:55 +0200
 
 libcatmandu-perl (0.9204-2) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 73c1dba..d584a72 100644
--- a/debian/control
+++ b/debian/control
@@ -36,9 +36,9 @@ Build-Depends: cdbs,
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>,
  Vasudev Kamath <kamathvasudev at gmail.com>
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatmandu-perl
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatmandu-perl.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcatmandu-perl.git
 Homepage: http://search.cpan.org/dist/Catmandu/
 
 Package: libcatmandu-perl
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 01c0cd1..98bb88f 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -36,25 +36,22 @@ Files: Build.PL
  lib/Catmandu/Cmd/data.pm
  lib/Catmandu/Cmd/delete.pm
  lib/Catmandu/Cmd/export.pm
- lib/Catmandu/Cmd/exporter_info.pm
- lib/Catmandu/Cmd/fix_info.pm
  lib/Catmandu/Cmd/import.pm
- lib/Catmandu/Cmd/importer_info.pm
- lib/Catmandu/Cmd/module_info.pm
  lib/Catmandu/Cmd/move.pm
- lib/Catmandu/Cmd/store_info.pm
  lib/Catmandu/Counter.pm
  lib/Catmandu/Env.pm
  lib/Catmandu/Error.pm
  lib/Catmandu/Exporter.pm
  lib/Catmandu/Exporter/CSV.pm
  lib/Catmandu/Exporter/JSON.pm
+ lib/Catmandu/Exporter/Null.pm
  lib/Catmandu/Exporter/RIS.pm
  lib/Catmandu/Exporter/YAML.pm
  lib/Catmandu/Fix.pm
  lib/Catmandu/Fix/Base.pm
  lib/Catmandu/Fix/Bind.pm
  lib/Catmandu/Fix/Bind/benchmark.pm
+ lib/Catmandu/Fix/Bind/hashmap.pm
  lib/Catmandu/Fix/Bind/identity.pm
  lib/Catmandu/Fix/Bind/list.pm
  lib/Catmandu/Fix/Bind/maybe.pm
@@ -105,13 +102,9 @@ Files: Build.PL
  lib/Catmandu/Hits.pm
  lib/Catmandu/Importer.pm
  lib/Catmandu/Importer/CSV.pm
- lib/Catmandu/Importer/ExporterInfo.pm
- lib/Catmandu/Importer/FixInfo.pm
- lib/Catmandu/Importer/ImporterInfo.pm
  lib/Catmandu/Importer/JSON.pm
  lib/Catmandu/Importer/Mock.pm
- lib/Catmandu/Importer/ModuleInfo.pm
- lib/Catmandu/Importer/StoreInfo.pm
+ lib/Catmandu/Importer/Modules.pm
  lib/Catmandu/Importer/YAML.pm
  lib/Catmandu/Iterable.pm
  lib/Catmandu/Iterator.pm
@@ -148,11 +141,13 @@ Files: Build.PL
  t/Catmandu-Error.t
  t/Catmandu-Exporter-CSV.t
  t/Catmandu-Exporter-JSON.t
+ t/Catmandu-Exporter-Null.t
  t/Catmandu-Exporter-RIS.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-list.t
  t/Catmandu-Fix-Bind-maybe.t
@@ -201,7 +196,6 @@ Files: Build.PL
  t/Catmandu-Importer-CSV.t
  t/Catmandu-Importer-JSON.t
  t/Catmandu-Importer-Mock.t
- t/Catmandu-Importer-ModuleInfo.t
  t/Catmandu-Importer-YAML.t
  t/Catmandu-Importer.t
  t/Catmandu-Iterable.t
@@ -248,3 +242,39 @@ Copyright: 1989, Free Software Foundation, Inc
 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