[ubuntu/natty] aptitude 0.6.3-3.2ubuntu1 (Accepted)

Michael Vogt michael.vogt at ubuntu.com
Thu Nov 18 11:00:29 GMT 2010


aptitude (0.6.3-3.2ubuntu1) natty; urgency=low

  * Merge from debian unstable.  Remaining changes:
    - debian/05aptitude: never autoremove kernels
    - drop aptitude-doc to Suggests
    - 01_intltool_update.dpatch: run intltool-update against the source
      directory, so that irrelevant cosmetic .po file changes don't end up
      tangled in other patches.
    - 03_branding.dpatch: ubuntu branding
    - 04_changelog.dpatch: take changelogs from changelogs.ubuntu.com
    - 09_ubuntu_fortify_source.dpatch: Suppress a number of warnings (turned
      into errors by -Werror) triggered by Ubuntu's default of
      -D_FORTIFY_SOURCE=2.
    - 11_ubuntu_uses_sudo.dpatch: fix status line of 'Become root' menu entry
      to not refer to su.
    - 12_point_manpage_to_doc_package.dpatch: point Finnish manpage to the
      correct place for further info
  - debian/rules: build with --disable-werror
    - 14_html2text_preferred.dpatch: switch back to html2text in favor of
      elinks, since html2text is in main and elinks isn't.
  * dropped:
    - 13_screensize.dpatch: applied upstream
    - 15_ftbfs_new_apt.dpatch: applied upstream

aptitude (0.6.3-3.2) unstable; urgency=low

  * Non-maintainer upload.
  * 0007-preferences-dir.patch: Patch to support /etc/apt/preferences.d/
    directory. (Closes: #557580)
  * debian/rules: Fix clean rule.  Patch by Stéphane Glondu.
    (Closes: #594505)

aptitude (0.6.3-3.1) unstable; urgency=low

  * Non-maintainer upload to fix FTBFS (closes: 594199).
  * Add patch by Michael Vogt to use sigc::mem_fun0 instead of sigc::mem_fun,
    fixing an error with apt 0.8.
  * Comment out our operator<< for pkgCache::DepIterator, libapt-pkg has one
    now and this caused conflicts.  Build-Depend on new libapt-pkg-dev
    accordingly.
  * Don't build with -Werror to avoid more FTBFS.

aptitude (0.6.3-3) unstable; urgency=low

  * Apply patch from Nobuhiro Iwamatsu to fix compilation on sh, which
    has the same problem as s390. (Closes: #586861)

  * Apply patch from Michael Vogt to update Vcs links in debian/control.

  * Cherry-pick an Ubuntu patch that was merged upstream to fix the
    progress code on large terminals. (Closes: #586470)

Date: Thu, 18 Nov 2010 09:46:28 +0100
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/natty/+source/aptitude/0.6.3-3.2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 18 Nov 2010 09:46:28 +0100
Source: aptitude
Binary: aptitude aptitude-gtk aptitude-dbg aptitude-doc-cs aptitude-doc-en aptitude-doc-es aptitude-doc-fi aptitude-doc-fr aptitude-doc-ja
Architecture: source
Version: 0.6.3-3.2ubuntu1
Distribution: natty
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Description: 
 aptitude   - terminal-based package manager (terminal interface only)
 aptitude-dbg - Debug symbols for the aptitude package manager
 aptitude-doc-cs - Czech manual for aptitude, a terminal-based package manager
 aptitude-doc-en - English manual for aptitude, a terminal-based package manager
 aptitude-doc-es - Spanish manual for aptitude, a terminal-based package manager
 aptitude-doc-fi - Finnish manual for aptitude, a terminal-based package manager
 aptitude-doc-fr - French manual for aptitude, a terminal-based package manager
 aptitude-doc-ja - Japanese manual for aptitude, a terminal-based package manager
 aptitude-gtk - terminal-based package manager (GUI and terminal interfaces)
Closes: 557580 586470 586861 594199 594505
Changes: 
 aptitude (0.6.3-3.2ubuntu1) natty; urgency=low
 .
   * Merge from debian unstable.  Remaining changes:
     - debian/05aptitude: never autoremove kernels
     - drop aptitude-doc to Suggests
     - 01_intltool_update.dpatch: run intltool-update against the source
       directory, so that irrelevant cosmetic .po file changes don't end up
       tangled in other patches.
     - 03_branding.dpatch: ubuntu branding
     - 04_changelog.dpatch: take changelogs from changelogs.ubuntu.com
     - 09_ubuntu_fortify_source.dpatch: Suppress a number of warnings (turned
       into errors by -Werror) triggered by Ubuntu's default of
       -D_FORTIFY_SOURCE=2.
     - 11_ubuntu_uses_sudo.dpatch: fix status line of 'Become root' menu entry
       to not refer to su.
     - 12_point_manpage_to_doc_package.dpatch: point Finnish manpage to the
       correct place for further info
   - debian/rules: build with --disable-werror
     - 14_html2text_preferred.dpatch: switch back to html2text in favor of
       elinks, since html2text is in main and elinks isn't.
   * dropped:
     - 13_screensize.dpatch: applied upstream
     - 15_ftbfs_new_apt.dpatch: applied upstream
 .
 aptitude (0.6.3-3.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * 0007-preferences-dir.patch: Patch to support /etc/apt/preferences.d/
     directory. (Closes: #557580)
   * debian/rules: Fix clean rule.  Patch by Stéphane Glondu.
     (Closes: #594505)
 .
 aptitude (0.6.3-3.1) unstable; urgency=low
 .
   * Non-maintainer upload to fix FTBFS (closes: 594199).
   * Add patch by Michael Vogt to use sigc::mem_fun0 instead of sigc::mem_fun,
     fixing an error with apt 0.8.
   * Comment out our operator<< for pkgCache::DepIterator, libapt-pkg has one
     now and this caused conflicts.  Build-Depend on new libapt-pkg-dev
     accordingly.
   * Don't build with -Werror to avoid more FTBFS.
 .
 aptitude (0.6.3-3) unstable; urgency=low
 .
   * Apply patch from Nobuhiro Iwamatsu to fix compilation on sh, which
     has the same problem as s390. (Closes: #586861)
 .
   * Apply patch from Michael Vogt to update Vcs links in debian/control.
 .
   * Cherry-pick an Ubuntu patch that was merged upstream to fix the
     progress code on large terminals. (Closes: #586470)
Checksums-Sha1: 
 5f08127134c3c4da2320655aafe0363cc77ffd0e 1771 aptitude_0.6.3-3.2ubuntu1.dsc
 04f13747d35f12c28ba69d3e234e97f2e7b8cc0d 469923 aptitude_0.6.3-3.2ubuntu1.debian.tar.gz
Checksums-Sha256: 
 5a0e8b3740624bbffdfa890e155d9f500157eea5b0d25ac7b7381f3734a3ca06 1771 aptitude_0.6.3-3.2ubuntu1.dsc
 ec4d0536788d2bb29f38c4427aa0dd3062c3fe0440be76b83ff660e3268e5f24 469923 aptitude_0.6.3-3.2ubuntu1.debian.tar.gz
Files: 
 25b3b8e3c09da77d9d5476ffbee874ef 1771 admin - aptitude_0.6.3-3.2ubuntu1.dsc
 c289f73d321c2910bec0990db21a72f6 469923 admin - aptitude_0.6.3-3.2ubuntu1.debian.tar.gz
Original-Maintainer: Daniel Burrows <dburrows at debian.org>

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

iEYEARECAAYFAkzk7egACgkQliSD4VZixzTOOQCgmoc6eUvLHwiBT0PBUdtzhVnS
C1sAnjIiEQEZhNKuqSASSSPuOVLXKO8W
=YAdc
-----END PGP SIGNATURE-----


More information about the Natty-changes mailing list