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
|
madison-lite (0.26) unstable; urgency=medium
* Use debhelper-compat instead of debian/compat.
* Mark madison-lite as Multi-Arch: foreign.
* Policy version 4.4.1: no changes required.
-- Colin Watson <cjwatson@debian.org> Sun, 12 Jan 2020 18:41:44 +0000
madison-lite (0.25) unstable; urgency=medium
* examples: Update Ubuntu suites and architectures.
* make-local-mirror:
- Remove long-obsolete non-US mentions.
- Update Debian architectures.
- Stop using ftp:// URLs.
- Fetch .bz2 or .xz as appropriate, not .gz.
- Fix security source mirroring.
- testing-security is spelled thus on mirrors as of bullseye, not
testing/updates (closes: #931518).
-- Colin Watson <cjwatson@debian.org> Sun, 07 Jul 2019 12:59:06 +0100
madison-lite (0.24) unstable; urgency=medium
[ Colin Watson ]
* Use ${perl:Depends} rather than explicitly depending on perl; the
previously-declared minimum version (5.10) is old enough that we no
longer need to worry about it.
* Set Rules-Requires-Root: no.
[ Ondřej Nový ]
* d/copyright: Use https protocol in Format field
-- Colin Watson <cjwatson@debian.org> Sun, 10 Feb 2019 19:28:39 +0000
madison-lite (0.23) unstable; urgency=medium
* Move VCS to salsa.debian.org.
-- Colin Watson <cjwatson@debian.org> Sun, 15 Apr 2018 21:04:16 +0100
madison-lite (0.22) unstable; urgency=medium
* Add xz support (thanks, Ivan Udovichenko; closes: #835527).
-- Colin Watson <cjwatson@debian.org> Fri, 26 Aug 2016 17:25:08 +0100
madison-lite (0.21) unstable; urgency=medium
* Update Vcs-Browser URL for alioth cgit.
* Policy version 3.9.6: no changes required.
* Remove duplicated licence paragraph from debian/copyright.
* Upgrade to debhelper v9.
* Use the defined-or operator where appropriate.
* Use HTTPS for Vcs-* URLs.
-- Colin Watson <cjwatson@debian.org> Wed, 27 Jan 2016 13:01:59 +0000
madison-lite (0.20) unstable; urgency=medium
* Use scalar variables for filehandles throughout rather than typeglobs.
* Ensure that cache files have the same timestamp as their source file,
and check for this rather than checking whether the cache file is at
least as new. This fixes a race where stale caches could be left
unnoticed if the mirror was updated while the cache was being built.
-- Colin Watson <cjwatson@debian.org> Tue, 24 Jun 2014 04:04:45 +0100
madison-lite (0.19) unstable; urgency=low
* Switch to git; adjust Vcs-* fields.
* Convert debian/copyright to copyright-format 1.0.
* Policy version 3.9.5.
-- Colin Watson <cjwatson@debian.org> Tue, 07 Jan 2014 17:40:14 +0000
madison-lite (0.18) unstable; urgency=low
* Calculate optimal column sizes in the same way as Debian's madison.cgi,
and otherwise tweak output formatting to match (LP: #315833).
-- Colin Watson <cjwatson@debian.org> Tue, 26 Nov 2013 10:20:59 +0000
madison-lite (0.17) unstable; urgency=low
* make-local-mirror: Use 'set -e' rather than '#! /bin/sh -e', to avoid
accidents when debugging with 'sh -x'.
* Ensure that the cache directory exists before creating the lock.
* Print lock file name in the error message emitted if we fail to open it.
-- Colin Watson <cjwatson@debian.org> Tue, 24 Sep 2013 09:50:47 +0100
madison-lite (0.16) unstable; urgency=low
[ Colin Watson ]
* Update Vcs-Bzr field for Alioth changes.
* Add Vcs-Browser field.
[ Stefano Rivera ]
* Avoid multiple madison-lites updating the same cache file at the same
time, by having a cache-wide lock file.
-- Colin Watson <cjwatson@debian.org> Wed, 28 Nov 2012 12:05:14 +0000
madison-lite (0.15) unstable; urgency=low
* Convert to source format 3.0 (native).
* Use the 'say' feature from Perl 5.10.
* Use the 'state' feature to simplify caching_disabled.
* Convert from 'perl -w' to 'use warnings'.
* Make regex searches actually produce some output (closes: #576941).
* Policy version 3.9.1: no changes required.
-- Colin Watson <cjwatson@debian.org> Fri, 05 Nov 2010 16:02:25 +0000
madison-lite (0.14) unstable; urgency=low
* Moved to bzr.debian.org; add Vcs-Bzr control field.
* Convert to debhelper 7.
-- Colin Watson <cjwatson@debian.org> Sun, 26 Jul 2009 11:25:14 +0100
madison-lite (0.13) unstable; urgency=low
* Update version comparison code from Dpkg::Version in dpkg-dev 1.14.20;
adds ~ (low-sorting character) support.
* Policy version 3.8.0: no changes required.
* Relicense to GPLv2+. I'm using a decent chunk of Dpkg::Version, which is
also GPLv2+, and dealing with a mixed-licence file is just too annoying.
I don't know of anyone this will adversely affect; if it does, e-mail me
and I'll be willing to discuss the matter. (The examples are still
2-clause BSD.)
* Convert to machine-readable copyright format, wiki revision 179.
-- Colin Watson <cjwatson@debian.org> Fri, 04 Jul 2008 22:33:48 +0100
madison-lite (0.12) unstable; urgency=low
* Update copyright years and manual page revision date.
* Only try to create the cache directory once, to save on stat calls.
* Create a cache directory tag, per http://www.brynosaurus.com/cachedir/
("Cache Directory Tagging Standard").
* Policy version 3.7.3: no changes required.
* Update example Ubuntu configuration for current release names.
-- Colin Watson <cjwatson@debian.org> Thu, 28 Feb 2008 10:44:08 +0000
madison-lite (0.11) unstable; urgency=low
* Fix --nocache mode handling of binary packages whose source packages
aren't also in the list of packages to search for.
* Note that madison proper has been renamed to 'dak ls'. Refer to dak
rather than da-katie.
-- Colin Watson <cjwatson@debian.org> Wed, 01 Aug 2007 16:02:12 +0100
madison-lite (0.10) unstable; urgency=low
* Put debhelper in Build-Depends rather than in Build-Depends-Indep.
-- Colin Watson <cjwatson@debian.org> Wed, 28 Jun 2006 18:38:31 +0100
madison-lite (0.9) unstable; urgency=low
* Remove special handling for experimental in make-local-mirror (thanks,
Adam D. Barratt; closes: #354223).
* Add amd64 support to make-local-mirror for testing, unstable, and
experimental (thanks, Adam D. Barratt; closes: #354224).
* Add hurd-i386 support to make-local-mirror for unstable and experimental
(thanks, Adam D. Barratt; closes: #354225).
* Add an example configuration for ubuntu.com hosts.
* Add support for Ubuntu and Ubuntu ports archives to make-local-mirror,
which can be enabled by including 'ubuntu ubuntu-ports' in the ARCHIVES
environment variable; add an example configuration that works with
make-local-mirror's default output (thanks, Reinhard Tartler;
closes: #354104).
* Remove proposed-updates, testing, testing-proposed-updates, unstable,
and experimental from default non-US components in make-local-mirror;
none of them exist any more.
* Fix --config-file option.
* If a Packages file can't be found, continue with a warning rather than
dying.
-- Colin Watson <cjwatson@debian.org> Fri, 31 Mar 2006 10:46:18 +0100
madison-lite (0.8) unstable; urgency=low
* Display the component if it's not "main".
-- Colin Watson <cjwatson@debian.org> Tue, 7 Feb 2006 20:01:20 +0000
madison-lite (0.7) unstable; urgency=low
* Fix missing binary packages in --source-and-binary output
(closes: #344803).
* Adjust sorting again in --source-and-binary mode to sort by binary
package name within the listing for each source package.
-- Colin Watson <cjwatson@debian.org> Tue, 7 Feb 2006 19:42:45 +0000
madison-lite (0.6) unstable; urgency=low
* Sort output by packages in the order specified on the command-line (to
match madison) rather than interleaving results for different packages.
-- Colin Watson <cjwatson@debian.org> Fri, 9 Dec 2005 11:34:27 +0000
madison-lite (0.5) unstable; urgency=low
* If a suite/component/architecture is missing from the mirror, just warn
rather than dying.
-- Colin Watson <cjwatson@debian.org> Thu, 27 Oct 2005 13:26:32 +0100
madison-lite (0.4) unstable; urgency=low
* Update publication years in copyright notices.
* Fix regex searches to match those of madison, which are only anchored at
the start of the package name, not the end.
* Upgrade to debhelper v4.
* Policy version 3.6.2. No changes required.
-- Colin Watson <cjwatson@debian.org> Mon, 8 Aug 2005 01:12:32 +0100
madison-lite (0.3) unstable; urgency=low
* make-local-mirror fetches proposed-updates and testing-proposed-updates
too.
* Sort versions (pure-Perl version comparison code from
Debbugs::Versions::Dpkg) and architectures (source always comes first)
the same way madison does (closes: #230169).
-- Colin Watson <cjwatson@debian.org> Thu, 10 Feb 2005 00:04:15 +0000
madison-lite (0.2) unstable; urgency=low
* Add example configuration for debian.org hosts with complete local
mirrors.
* Make --help output more like madison's and more readable.
* When guessing available suites in the absence of 'suite' configuration
directives, ignore symlinks to other suites in the same directory (e.g.
unstable -> sid).
* Mention packages.debian.org in the package description.
* Add an example script to build a local index-only mirror.
-- Colin Watson <cjwatson@debian.org> Sat, 24 Jan 2004 17:16:40 +0000
madison-lite (0.1) unstable; urgency=low
* Initial release.
-- Colin Watson <cjwatson@debian.org> Sat, 24 Jan 2004 14:50:03 +0000
|