Accepted apt-listchanges 2.70ubuntu1 (source)

Michael Vogt michael.vogt at ubuntu.com
Thu Nov 23 09:55:09 GMT 2006


Accepted:
 OK: apt-listchanges_2.70ubuntu1.dsc
     -> Component: main Section: utils
 OK: apt-listchanges_2.70ubuntu1.tar.gz

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 23 Nov 2006 10:29:22 +0100
Source: apt-listchanges
Binary: apt-listchanges
Architecture: source
Version: 2.70ubuntu1
Distribution: feisty
Urgency: low
Maintainer: Pierre Habouzit <madcoder at debian.org>
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Description: 
 apt-listchanges - Display change history from .deb archives
Closes: 133306 199318 211714 215045 237334 238203 251084 257734 259171 260295 260534 262603 262682 280323 280892 283357 285440 292739 293594 293594 294420 294948 297242 301604 302548 308744 309262 309470 311919 313665 315174 316531 318496 318498 318499 318581 319603 327508 327590 330195 331748 332443 338717 341845 346053 355399 362896 367624 375300 375748 375953 375956 380759 380759 382537 382600 383980 384165 384413 384574 384805 386807 386808 387223 388861 390784 390979 390997 391016 391114 391628
Changes: 
 apt-listchanges (2.70ubuntu1) feisty; urgency=low
 .
   * Merge from debian unstable. Remaining changes:
     - gtk frontend
 .
 apt-listchanges (2.70) unstable; urgency=low
 .
   [ Damien Laniel ]
   * Fixed the postrm script to remove /etc/apt/listchanges.conf on purge
     and rewrote the test for ucf existence (was using "which" which isn't
     essential)
   * Fixed the postinst script not to use ucf if /etc/apt/listchanges.conf
     doesn't exist, ie was purged
 .
   [ Pierre Habouzit ]
   * Use Damien's patch that also should fix the `code 10 ` postinst problem.
     (Closes: 391628, 390997)
 .
 apt-listchanges (2.69) unstable; urgency=low
 .
   * Final upload targetting etch, the l10n upload:
     + fr.po thanks to Christian Perrier (Closes: 390979),
     + es.po thanks to Javier Fernandez-Sanguino Pena (Closes: 391114).
 .
 apt-listchanges (2.68) unstable; urgency=low
 .
   * Fix the mail instantiation, thanks to Daniel Lublin (Closes: 391016).
 .
 apt-listchanges (2.67) unstable; urgency=low
 .
   * Fix confirm behaviour, broken in 2.65 upload (Closes: 390784).
 .
 apt-listchanges (2.66) unstable; urgency=low
 .
   * Remove cruft in postinst for versions older than sarge ones.
   * Remove /var/lib/apt/listchanges.db at purge (Closes: 319603).
   * Use 8bit encoding for the mails, so that they are greppable again
     (Closes: 211714)
   * If we are hit by a signal, abort with exit 10, making the upgrade fail.
     (Closes: 338717, 301604)
 .
 apt-listchanges (2.65) unstable; urgency=low
 .
   * Change confirm semantics: negative value means confirmation cannot be run.
     Assume we don't want to save our state in that case, and proceed as usual
     (Closes: 311919, 355399).
 .
   * Use more clever regexps (even sub regexps!) to recognize Closes: 316531
     correctly (the recursion is a courtesy of Christoph Berg).
 .
 apt-listchanges (2.64) unstable; urgency=low
 .
   * Be less strict on rfc822-like parse, accept continuation lines starting
     with \t (Closes: 388861).
 .
   * Italian translations thanks to Luca Monducci (Closes: 384805):
     + man page,
     + debconf template,
     + program translations.
 .
   * French translations thanks to Christian Perrier
     (Closes: 386808, 386807, 387223).
 .
 apt-listchanges (2.63) unstable; urgency=low
 .
   * When run in locale 'C', the code fails because getlocale()[1] is None.
     default to 'ascii' in that case, that is the sole sane choice, user has to
     set his locale if that does not suits him. (Closes: #384413, #384574).
 .
 apt-listchanges (2.62) unstable; urgency=low
 .
   * templates translations:
     + update gl.po thanks to Jacobo Tarrio.
     + update ca.po thanks to Jordi Mallach (Closes: #383980).
     + update pt.po thanks to Rui Pedro.
     + update nl.po thanks to Bart Cornelis.
     + update fr.po thanks to Denis Barbier.
 .
   * More python simplifications.
 .
   * Fix bug in html generation (generated html was obviously invalid).
 .
   * Only Recommend a MTA as it's not needed using pager. (Closes: #384165)
 .
 apt-listchanges (2.62~experimental1) experimental; urgency=low
 .
   * Experimental upload as there is quite many changes, and that I'm waiting
     for more translations to come in.
 .
   * debian/templates, use Christian Perrier's patch to make templates more
     compliant to usual practices (Closes: #346053).
     + update sv.po thanks to Daniel Nylander.
     + add    pt.po thanks to Rui Pedro.
     + update fi.po thanks to Tommi Vainikainen.
     + update da.po thanks to Claus Hindsgaul (Closes: #382537).
     + update ja.po thanks to Kenshi Muto (Closes: #382600).
     + update vi.po thanks to Clytie Siddall.
     + update de.po thanks to Helge Kreutzmann.
     + update es.po thanks to Ricardo Mones.
     + update zh_TW.po thanks to Asho Yeh.
 .
   * Encoding problems:
     + Switch to python2.4 to use lgettext instead of gettext
       (Closes: #238203, #309470, #318581).
     + Use current locale to display the changelogs, based on a patch from
       Michael Piefel (Closes: #199318, #215045).
     + Specify encoding for the html generation (from the same patch).
     + Deal with badly encoded changelogs (assume latin1).
 .
   * Be sure that seen_new is always defined (Closes: #294420).
 .
   * Ignore when README.Debian/changelog.gz is a directory, just print a
     warning (Closes: #362896).
 .
   * Don't exit because quiet level is '2', use mail instead (Closes: #309262).
 .
   * Various code simplifications (using python2.4-isms).
 .
   * Make apt-listchanges modules private, move things to apt-listchanges
     instead of apt_listchanges directory.
 .
 apt-listchanges (2.61) unstable; urgency=low
 .
   * Packaging:
     + add a dependency on mail-transport-agent (Closes: #280892, #327590).
     + update depends upon debconf (Closes: #331748).
     + move apt-listchanges away if uninstalled, reinstate it in postinst
       (Closes: #237334, #262682)
 .
   * l10n:
     + update de.po, thanks to Jens Seidel (Closes: #313665).
     + Fix error in french manpage PAGER -> BROWSER (Closes: #367624).
 .
   * Features:
     + use /usr/bin/hostname instead of gethostname that uses uname, so that
       different chroots have different names (Closes: #257734).
 .
 apt-listchanges (2.60) unstable; urgency=low
 .
   * Change of maintainer (and upstream):
     + put myself as maintainer.
     + put Matt into Uploaders (thanks for all your work on this package !).
     + ack NMUs (Closes: #251084, 259171, 260295, 260534, 262603, 280323,
       283357, 285440, 292739, 293594, 293594, 294948, 375300, 375953, 375956,
       380759)
     + update debian/copyright accordingly.
   * Python policy last touch:
     + do not use dh_python anymore.
     + .pyc are handled correctly (Closes: #133306).
   * Bump DH_COMPAT to 5.
   * Ensure ucf is here before purging in postrm (Closes: #315174).
   * apt-listchanges new translations:
     + Traditional Chinese thanks to Kanru Chen (Closes: #297242).
     + Czech thanks to Miroslav Kure (Closes: #327508).
   * apt-listchanges templates po:
     + Portuguese templates thanks to Miguel Figueiredo (Closes: #330195).
     + Swedish update thanks to Daniel Nylander (Closes: #332443, 375748).
     + Japanese update thanks to Junichi Uekawa (Closes: #318499).
     + Vietnamese thanks to Clytie Siddall (Closes: #308744).
   * BTS Patches:
     + Make more strings translateable thanks to Junichi too (Closes: #318496).
     + Fix pot file generation (Closes: #318498, 302548).
     + Fix frontend=none behaviour thanks to Colin Watson (Closes: #341845).
 .
 apt-listchanges (2.59-0.4) unstable; urgency=low
 .
   * Non-maintainer upload with maintainer permission.
   * Update package to the new Python policy (Closes: #380759).
   * Bumping standards version to 3.7.2.
   * Put all the modules into an apt_listchange semi-public module.
Files: 
 0448bd323250945f01668ff60a4abd93 680 utils optional apt-listchanges_2.70ubuntu1.dsc
 bbc860d850ac0d05a4c110aedd62adc0 85775 utils optional apt-listchanges_2.70ubuntu1.tar.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFZW5/liSD4VZixzQRArx7AKCAm2c4tXQI73BtXIbEqrjjg73eawCcC40V
v4KgDNKz1TG+QuxYxjeYAmk=
=Cp7u
-----END PGP SIGNATURE-----





More information about the feisty-changes mailing list