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
|
libunix-syslog-perl (1.1-4) unstable; urgency=medium
* Team upload.
[ Xavier Guimard ]
* Remove myself from uploaders
[ gregor herrmann ]
* debian/control: update Build-Depends for cross builds.
* debian/watch: use uscan version 4.
[ Debian Janitor ]
* Bump debhelper from old 10 to 12.
* Set debhelper-compat version in Build-Depends.
* Remove obsolete fields Contact, Name from debian/upstream/metadata
(already present in machine-readable debian/copyright).
* Fix day-of-week for changelog entry 0.95-1.
* Update standards version to 4.2.1, no changes needed.
* Bump debhelper from old 12 to 13.
[ gregor herrmann ]
* Declare compliance with Debian Policy 4.6.1.
* Set Rules-Requires-Root: no.
-- gregor herrmann <gregoa@debian.org> Mon, 15 Aug 2022 12:32:16 +0200
libunix-syslog-perl (1.1-3) unstable; urgency=low
[ gregor herrmann ]
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
(source stanza).
[ Salvatore Bonaccorso ]
* debian/control: Changed: Replace versioned (build-)dependency on
perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
permitted by Debian Policy 3.8.3).
[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.
[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Update Vcs-Browser URL to cgit web frontend
* Update Vcs-* headers for switch to salsa.debian.org
[ gregor herrmann ]
* debian/*: update URLs from {search,www}.cpan.org to MetaCPAN.
[ Xavier Guimard ]
* Switch from cdbs to dh:
- remove cdbs files
- remove cdbs dependency
- switch debian/rules to dh
* Bump debhelper compatibility to 10
* Declare compliance with policy 4.2.0
* Change homepage to metacpan
* Update debian/copyright format
* Add source/format
* Add upstream/metadata
* Enable autopkgtest
* Add myself to uploaders
-- Xavier Guimard <x.guimard@free.fr> Fri, 24 Aug 2018 13:57:26 +0200
libunix-syslog-perl (1.1-2) unstable; urgency=medium
* Depend on ${misc:Depends}.
* Update tarball md5sum hint in debian/rules.
* Update Vcs-* fields in debian/control(.in) to point to Perl group.
* Update local cdbs tweaks:
+ Strip non-printable chars from copyright-check.mk output.
+ Relax copyright-check.mk to only warn by default. Closes:
bug#487058, thanks to Lucas Nussbaum.
+ Fix update-tarball.mk wget options to work with recent wget.
+ Simplify dependency cleanup slightly (quilt isn't in use here).
+ Mirror debian/control uploaders changes to debian/control.in.
* Update debian/copyright-hints.
* Bump debhelper compatibility level to 6.
* Semi-auto-update debian/control to update build-dependencies:
DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
* Set urgency=medium due to FTBFS bugfix.
-- Jonas Smedegaard <dr@jones.dk> Sun, 29 jun 2008 11:18:01 +0200
libunix-syslog-perl (1.1-1) unstable; urgency=low
[ Gunnar Wolf ]
* Added myself to uploaders
* New upstream release
[ Jonas Smedegaard ]
* Bump debhelper compat level and build-dependency to version 5.
* Semi-auto-update debian/control to apply changes contained in the above:
DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
-- Gunnar Wolf <gwolf@debian.org> Sun, 25 May 2008 14:50:15 -0500
libunix-syslog-perl (1.0-2) unstable; urgency=low
* Fix multi-lined copyright microformat in debian/copyright.
* Update debian/copyright: Debian Perl Team holds copyright for Debian
packaging in 2008.
* Pass over maintenance of the package to the Perl group: Change Maintainer,
and add myself to Uploaders.
* Update debian/watch:
+ Use svn-upgrade (not uupdate).
+ Use by-dist upstream URL.
* Bump up standards-version to 3.7.3 (no changes needed).
* Update local cdbs snippets:
+ Major improvements to update-tarball (but none of them affecting this
current packaging).
+ Major improvements to copyright-check, including new versioned
build-dependency on devscripts. Update debian/copyright_hints.
+ Drop buildcore.mk override. Set DEB_AUTO_UPDATE_DEBIAN_CONTROL directly
instead when needed.
+ Update debian/README.cdbs-tweaks to no longer mention buildcore.mk
override.
* Semi-auto-update debian/control to apply changes contained in the above:
DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
-- Jonas Smedegaard <dr@jones.dk> Wed, 19 Mar 2008 02:41:25 +0100
libunix-syslog-perl (1.0-1) unstable; urgency=low
* New upstream release.
* Add Vcs-Svn and Vcs-Browser fields to debian/control.
* Move Homepage to own field (from pseudo-field in long description).
* Update local cdbs tweaks:
+ Make sure buildinfo runs only once.
+ Add new upstream-tarball.mk to implement get-orig-source and more.
+ Overload buildcore.mk (instead of separate auto-update.mk).
+ Check copyrights in prebuild (in clean it may choke on not yet
cleaned stuff), and make sure it runs only once.
+ List non-binary files affected if discovering new copyrights.
+ Add documentation to source as debian/README.cdbs-tweaks.
+ Have buildinfo.mk depend on buildcore.mk.
* Update debian/copyright_hints
+ Year 2007 added.
+ License changed to Artistic License 2.0 (from Artistic License).
* Rewrite debian/copyright:
+ Conform to proposed new format at
http://wiki.debian.org/Proposals/CopyrightFormat .
+ Include the full contents of Artistic License 2.0.
+ Drop obsolete comment on alternate location for newest source.
+ Credit Graeme Mathieson for initially packaging for Debian.
* Drop superfluous search.cpan.org URL in watch file (but keep
alternate author URL, in case a newer version again shows up only
there).
* Cleanup duplicate cdbs build-dependency in debian/rules.
* Semi-auto-update debian/control:
DEB_BUILD_OPTIONS=cdbs-autoupdate fakeroot debian/rules pre-build
-- Jonas Smedegaard <dr@jones.dk> Fri, 12 Oct 2007 00:07:19 +0200
libunix-syslog-perl (0.100-5) unstable; urgency=low
* Add Homepage hint to long description.
* Improve watch file:
+ Bump to version 3.
+ Tighten regexp: allow only digits, and escape dots in extensions.
+ Add search pattern based on search.cpan.org/dist/ (in addition to
www.cpan.org/modules/by-module/ .../modules/by-author).
+ Put search.cpan.org first (qa.debian.org use first entry).
* Improve cdbs tweaks:
+ Add local snippet copyright-check.mk: Scan source for (c) changes.
+ Add local snippet auto-update.mk: Enable auto-update feature.
+ Add local snippet buildinfo.mk: Include env info with binary pkgs.
* No longer invoke buildinfo directly in debian/rules (done in cdbs).
* Bump to standards-version 3.7.2.
-- Jonas Smedegaard <dr@jones.dk> Sat, 12 Aug 2006 19:35:15 +0200
libunix-syslog-perl (0.100-4) unstable; urgency=low
* Arrgh - a debian/rules file of only 4 lines (thanks to cdbs) and I
still manage to make an arror...: Properly include dh-buildinfo.
* Tighten build-dependency on debhelper to please linda.
-- Jonas Smedegaard <dr@jones.dk> Sun, 5 Sep 2004 21:16:21 +0200
libunix-syslog-perl (0.100-3) unstable; urgency=low
* Repackaged using cdbs, and dh-buildinfo.
* Cleaned up debian/copyright:
+ Replace info contained in changelog with note on "GNU systems".
+ Mention "licensing info" together with copyright.
* Standards-version 3.6.1 (no changes needed).
* Rewrite watch file:
+ Look for Unix-Syslog-.
+ Include both default location and the one with newest version
(let's see how qa.debian.org handles that).
-- Jonas Smedegaard <dr@jones.dk> Sun, 5 Sep 2004 20:44:32 +0200
libunix-syslog-perl (0.100-2) unstable; urgency=low
* Adopt package (thanks, Graeme).
* Remove noise at end of this changelog.
* Change section to perl.
* Rewrite debian/copyright:
+ Quote upstream copyright verbatim.
+ Reorder topics to be similar to most other pckages.
+ Add link to current version of the library.
* Lower build-dependency on perl as described in perl-policy 3.3 to
allow building on woody (closes: Bug#158724 - nevertheless).
* Switch debhelper hint from DH_COMPAT to debian/compat, and use v4.
* Change DEB_BUILD_OPTIONS to support noopt, and always compile with
-g.
* Remove unneeded cruft in debian/rules.
* Declare compliance with version 3.5.9 of Debian Policy.
-- Jonas Smedegaard <dr@jones.dk> Wed, 23 Apr 2003 21:07:36 +0200
libunix-syslog-perl (0.100-1) unstable; urgency=low
* New upstream release.
-- Graeme Mathieson <mathie@wossname.org.uk> Sun, 29 Sep 2002 14:43:12 +0100
libunix-syslog-perl (0.98-1.1) unstable; urgency=low
* NMU for perl 5.8.
* Bump perl build-dependency to >= 5.8.0-7 (closes: #158724).
-- Colin Watson <cjwatson@debian.org> Sat, 31 Aug 2002 01:17:39 +0100
libunix-syslog-perl (0.98-1) unstable; urgency=low
* New upstream release.
* Changed the maintainer's address.
-- Graeme Mathieson <mathie@wossname.org.uk> Mon, 4 Feb 2002 04:55:03 +0000
libunix-syslog-perl (0.97-1) unstable; urgency=low
* New upstream release.
* Added a watch file for uscan.
-- Graeme Mathieson <graeme@mathie.cx> Wed, 12 Dec 2001 07:59:36 +0000
libunix-syslog-perl (0.96-1) unstable; urgency=low
* New upstream release.
-- Graeme Mathieson <graeme@mathie.cx> Thu, 22 Nov 2001 17:54:42 +0000
libunix-syslog-perl (0.95-1) unstable; urgency=low
* Initial Release.
-- Graeme Mathieson <graeme@mathie.cx> Mon, 23 Jul 2001 13:17:11 +0100
|