aptitude 0.7.3-1ubuntu1 source package in Ubuntu
Changelog
aptitude (0.7.3-1ubuntu1) wily; urgency=medium * Merge with Debian; remaining changes: - Drop aptitude-doc to Suggests. - 03_branding: Ubuntu branding. - 04_changelog: Take changelogs from changelogs.ubuntu.com. - 14_html2text_preferred: Switch back to html2text in favor of elinks, since html2text is in main and elinks isn't. Convert all files to utf-8 encoding as it is better then ascii for iso-8859-1 (English docs). aptitude (0.7.3-1) unstable; urgency=low * New upstream release. Please see /usr/share/aptitude/NEWS for a change log with more details. - Bug fixes: * [cmdline] Correctly calculate the indentation for multi-byte encoded strings in command line "show" (Closes: #360202) * [curses] Show intended action when downgrading (Closes: #516517) * Update internal state for upgrades/downgrades with target version after the action is performed (Closes: #787658, #714429) * [curses] Don't precede Tags field by newline in package info screen (Closes: #799933) * Correctly detect state of vers/pkg when is ConfigFiles (Closes: #698768) * [cmdline] Show "RECOMMENDED but will not be installed" on pipes and redirections (Closes: #647474) * [curses] Improve the integration of Forbid upgrades (Closes: #439258) * Remove unneeded automatically installed packages in the same action (Closes: #478116, #564545, #637257, #368037, #486454, #738517, #789803, #779999, #756507, #759764, #766702, #655483,#740009) * Honour ::Purge-Unused when removing packages (Closes: #724034) * Be more informative when virtual packages are involved in broken deps (Closes: #316633, #798898, #799918) * Fix description of config option ::AutoClean-After-Update (Closes: #756937) - User visible changes: * Make boundaries of sessions in the log file more clear (Closes: #269275) * [curses] Avoid marking as auto/non-auto if already set (Closes: #265013) * [curses] Print message when starting to perform actions (Closes: #323371) * Use uppercase APT:: for apt config vars, for consistency (Closes: #519425) * [cmdline] Print versions of Provides, if they exist (Closes: #767393) - Internal changes: * temp.cc: simplify code and messages and reduce the use of boost libs * configure.ac: Remove checks for boost/scoped_array.hpp and boost/random.hpp, not used anymore * Adding missing trigger states in some functions * Disable checks in configure.ac and preprocessor in code for APT_HAS_TRIGGERS, APT_HAS_HOMEPAGE and HAVE_DDTP (apt supports them since 2007-2008). * Add functions to check if packages are installed, automatically installed, if they are virtual, and others. They can be used later to make other code more consistent, clear and clean. * Remove sigc++ include from apt_config_widgets.h (fails to build with newer version 2.6 recently uploaded to unstable) - Documentation: * Guide/User's Manual: * Document Brown colour for downgraded packages in UI (feature implemented in the last version) - Translation updates: * Russian by Lev Lamberov (Closes: #769425) * Dutch by Frans Spiesschaert (Closes: #800516) * d/rules: Upgrade C++ required to C++14, only minor changes/fixes from C++11 * debian/patches: - Add fix-tmpdir.patch to fix a minor problem with temp directories aptitude (0.7.2-1) unstable; urgency=medium * New upstream release. Please see /usr/share/aptitude/NEWS for a change log with more details. - New features: * 'Escape' key cancels input dialogs (search, limit, etc.) (Closes: #493322) * Extend "firstchar" grouping policy to optionally use source package names. * [curses] Add 'New Source Package View' to Views menu (thanks Thadeu Lima de Souza Cascardo, really closes: #497206), with some updates and minor modifications, like more complex grouping. * [curses] Use Yellow/Brown colour to highlight downgrades (Closes: #584510) * Log file now contains version information for most actions (Closes: #222585) * Save selection state of packages to dpkg database (Closes: #137771) * Consider packages "unknown" to dpkg as not to install. (Closes: #328616) The behaviour of scheduled aptitude actions will be preserved. - Bug fixes: * Disable strings gathered for translation (Closes: #790568) * Change to try to make updated status stats more clear (Closes: #458351) * [cmdline] Correctly print when a package should be purged (Closes: #798286) * [curses] With the option of mini-buffer prompts enabled, cancellation of the "Quit confirmation" with 'Escape' or 'Ctrl-g' does not cause the dialog/prompt to stop working (Closes: #607118) * [cmdline] Warn when package cannot be marked/unmarked auto (Closes: #498240) * Install signal handlers and do clean-up when terminating abruptly (Closes: #558352) * [curses] Set better ordering for groups of Preview Actions (Closes: #434352) - User visible changes: * Change error string of source_policy_parser to be the same as the rest. * [curses] Improve titles and descriptions of views. - Internal changes: * Improve retrieval of source package information with (upcoming) APT 1.1. Thanks to David Kalnischkies for the suggestion and implementation advice. * New helper dpkg_selections.{h,cc}, to help to manage saving selections to the dpkg database (--set-selections) - Documentation: * Guide/User's Manual: Remove grouping policy "hier" from doc/??/aptitude.xml (the categorial/hierarchical browser features were removed in version 0.7) - Translation updates: * Russian by Lev Lamberov (Closes: #798485, #769428) * Add lintian override for spelling-error-in-binary "ressize", seems to be from "resource size" or such. Cannot be found in the source code. * Fix spelling errors in the two previous changelog entries as reported by Lintian. * Add lintian override for symlink to /usr/share/common-license/… * Remove explicit build-dependency on g++ >= 4:5.2, no more needed. * Detabify previous changelog entry. * Remove no more active team members from Uploaders as suggested by the MIA team. Every team member is welcome to re-add himself to Uploaders once he's active again. Thanks for all your work, Daniel and Daniel! aptitude (0.7.1-1) unstable; urgency=medium * New upstream release. - Bug fixes: * Fix for wrong reported size of deleted files with 'autoclean' on 32-bit arches (Closes: #499872) * Be explicit when packages are already installed, cannot be removed/purged because they are not installed, and similar (Closes: #421469). * Check string formats for columns in both curses and command line interface, and forbid characters which can lead to cwidget assertions and program crashes. (Closes: #497129, #532662). - Documentation: * Quick help (help.txt): * Document 'l' (Limit Display) in quick help (Closes: #514541) * Improve description of '_' (Purge) (Closes: #495326) * Improve the description of the search shortcut, and point more clearly to search patterns in the full documentation * man page: * Fix example of '-F' with current and candidate versions (Closes: #752517) * Guide/User's Manual: * Upgrade doc/??/aptitude.xml documents from DocBook XML 4.2 to 4.5 * Use XHTML 1.0 rather than HTML 4.01, at least to have something from this decade/century. The resulting documentation still does not fully validate (see #496724), I think that due to bugs/problems of docbook-xsl conversions using invalid elements in the different standards (tried HTML 4.0, 4.01, XHTML 1.0 and 1.1). * Generate 'alt' tag for images in HTML documentation (see #496724) * In "Customizing the package list", fix order of variables ::UI::Package-Status-Format and ::UI::Package-Header-Format and their explanations - User visible changes: * Slightly change description of shortcut 'g' in title bar (Closes: #247487) - Internal changes: * search_graph.h, fix problem with code which was working for many years (with boost 1.55 and many versions before), but now the straightforward option to convert boost::optional to bool does not work with gcc-5.2 and boost-1.58, so use .is_initialized() instead. * solution_item.cc, copy string of package name coming from libapt because it does not guarantee that the string is valid for all of the time span that we need it, to not show garbage that it happens sometimes (Closes: #795150, #795028) * match.cc, pkg_info_screen.cc, reason_fragment.cc: remove and modify code relying on pkg.Section() (from apt PkgIterator), it is deprecated code and it will get removed soon according to the apt team (Versions have Sections, Package in abstract doesn't have unique Sections) * aptitude_resolver.cc: use std::unique_ptr instead of deprecated SPtrArray * Add compatibility for APT 1.1: * Create DepIterator values from Dependency pointers on-the-fly, where required * Adjust AcqQueuedFile() for changed signatures of overriden methods * Improving C++11 compatibility mode: * Convert std::auto_ptr (deprecated in C++11) to unique_ptr * Convert boost::scoped_ptr (deprecated in C++11) to std::unique_ptr * Convert instances of boost::shared_ptr, make_shared, and weak_ptr to be explicitly prefixed by boost::, otherwise they clash or have problems compiling with the new C++11 std::shared_ptr and analogues (many were not converted in the previous version). * Remove unused function serialize_pattern_list() * Remove unused function wcsempty() * Improvements of the autoconf/automake infrastructure. * No more generate a dummy ChangeLog file just to please automake. * Clean up some more leftover files in "make maintainer-clean" * Use 'cp -u' when copying gtest and gmock, so they don't need to be recompiled every time - Translation updates: * Swedish by Josef Andersson (Closes: #792911) * Fix typos/syntax oddities and translation issues, thanks Jens Seidel (Closes: #381702) * Disable patches, now in the upstream release: - 05-cherry-pick-3593bdcb.patch - 10-cherry-pick-2a5a8b25.patch - 15-cherry-pick-4b24b358.patch -- Rico Tzschichholz <email address hidden> Mon, 12 Oct 2015 15:32:41 +0200
Upload details
- Uploaded by:
- Rico Tzschichholz
- Sponsored by:
- Matthias Klose
- Uploaded to:
- Wily
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- admin
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
aptitude_0.7.3.orig.tar.xz | 4.5 MiB | 3df008d0173699d9776e0914b19e6f9208f46ec43067f402f74eb0e627f57e50 |
aptitude_0.7.3-1ubuntu1.debian.tar.xz | 54.0 KiB | 3aaa15e800e23101f4596cc7618288d248e0deee25f604ec5745950e597f8244 |
aptitude_0.7.3-1ubuntu1.dsc | 3.0 KiB | ed9e633b8afe1b3d2db3911e84d215e3911157cf54df383cb39296b36bb5f3dc |
Available diffs
Binary packages built by this source
- aptitude: terminal-based package manager
aptitude is a package manager with a number of useful features,
including: a mutt-like syntax for matching packages in a flexible
manner, dselect-like persistence of user actions, the ability to
retrieve and display the Debian changelog of most packages, and a
command-line mode similar to that of apt-get.
.
aptitude is also Y2K-compliant, non-fattening, naturally cleansing,
and housebroken.
- aptitude-common: architecture independent files for the aptitude package manager
aptitude is a package manager with a number of useful features,
including: a mutt-like syntax for matching packages in a flexible
manner, dselect-like persistence of user actions, the ability to
retrieve and display the Debian changelog of most packages, and a
command-line mode similar to that of apt-get.
.
This package contains the data files and translations used by
aptitude.
- aptitude-dbg: No summary available for aptitude-dbg in ubuntu wily.
No description available for aptitude-dbg in ubuntu wily.
- aptitude-dbgsym: No summary available for aptitude-dbgsym in ubuntu wily.
No description available for aptitude-dbgsym in ubuntu wily.
- aptitude-doc-cs: No summary available for aptitude-doc-cs in ubuntu wily.
No description available for aptitude-doc-cs in ubuntu wily.
- aptitude-doc-en: No summary available for aptitude-doc-en in ubuntu wily.
No description available for aptitude-doc-en in ubuntu wily.
- aptitude-doc-es: No summary available for aptitude-doc-es in ubuntu wily.
No description available for aptitude-doc-es in ubuntu wily.
- aptitude-doc-fi: Finnish manual for aptitude, a terminal-based package manager
aptitude is a package manager with a number of useful features,
including: a mutt-like syntax for matching packages in a flexible
manner, dselect-like persistence of user actions, the ability to
retrieve and display the Debian changelog of most packages, and a
command-line mode similar to that of apt-get.
.
This package contains the Finnish version of the aptitude user's
manual in HTML format.
- aptitude-doc-fr: No summary available for aptitude-doc-fr in ubuntu wily.
No description available for aptitude-doc-fr in ubuntu wily.
- aptitude-doc-it: No summary available for aptitude-doc-it in ubuntu wily.
No description available for aptitude-doc-it in ubuntu wily.
- aptitude-doc-ja: No summary available for aptitude-doc-ja in ubuntu wily.
No description available for aptitude-doc-ja in ubuntu wily.
- aptitude-doc-ru: No summary available for aptitude-doc-ru in ubuntu wily.
No description available for aptitude-doc-ru in ubuntu wily.