apt-listchanges 2.70ubuntu1 source package in Ubuntu

Changelog

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 Fernández-Sanguino Peña (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.

 -- Michael Vogt <email address hidden>   Thu, 23 Nov 2006 10:29:22 +0100

Upload details

Uploaded by:
Michael Vogt
Uploaded to:
Feisty
Original maintainer:
Pierre Habouzit
Architectures:
all
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Feisty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
apt-listchanges_2.70ubuntu1.tar.gz 83.8 KiB c137c2c8d221d778664d14de511fff727f36cc0e4f1c8d87850113b5eb50dc32
apt-listchanges_2.70ubuntu1.dsc 680 bytes 7963ed9dd4451bc95d56ccb17294fbdc6b17ed86401f3a3c576148eafbbef2b0

View changes file

Binary packages built by this source

apt-listchanges: No summary available for apt-listchanges in ubuntu feisty.

No description available for apt-listchanges in ubuntu feisty.