lp:debian/jessie/aptitude

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:debian/jessie/aptitude
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

38. By Daniel Hartwig

* Includes fix for FTBFS with gcc-4.9.
* New upstream release:
  - Load package tags from APT if debtags database is not available.
    (Closes: #501732)
  - Remove -Werror from default compiler flags. (Closes: #746824)
  - No longer use libept. (Closes: #504153, #677551)
* Translation updates:
  - Italian (Closes: #741875)
  - Portuguese (Closes: #748141)
* debian/control:
  - New Build-Depends on libxapian-dev, replacing libept-dev.
  - Correct typo in description of aptitude-common. (Closes: #746960)
  - Drop apt-xapian-index to Suggests.
* debian/changelog:
  - Remove non-ASCII punctuation. (Closes: #745680)

37. By Manuel A. Fernandez Montecelo <email address hidden>

[ Daniel Hartwig ]
Note that 0.6.9 was an experimental release. Most of the changes it
contained are temporarily reverted, but they will return.

* Remove ancient Conflicts: ia32-apt-get

[ Manuel A. Fernandez Montecelo ]
* New upstream release.
  - New sort policy 'installsizechange' (Closes: #676075)
  - Fix segfault with "aptitude changelog PKG" when PKG is a source
    package with no corresponding binary package (Closes: #723821)
  - Use new URL to fetch changelogs (metadata.ftp-master.d.o)
    (Closes: #708345)
  - Fix incorrect results with some sorting policies (Closes: #720750)
  - Update manual to refer to canonical git repository.
  - Improve and explain some translation messages (Closes: #537858)

36. By Manuel A. Fernandez Montecelo <email address hidden>

[ Manuel A. Fernandez Montecelo ]
* New upstream release
  - New features:
    * Get changelogs also when package origin is from "Debian Backports"
      and not only "Debian", thanks Gerfried Fuchs (Closes: #714619)
    * New sort policy 'debsize' for sorting by package size, thanks
      Marcel Partap
    * Add "Reinstall (shortcut L)" to the package menu (Closes: #633788)
    * Add descriptions for sections introduced in 2011 (education,
      introspection, metapackages) (Closes: #674681)
  - Bug fixes:
    * Do not group packages as tasks based on their name, rather, use
      their section (Closes: #679602)
    * Change AC_ARG_ENABLE(package-state-loc, ...) for
      AC_ARG_WITH(package-state-loc, ...), and the same for "lock-loc", to
      fix inconsistency/bug in the configure file. Thanks Jeremy
      Laine (Closes: #399757)
    * Correct slightly the error message when the invocation of dpkg
      fails to perform an operation (Closes: #348758)
  - Documentation:
    * Improve description and fix typo for the "show" command in man
      page, thanks Regid Ichira (Closes: #692173)
  - Translation updates:
    * Fix inconsistent German translations (Closes: #720186)
    * Fix important error in translation in Spanish manpage, thanks
      Martintxo (Closes: #727815)
    * Fix error in Spanish translation, thanks Manolo Díaz
      (Closes: #716669)

[ Axel Beckert ]
* Fix lintian warning vcs-field-not-canonical
  + Explicitly specify branch for packaging

35. By Manuel A. Fernandez Montecelo <email address hidden>

* New upstream release
  - Fix FTBFS with g++-4.8 by removing unused typedefs (Closes: #701243)
  - Support Boost 1.53 (Closes: #710208)
  - Avoid segfault with some status line formats (Closes: #714186)
  - Update support for automake and similar tools (autogen.sh), now
    version 1.14
  - Translation updates:
    - Russian translation of documentation. Thanks to Lev Lamberov and
      the Russian localization team.
    - German, by Benjamin Weis and Holger Wansing (Closes: #729329)
    - Japanese (Closes: #728115)
    - Russian by Yuri Kozlov (Closes: #725280)
    - Asturian by Inigo Varela (Closes: #698512)
    - Danish by Morten Bo Johansen (Closes: #700885)
    - French by David Prévot (Closes: #693323)

* Acknowledge NMUs (patches had been cherry picked from VCS)
* Bump Standards-Version to 3.9.5
  - Drop obsolete field in debian/control: DM-Upload-Allowed
* Add myself as uploader

34. By Andreas Barth <email address hidden>

* cherrypick from git:
  + fix FTBFS with Boost 1.53. Closes: #710208
  + support again Boost < 1.53

33. By Andreas Barth <email address hidden>

* cherrypick from git:
  + 794b91 fix FTBFS with g++-4.8
  + c142a7 task_list is not extern
* re-upload to unstable to have again a working package on mips*.
  Closes: #708812, #714186

32. By Daniel Hartwig

* [all]: Support for matching architectures using specification
         strings and wildcards (for example, "linux-any"). See
         Debian Policy section 11.1 "Architecture specification
         strings" for more details.
* [cmdline]: Fix typo which prevented installing tasks using the
             apt-get compatible syntax ("aptitude install
             gnome-desktop^").
* [cmdline]: Do not assume that APT::Default-Release always provides
             the candidate version of a package, instead use the
             policy defined by apt_preferences(5).
             (Closes: #587775, #631464, #686316)
* [all]: Download changelogs from APT::Changelogs::Server instead
         of a fixed location, and replace very ancient and disused
         option for Aptitude::Changelog-URL-Template.
         (Closes: #687239)
* Documentation:
  - Update for default value of APT::AutoRemove::SuggestsImportant
    which is "true" since apt 0.8.15.3. (Closes: #685310)
  - Correctly reference APT::AutoRemove::RecommendsImportant and
    SuggestsImportant which do not contain any hyphens.
    (Closes: #579071)
* Translation updates:
  - Czech (Closes: #681693)
  - French (Closes: #680040, #685084)
  - Polish (Closes: #678153)
  - Russian (Closes: #686016)
  - Spanish (Closes: #686752)
* debian/control: Bump Build-Depends on libapt-pkg-dev to (>= 0.9.7) for
  architecture specification string support.

31. By Daniel Hartwig

Use xz compression for all binaries. (Closes: #687294)

30. By Daniel Hartwig

* Multi-arch update for the problem resolver:
  - handle conflicts without removing all foreign-arch
    packages (Closes: #672340) (LP: #831768)
  - correctly recognise dependencies solved by Multi-Arch:
    foreign packages (LP: #968412)
* [curses]: Use dpkg package names when calling dpkg
            (Closes: #680333)
* Add (temporary) helpers for interacting with dpkg.

29. By Daniel Hartwig

* Fix build with g++ 4.7
  Thanks Adrian Lang for the patch (Closes: #672335)
* New binary packages:
  - aptitude-doc-it: Italian documentation (Closes: #674664)
  - aptitude-common: data files and translations
* debian/rules:
  - use dh (debhelper command sequencer)
* Require libapt-pkg 0.9.3 to avoid "Method http has died
  unexpectedly" (Closes: #669322)
* Removed preinst script, the one transition it handled is
  over ten years old.
* New upstream release.
  - Update to tasks support: task packages, multi-arch, syntax

    Task packages (introduced with tasksel 3.0) are
    meta-packages which define the dependencies of tasks. The
    packages themselves have always worked but the 'tasks'
    grouping policy and '?task' search term did not support
    them. This update corrects for this.

    As a result of this change to tasksel all Debian tasks now
    function exactly like meta-packages. (Closes: #382631)

    The syntax for installing tasks from the command line has
    been updated. It now supports specifying an arch and
    requires the same syntax as apt-utils ('^' must be the last
    part of the name). Examples:

      # aptitude install gnome-desktop^
      # aptitude install ssh-server^:armel

    This avoids ambiguity that may arise when a task and
    package have the same name.
  - Changelog downloading is restored
    (Closes: #669569, LP: #824708)
  - Exit with non-zero status when a package run is
    aborted. (Closes: #293008)
  - Restore candidate version on undo, keep
    (Closes: #529403)
  - Adjust default widths of localized columns:
    broken_count, downloadsize (Closes: #674045)
  - Update package views after 'Cancel pending actions'
    (Closes: #595753)
  - Fix minor errors in documentation. Thanks to Beatrice Torracca
    (Closes: #674675)
  - Fix groff warning in manpage (Closes: #675085)
  - Translation updates:
    + French (Closes: #673827, LP: #642840)
    + German (Closes: #672467, #668875)
    + Simplified Chinese

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:debian/aptitude
This branch contains Public information 
Everyone can see this information.

Subscribers