1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185
|
libmarc-xml-perl (1.0.5-2) unstable; urgency=medium
* Team upload.
[ Debian Janitor ]
* Trim trailing whitespace.
* Bump debhelper from deprecated 8 to 12.
* Set debhelper-compat version in Build-Depends.
[ gregor herrmann ]
* debian/watch: use uscan version 4.
[ Debian Janitor ]
* Bump debhelper from old 12 to 13.
[ gregor herrmann ]
* Add a patch to disable a test with XML::LibXML >= 2.0202 which
disables loading external DTDs or external entities by default.
Thanks to ci.debian.net
* Update years of packaging copyright.
* Declare compliance with Debian Policy 4.6.0.
* Set Rules-Requires-Root: no.
* Annotate test-only build dependencies with <!nocheck>.
-- gregor herrmann <gregoa@debian.org> Thu, 20 Jan 2022 19:12:53 +0100
libmarc-xml-perl (1.0.5-1) unstable; urgency=medium
* Team upload.
[ upstream ]
* New release(s).
[ gregor herrmann ]
* Strip trailing slash from metacpan URLs.
* Use HTTPS transport protocol for file format URL.
* Remove Jonathan Yu from Uploaders. Thanks for your work!
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org.
[ Jonas Smedegaard ]
* Update watch file to fix track MARC-File-XML (not MARC-XML) URL,
as was effectively done since 2013 anyway.
* Build-depend on libtest-warn-perl.
* Drop patch applied upstream.
-- Jonas Smedegaard <dr@jones.dk> Tue, 19 Feb 2019 12:26:34 +0100
libmarc-xml-perl (1.0.3-1) unstable; urgency=medium
* Team upload.
* Imported Upstream version 1.0.3
-- Salvatore Bonaccorso <carnil@debian.org> Fri, 14 Feb 2014 07:32:22 +0100
libmarc-xml-perl (1.0.2-1) unstable; urgency=medium
* Team upload.
* New upstream release.
Fixes XXE vulnerability:
- MARC::File::XML will now die upon parsing a record that
declares an external entity and tries to use it. This
prevents the potential unwanted disclosure of the contents
of files on the server by applications that embed this module.
Closes: #736275
* Update years of packaging copyright.
* Declare compliance with Debian Policy 3.9.5.
-- gregor herrmann <gregoa@debian.org> Tue, 21 Jan 2014 21:44:08 +0100
libmarc-xml-perl (1.0.1-1) unstable; urgency=low
[ gregor herrmann ]
* debian/control: update {versioned,alternative} (build) dependencies.
[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs
[ Florian Schlichting ]
* Import Upstream version 1.0.1.
* Update (build)dependencies: XML::LibXML instead of XML::SAX.
* Bump Standards-Version to 3.9.4 (no change).
* Email change: Florian Schlichting -> fsfs@debian.org.
* Refresh suppress_test_warning.patch.
-- Florian Schlichting <fsfs@debian.org> Fri, 29 Mar 2013 22:47:18 +0100
libmarc-xml-perl (0.93-1) unstable; urgency=low
[ Jonathan Yu ]
* New upstream release
* Bump debhelper compat level to 8
* Use new 3.0 (quilt) source format
* Refresh copyright information
[ Ryan Niebur ]
* Update jawnsy's email address
[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.
[ Florian Schlichting ]
* Added suppress_test_warning.patch, looks too real to not confuse.
* Bumped Standards-Version to 3.9.3 (use copyright-format 1.0).
* Added myself to Uploaders and copyright.
-- Florian Schlichting <fschlich@zedat.fu-berlin.de> Thu, 08 Mar 2012 17:32:11 +0100
libmarc-xml-perl (0.92-1) unstable; urgency=low
[ Jonathan Yu ]
* New upstream release
+ Apply the leader modification for USMARC to signal UTF-8 encoding
+ Escape '<', '>' and '&' used as indicator values and subfield labels
+ Clarify names of header output switches (RT#34082)
+ MARC::File::SAX can also be used to build multiple records now
* Standards-Version 3.8.2
* Depend on debhelper >= 7, compat bumped to 7
* Changed to short rules format
* Rewrote description
* Updated to new machine-readable copyright format
[ gregor herrmann ]
* debian/watch: use dist-based URL.
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
(source stanza).
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
-- Jonathan Yu <frequency@cpan.org> Sun, 02 Aug 2009 06:38:59 -0400
libmarc-xml-perl (0.88-1) unstable; urgency=low
[ gregor herrmann ]
* New upstream release.
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
field (source stanza); Homepage field (source stanza). Removed: XS-
Vcs-Svn fields.
* Set Standards-Version to 3.7.3 (no further changes required).
* Bump versioned dependencies.
* Remove empty directory debian/patches from source package.
* debian/copyright: add concrete upstream URL.
[ Damyan Ivanov ]
* Add v? to watchfile pattern. Drop "debian uupdate" from watch line as we
use svn-upgrade instead
* Migrate from cdbs to plain debhelper
+ drop cdbs and patchutils from build-depends
+ use dh-make-perl's rules.MakeMaker.noxs as a template for debian/rules
* Put me instead of Gregor in Uploaders
-- Damyan Ivanov <dmn@debian.org> Fri, 28 Dec 2007 21:33:32 +0200
libmarc-xml-perl (0.87-1) unstable; urgency=low
* New upstream release.
* Tigthen dependency on libmarc-charset-perl to >= 0.97-2 because of
#429008 and #429030.
-- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 15 Jul 2007 00:37:37 +0200
libmarc-xml-perl (0.86-1) unstable; urgency=low
* New upstream release.
-- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 19 May 2007 00:39:53 +0200
libmarc-xml-perl (0.85-1) unstable; urgency=low
* New upstream release.
* Move lib*-perl from Build-Depends to Build-Depends-Indep.
* Remove empty directory /usr/lib/perl5 from package.
-- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 13 Apr 2007 21:28:32 +0200
libmarc-xml-perl (0.83-1) unstable; urgency=low
* Initial release. (Closes: #408062: ITP: libmarc-xml-perl -- Work
with MARC data encoded as XML - Debian Bug report logs)
-- Vincent Danjean <vdanjean@debian.org> Wed, 24 Jan 2007 16:25:32 +0100
|