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 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262
|
libparse-debianchangelog-perl (1.2.0-12) unstable; urgency=medium
* Team upload
* Document parsechangelog fails on version numbers not present in
the changelog
* Bump the policy version number in parsechangelog manpage
* Fix erroneous escaping and formatting in Parse::DebianChangelog
documentation. Closes: #848274
-- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Fri, 16 Dec 2016 20:02:18 +0100
libparse-debianchangelog-perl (1.2.0-11) unstable; urgency=medium
* Team upload.
* Remove Frank Lichtenheld from Uploaders. Thanks for your work!
* New patch: don't trim file names in error messages.
Thanks to Christoph Biedl for the bug report. (Closes: #840099)
-- gregor herrmann <gregoa@debian.org> Sat, 08 Oct 2016 15:26:40 +0200
libparse-debianchangelog-perl (1.2.0-10) unstable; urgency=medium
* Team upload.
* Add patch for compatibility with dpkg 1.18.8 which outputs a Timestamp
field. (Closes: #829668)
* Bump build dependency on dpkg-dev to 1.18.8.
-- gregor herrmann <gregoa@debian.org> Wed, 13 Jul 2016 18:26:38 +0200
libparse-debianchangelog-perl (1.2.0-9) unstable; urgency=medium
* Team upload.
[ gregor herrmann ]
* Rename autopkgtest configuration file(s) as per new pkg-perl-
autopkgtest schema.
[ Salvatore Bonaccorso ]
* debian/control: Use HTTPS transport protocol for Vcs-Git URI
[ gregor herrmann ]
* debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
* Add patch to update HTML template to avoid tidy errors in the tests.
(Closes: #829064)
* Declare compliance with Debian Policy 3.9.8.
-- gregor herrmann <gregoa@debian.org> Thu, 30 Jun 2016 11:26:12 +0200
libparse-debianchangelog-perl (1.2.0-8) unstable; urgency=medium
* Team upload.
* Set TZ=UTC for the whole build (again) to make the build reproducible.
-- Niko Tyni <ntyni@debian.org> Tue, 25 Aug 2015 23:38:45 +0300
libparse-debianchangelog-perl (1.2.0-7) unstable; urgency=medium
* Team upload.
* Further fiddling with TZ, aiming for reproducibility.
-- Niko Tyni <ntyni@debian.org> Mon, 24 Aug 2015 21:30:10 +0300
libparse-debianchangelog-perl (1.2.0-6) unstable; urgency=medium
* Team upload.
* Set TZ=UTC for the whole build to make the build reproducible.
-- Niko Tyni <ntyni@debian.org> Thu, 20 Aug 2015 21:41:46 +0300
libparse-debianchangelog-perl (1.2.0-5) unstable; urgency=medium
* Team upload.
* Add patch to remove support for broken timezone names.
Thanks to Guillem Jover for the bug report and the patch.
(Closes: #792414)
-- gregor herrmann <gregoa@debian.org> Tue, 14 Jul 2015 19:14:09 +0200
libparse-debianchangelog-perl (1.2.0-4) unstable; urgency=medium
* Team upload.
* Add explicit (build) dependency on libcgi-pm-perl.
-- gregor herrmann <gregoa@debian.org> Fri, 12 Jun 2015 21:25:50 +0200
libparse-debianchangelog-perl (1.2.0-3) unstable; urgency=medium
* Run dh_auto_build with UTC timezone: otherwise, the local timezone
impacts the (fixed) timestamps in .pot/.po/.mo files, and hence
the build is not reproducible accross different timezones.
* debian/control: include module name in the long description,
and rephrase it a bit.
* Move libmodule-build-perl from Build-Depends-Indep to Build-Depends:
it is used in the 'clean' target.
* Add build-dependency on the dpkg-dev version that introduced
dpkg-parsechangelog's --show-field option, that is now used in debian/rules.
-- intrigeri <intrigeri@debian.org> Mon, 25 May 2015 14:13:39 +0200
libparse-debianchangelog-perl (1.2.0-2) unstable; urgency=medium
* Adopt under the umbrella of the Debian Perl Group. Thanks to Frank
Lichtenheld for his work!
- Move Frank Lichtenheld to Uploaders, add myself there.
- debian/control: update Vcs-* control fields.
* Bump dh compatibility level to 9, and accordingly adjust
the build-dependency on debhelper.
* debian/copyright:
- Convert to machine-readable copyright format 1.0.
- Add information about files that have specific copyright provisions.
* Add Homepage control field.
* Declare compliance with Standards-Version 3.9.6.
* Replace "perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)" build-dependency
with one on perl.
* Reformat debian/control with cme.
* Make the package build reproducibly:
- Build.PL-when-a-PO_BUILD_DATE-environment-variable-i.patch: new patch,
that makes the build system fake the time for running
po4a-{translate, updatepo}, xgettext, msgmerge and msgfmt,
when a PO_BUILD_DATE environment variable is passed.
- debian/rules: export a PO_BUILD_DATE environment variable, set to the
time of the last entry in debian/changelog.
- Build-depend on faketime and libstring-shellquote-perl,
that are needed by the PO_BUILD_DATE support in Build.PL.
* debian/patches/*:
- Add DEP-3 headers.
- Rename to drop numbers (that were all 0001 anyway).
* Mark package as autopkgtest-able, and declare additional files
that are needed for the test suite to pass.
-- intrigeri <intrigeri@debian.org> Sun, 24 May 2015 17:59:06 +0200
libparse-debianchangelog-perl (1.2.0-1.1) unstable; urgency=medium
* Non-maintainer upload.
* 0001_ftbfs_changes_line.patch: fix test failures due to changed Changes
field, patch by Jordan Metzmeier (closes: #753034).
* 0001_cve_format.patch: Fix CVE parsing for new format (closes: #731436).
* 0001_de.po.patch: Updated German translations, thanks Hendrik Knackstedt
(closes: #709626).
* 0001_P-DC-Support-open-handles-as-input.patch: support open handles as
input, patch by Niels Thykier (closes: #722896).
* Merge ubuntu patch: downgrade libhtml-parser-perl, libhtml-template-perl,
and libxml-simple-perl from Recommends to Suggests. This package is
installed in minimal systems due to aptitude's (reasonable) dependency
on it, but aptitude only uses rfc822 output.
-- Thijs Kinkhorst <thijs@debian.org> Thu, 11 Sep 2014 18:12:43 +0000
libparse-debianchangelog-perl (1.2.0-1) unstable; urgency=low
* New upstream release:
- Don't use $& or $` (Closes: #515018)
- Allow '.' and '+' in distribution names. Patch by John Wright.
(Closes: #565238)
- Add Danish translation of bin.pot by Joe Dalton (Closes: #605820)
- ChangesFilters:
+ Fix conversion of <http://something/> (Closes: #603341)
+ Allow to omit # before closed bug numbers (Closes: 446798 ;)
* Bump Standards-Version to 3.9.1 (no changes)
* Convert debian/rules to debhelper 7
-- Frank Lichtenheld <djpig@debian.org> Sun, 03 Apr 2011 23:25:41 +0200
libparse-debianchangelog-perl (1.1.1-2.1) unstable; urgency=low
* Non-maintainer upload.
* Filter duplicate bug numbers in Closes field. (Closes: #560634)
* Localize $_ in for loop. (Closes: #584943)
- Add build-dep on perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
and libtest-exception-perl for new test.
-- Ansgar Burchardt <ansgar@43-1.org> Fri, 30 Jul 2010 19:01:12 +0900
libparse-debianchangelog-perl (1.1.1-2) unstable; urgency=low
* Add liblocale-gettext-perl to Build-Depends-Indep: Fix FTBFS (LP:
#179599). From Marco Rodrigues.
* Remove XS- prefix from Vcs-* fields. dpkg supports them now.
* Bump Standards-Version to 3.7.3 (no changes)
* Build.PL: set create_packlist to 0 to avoid .packlist installation
-- Frank Lichtenheld <djpig@debian.org> Fri, 11 Jan 2008 11:48:05 +0100
libparse-debianchangelog-perl (1.1.1-1) unstable; urgency=low
* New upstream release
- Fixes handling of dates equal to the epoch (Closes: #440116)
-- Frank Lichtenheld <djpig@debian.org> Sat, 01 Sep 2007 03:25:06 +0200
libparse-debianchangelog-perl (1.1-1) unstable; urgency=low
* New upstream release
- Update Build-Depends-Indep
* Bump debhelper compat level to 5
* Bump Standards-Version to 3.7.2 (no changes)
* Add XS-Vcs-{git,Browser}
-- Frank Lichtenheld <djpig@debian.org> Mon, 16 Jul 2007 04:18:36 +0200
libparse-debianchangelog-perl (1.0-1) unstable; urgency=low
* New upstream release
- Update Build-Depends-Indep and Depends
-- Frank Lichtenheld <djpig@debian.org> Wed, 12 Oct 2005 17:13:34 +0200
libparse-debianchangelog-perl (0.9-1) unstable; urgency=low
* New upstream release
-- Frank Lichtenheld <djpig@debian.org> Tue, 4 Oct 2005 04:47:28 +0200
libparse-debianchangelog-perl (0.8-1) unstable; urgency=low
* New upstream release
- Update Depends
- Update description and reformat it a bit to make it more readable
-- Frank Lichtenheld <djpig@debian.org> Mon, 3 Oct 2005 14:12:00 +0200
libparse-debianchangelog-perl (0.7-1) unstable; urgency=low
* New upstream release
- Update the description
- Update Depends
-- Frank Lichtenheld <djpig@debian.org> Tue, 16 Aug 2005 02:40:39 +0200
libparse-debianchangelog-perl (0.6-1) unstable; urgency=low
* New upstream release
-- Frank Lichtenheld <djpig@debian.org> Wed, 3 Aug 2005 14:02:26 +0200
libparse-debianchangelog-perl (0.5-1) unstable; urgency=low
* New upstream release
- Update the description
-- Frank Lichtenheld <djpig@debian.org> Tue, 5 Jul 2005 04:26:12 +0200
libparse-debianchangelog-perl (0.4-1) unstable; urgency=low
* New upstream release
- adapt Build-Depends-Indep and Recommends to new requirements
- install new TODO file
- install templates and CSS files to
/usr/share/libparse-debianchangelog-perl/ and adapt the default
paths in the module
- fix some problems in the test scripts (ignore stderr garbage
issued by dpkg-parsechangelog in pbuilder environment)
-- Frank Lichtenheld <djpig@debian.org> Tue, 5 Jul 2005 03:28:10 +0200
libparse-debianchangelog-perl (0.3a-1) unstable; urgency=low
* Initial Release (Closes: #314559).
-- Frank Lichtenheld <djpig@debian.org> Fri, 1 Jul 2005 22:35:31 +0200
|