Группа :: Система/Настройка/Пакеты
Пакет: aptitude
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: aptitude_0.3.1-3.diff
--- aptitude-0.3.1.orig/debian/postrm
+++ aptitude-0.3.1/debian/postrm
@@ -0,0 +1,39 @@
+#! /bin/sh
+# postrm script for #PACKAGE#
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+# * <postrm> `remove'
+# * <postrm> `purge'
+# * <old-postrm> `upgrade' <new-version>
+# * <new-postrm> `failed-upgrade' <old-version>
+# * <new-postrm> `abort-install'
+# * <new-postrm> `abort-install' <old-version>
+# * <new-postrm> `abort-upgrade' <old-version>
+# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
+# for details, see /usr/doc/packaging-manual/
+
+case "$1" in
+ remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+
+ ;;
+ purge)
+ # Clear out /var/lib/aptitude
+ rm -fr /var/lib/aptitude
+ ;;
+
+ *)
+ echo "postrm called with unknown argument \`$1'" >&2
+ exit 0
+
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+
--- aptitude-0.3.1.orig/debian/dirs
+++ aptitude-0.3.1/debian/dirs
@@ -0,0 +1,2 @@
+usr/share/doc/aptitude
+var/lib
--- aptitude-0.3.1.orig/debian/aptitude.logrotate
+++ aptitude-0.3.1/debian/aptitude.logrotate
@@ -0,0 +1,7 @@
+/var/log/aptitude {
+ rotate 6
+ monthly
+ compress
+ missingok
+ notifempty
+}
--- aptitude-0.3.1.orig/debian/changelog
+++ aptitude-0.3.1/debian/changelog
@@ -0,0 +1,1196 @@
+aptitude (0.3.1-3) experimental; urgency=low
+
+ * Move the doc packages to the doc section, as suggested by ftpmaster.
+
+ -- Daniel Burrows <dburrows@debian.org> Sat, 29 Jan 2005 12:00:35 -0500
+
+aptitude (0.3.1-2) experimental; urgency=low
+
+ * Doh, change the Build-Depends to require libsigc++-2.0-dev. (Closes: #292756)
+
+ -- Daniel Burrows <dburrows@debian.org> Sat, 29 Jan 2005 10:58:47 -0500
+
+aptitude (0.3.1-1) experimental; urgency=low
+
+ * New upstream release
+
+ * Standards-Version bumped to 3.6.1.0.
+
+ -- Daniel Burrows <dburrows@debian.org> Mon, 10 Jan 2005 18:03:47 -0800
+
+aptitude (0.3.0-1) experimental; urgency=low
+
+ * New upstream release
+ - Supports apt 0.6. (Closes: #281541, #238200)
+ - By default, aptitude will only pause after a download if an error
+ has occured. In the UI options dialog, you can also choose to
+ always or never pause. (Closes: #219920)
+ - Translation updates:
+ + Basque (Closes: #275704)
+ + Brazilian Portuguese (Closes: #275220)
+ + Chinese (Traditional) (Closes: #274268)
+ + French (Closes: #274953)
+ + German (Closes: #283546)
+ + Hebrew [NEW] (Closes: #275266)
+ + Lithuanian (Closes: #280049)
+ + Polish (Closes: #265481)
+ + Romanian (Closes: #281531)
+ + Slovak (Closes: #279559)
+ + Turkish (Closes: #280009)
+
+ * A French version of the user's manual is now available in
+ aptitude-doc-fr.
+
+ -- Daniel Burrows <dburrows@debian.org> Wed, 22 Dec 2004 14:36:09 -0800
+
+aptitude (0.2.15.8-1) unstable; urgency=high
+
+ * New upstream release
+ - RMs: this release includes a patch to work around UTF-8 problems
+ in an ugly way. The debian-installer team has requested it for sarge.
+ - Only show packages that really are suggested in "Suggested Packages".
+ (Closes: #270667)
+ - Apply an old patch from the BTS, mostly (the 'l' problem was
+ handled by using 'L' as the keybinding). (Closes: #179533)
+ - Translation updates:
+ + French (Closes: #272824)
+ + Italian (Closes: #265243)
+ + Japanese (Closes: #272454)
+
+ -- Daniel Burrows <dburrows@debian.org> Tue, 28 Sep 2004 14:33:42 -0400
+
+aptitude (0.2.15.7-1) unstable; urgency=high
+
+ * New upstream release.
+ - Documentation fixes (Closes: #269102, #269100)
+ - Translation updates:
+ + Brazilian (Closes: #271411)
+ + Catalan (Closes: #270917)
+ + Finnish (Closes: #263313)
+ + French (Closes: #270713)
+ + Greek (Closes: #265006)
+ + Italian (Closes: #268263)
+ + Japanese (Closes: #264867)
+ + Norwegian (Closes: #269976)
+ + Russian (Closes: #266294)
+ + Spanish (Closes: #269311)
+
+ -- Daniel Burrows <dburrows@debian.org> Fri, 17 Sep 2004 14:30:42 -0400
+
+aptitude (0.2.15.6-1) unstable; urgency=low
+
+ * New upstream release. Give up on getting into testing the usual way.
+ - Un-reverse the display of the size change of individual versions.
+
+ - Install localized manpages in 'make install'.
+
+ - Translation updates:
+ + Czech (Closes: #262524)
+ + Danish (Closes: #262129)
+ + Dutch (Closes: #262000)
+ + Finnish (Closes: #263313)
+ + German (Closes: #262534)
+ + Italian (Closes: #261819)
+ + Portuguese (Closes: #261502)
+
+
+ -- Daniel Burrows <dburrows@debian.org> Fri, 6 Aug 2004 23:45:01 -0400
+
+aptitude (0.2.15.5-2) unstable; urgency=medium
+
+ * This is probably useless due to the gcc-3.4 transition, but
+ try to give the package a snowball's chance of getting into
+ testing.
+
+ -- Daniel Burrows <dburrows@debian.org> Mon, 26 Jul 2004 09:42:53 -0400
+
+aptitude (0.2.15.5-1) unstable; urgency=low
+
+ * New upstream release, closing the following Debian bugs:
+ - aptitude can now log to multiple destinations (specified
+ as a configuration group); Closes: #259714.
+ - A format code to display priorities (as set in apt_preferences)
+ of package versions is now available: %i. May close #240423.
+ - An option (Allow-Null-Upgrade) is available to disable one of
+ the sanity-checks performed before an install run. Closes: #260590.
+ - Internal pagers scroll by the correct amount. Closes: #260713.
+ - The display limit can be reset by entering an empty string.
+ Closes: #260244.
+ - Don't use nonportable pthreads symbols. Closes: #260259.
+ - Translation updates:
+ + Brazilian (Closes: #260953)
+ + Catalan (Closes: #261095)
+ + Czech (Closes: #259966)
+ + Dutch (Closes: #260632)
+ + Italian (Closes: #261017)
+ + Greek (Closes: #261029)
+ + Portuguese (Closes: #261425)
+
+ -- Daniel Burrows <dburrows@debian.org> Sun, 25 Jul 2004 22:56:00 -0400
+
+aptitude (0.2.15.4-1) unstable; urgency=low
+
+ * New upstream release, closing the following Debian bugs:
+ - aptitude now treats Suggests-Important as a synonym for
+ Keep-Suggests, which should smooth out the transition a
+ bit for people who had it turned on. (Closes: #259387)
+ - The 'download' action at the command-line now accepts a
+ version or archive specification. (Closes: #160145)
+ - A menu command and a keyboard command are now available
+ to find the next broken package. (Closes: #162474)
+
+ -- Daniel Burrows <dburrows@debian.org> Thu, 15 Jul 2004 19:21:59 -0400
+
+aptitude (0.2.15.3-1) unstable; urgency=low
+
+ * New upstream release, closing the following Debian bugs:
+ - Fix the behavior of menubar hiding (Closes: #258688).
+ - Suppress harmless self-conflicts when describing problems
+ with a package (Closes: #258533).
+ - The default keys bound to Yes and No are translatable.
+ (Closes: #258409)
+ - Split the manpage into a separate file. (Closes: #259089)
+ - Suppress some mostly useless messages unless the user asks
+ us to be verbose. (Closes: #258913)
+ - Translation updates:
+ + Brazilian (Closes: #258667), Greek (Closes: #258805),
+ Spanish (Closes: #258243)
+ * Split the (large) HTML documentation into separate packages.
+
+ -- Daniel Burrows <dburrows@debian.org> Tue, 13 Jul 2004 02:49:06 -0400
+
+aptitude (0.2.15.2-1) unstable; urgency=low
+
+ * New upstream release, closing the following Debian bugs:
+ - No longer stores unchanged options in the user configuration file.
+ (Closes: #175409)
+ - s/forbid-upgrade/forbid-version/g (Closes: #257901)
+ - Translation updates: Finnish (Closes: #257902); Italian (Closes: #257710)
+
+ -- Daniel Burrows <dburrows@debian.org> Wed, 7 Jul 2004 14:11:46 -0400
+
+aptitude (0.2.15.1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ - Incorporates the fix from -2.
+
+ - Includes the screenshots that were missing in the previous release.
+
+ -- Daniel Burrows <dburrows@debian.org> Sun, 4 Jul 2004 15:14:15 -0400
+
+aptitude (0.2.15-2) unstable; urgency=low
+
+ * Avoid dereferencing apt_cache_file in a codepath that is sometimes
+ invoked while it is NULL. (Closes: #257420)
+
+ -- Daniel Burrows <dburrows@debian.org> Sun, 4 Jul 2004 13:26:47 -0400
+
+aptitude (0.2.15-1) unstable; urgency=low
+
+ * New upstream release, closing the following Debian bugs:
+ - Hopefully this version compiles on ia64. (Closes: #243932)
+
+ - aptitude no longer displays a warning about removing Essential
+ packages if the removal is cancelled. (Closes: #254422)
+
+ - All traces of Suggests-Important were removed from the program.
+ The program now has enough features that there is no longer any
+ good reason to use this option; its main use was to find
+ suggested-but-not-installed packages, and there are better
+ ways of doing that now.
+ (Closes: #245410)
+
+ - The non-hierarchical tree mode is broken and shows no signs of
+ being fixed; until it is fixed, aptitude will not use it.
+ This means the categorical browser actually works again.
+ (Closes: #120978, #144079, #144083, #151437, #242397)
+
+ - ORed dependencies are shown correctly in 'aptitude show'.
+ (Closes: #254740)
+
+ - A --visual-preview command-line option is now available.
+ (Closes: #253335)
+
+ - Translated task descriptions will be displayed. (Closes: #203725)
+
+ - Removed trailing periods from all menu descriptions.
+ (Closes: #244676)
+
+ - Applied a manpage patch from Sebastian Kapfer; unfortunately,
+ the old manpage has been superseded by a (pretty much identical)
+ new manpage generated from DocBook :-/. (Closes: #242304)
+
+ - Fixed the display of ORed dependencies when describing reasons
+ for a package's state. (Closes: #242663)
+
+ - Improved the calculation of reasons for a package's state in the
+ presence of virtual packages. (Closes: #244817)
+
+ - Fixed -R and -r. (Closes: #243289)
+
+ - Translations:
+
+ - Basque updates (Closes: #244858)
+
+ - Brazilian updates (Closes: #242332)
+
+ - Catalan updates (Closes: #248764)
+
+ - Czech updates (Closes: #243728, #256326)
+
+ - Danish updates (Closes: #244539)
+
+ - Dutch updates (Closes: #249405)
+
+ - German updates (Closes: #233917, #255396)
+
+ - Italian updates (Closes: #244679)
+
+ - Japanese updates (Closes: #250023)
+
+ - Lithuanian updates (Closes: #242815)
+
+ - Norwegian Bokmal translation added (Closes: #250500, #252507)
+
+ - Polish updates (Closes: #248365)
+
+ - Portugese updates (Closes: #242309, #242372, #244850, #245699)
+
+ - Russian added (Closes: #250498)
+
+ - Traditional Chinese translation added (Closes: #244359)
+
+ * Added build-depends on xsltproc, docbook-xsl, and html2text for
+ the shiny new DocBook documentation.
+
+ * Quote some more menu strings to make lintian happy.
+
+ -- Daniel Burrows <dburrows@debian.org> Thu, 1 Jul 2004 17:07:14 -0400
+
+aptitude (0.2.14.1-2) unstable; urgency=low
+
+ * Apply patch from SVN to not crash when Auto-Upgrade is "true".
+
+ -- Daniel Burrows <dburrows@debian.org> Sun, 4 Apr 2004 10:48:12 -0400
+
+aptitude (0.2.14.1-1) unstable; urgency=low
+
+ * New upstream release
+ - Added a command-line "reinstall" action. (Closes: #240225)
+ - Added a "%t" formatting escape to display Archive information.
+ (Closes: #113354)
+ - Support the Key attribute of tasks. (Closes: #202781)
+ - Fix fetching ChangeLogs for epoched and non-main packages.
+ (Closes: #237340, #233855)
+ - Patch from Danilo Piazzalunga to update and polish the manpage.
+ + Fixed reference to apt-get(8). (Closes: #198891)
+ + Document the -t command-line option. (Closes: #225053)
+ - Fix the names given to downloads in the View menu. (Closes: #234041)
+ - Wrap apt error messages. (Closes: #233923)
+ - Display Provided packages in the package information screen.
+ (Closes: #121979)
+ - Never leave the user sitting at a blank screen if the last view closes.
+ (Closes: #233783)
+ - Cosmetic cleanup of apt_options.cc. (Closes: #233528)
+ - Translation updates, thanks to Christian Perrier for helping to triage:
+ + Brazilian Portuguese program translation update. Closes: #237866, #199306
+ + Czech translation update. Closes: #240604
+ + Danish program translation update. Closes: #230642, #234805
+ + Finnish program translation update. Closes: #238188
+ + French program translation update. Closes: #237501
+ + German program translation update. Closes: #233917
+ + Italian translation update. Closes: #239915
+ + Japanese program translation update. Closes: #235256
+ + Japanese translation update. Closes: #239242
+ + Lituanian translation update. Closes: #240683
+ + Norwegian Nynorsk translation update. Closes: #241104
+ + Partial Greek program translation added. Closes: #237808
+ + Partial Traditional Chinese program translation update. Closes: #230893
+ + Portuguese program translation. Closes: #239171
+ + Simplified Chinese translation update. Closes: #240739
+ + Spanish program translation update. Closes: #234537
+
+ -- Daniel Burrows <dburrows@debian.org> Sat, 3 Apr 2004 23:40:19 -0500
+
+aptitude (0.2.14-4) unstable; urgency=low
+
+ * Somehow my orig.tar.gz got lost and the last upload was native (ouch!!).
+ Fixing that in this upload.
+
+ -- Daniel Burrows <dburrows@debian.org> Fri, 2 Apr 2004 14:45:36 -0500
+
+aptitude (0.2.14-3) unstable; urgency=low
+
+ * Correct the Build-Dependency on g++ to have an appropriate epcoh.
+
+ -- Daniel Burrows <dburrows@debian.org> Mon, 16 Feb 2004 11:41:21 -0500
+
+aptitude (0.2.14-2) unstable; urgency=low
+
+ * Build-depend on libncurses5-dev | libncurses-dev, not just libncurses-dev.
+
+ -- Daniel Burrows <dburrows@debian.org> Sun, 15 Feb 2004 15:33:40 -0500
+
+aptitude (0.2.14-1) unstable; urgency=low
+
+ * New upstream release
+ - No longer crashes if sources.list and/or apt.conf are missing
+ or unreadable. (Closes: #220732)
+
+ - Many bugs were closed in the experimental versions below; I doubt
+ Katie will autoclose them, so here they are again in the first upload
+ to unstable since 0.2.13.
+ Closes: #159582, #141925, #141720, #222907, #216268, #196477, #230060, #214021, #214116, #224966, #103455, #208401, #149161, #214245, #222583, #143732.
+
+ -- Daniel Burrows <dburrows@debian.org> Sun, 15 Feb 2004 14:14:50 -0500
+
+aptitude (0.2.13.9999.3-1) experimental; urgency=low
+
+ * New upstream release
+ - Translation update from Ruben Porras (Closes: #224966)
+
+ -- Daniel Burrows <dburrows@debian.org> Fri, 13 Feb 2004 13:42:21 -0500
+
+aptitude (0.2.13.9999.2-1) experimental; urgency=low
+
+ * New upstream release
+ - Changelog fetching works again. (Closes: #103455, #208401)
+ - When packages are automatically kept back from being upgraded,
+ aptitude no longer marks them as persistently held.
+ (Closes: #149161)
+ - Invalid search patterns on the command line no longer
+ crash aptitude. (Closes: #214245)
+ - Downgrades are now logged. (Closes: #222583)
+
+ -- Daniel Burrows <dburrows@debian.org> Sun, 8 Feb 2004 20:51:56 -0500
+
+aptitude (0.2.13.9999-1) experimental; urgency=low
+
+ * New upstream release.
+ - The cache-loading code no longer aborts after you add an apt source.
+ (Closes: #143732)
+ - Adjusting hold settings no longer affects the automatic status
+ of a package. (Closes: #159582)
+ - Don't prompt if there's nothing to upgrade, or if we're only doing
+ what the user asked us to do. (Closes: #141925, #141720, #222907)
+ - Actually save options when the user hits "Ok". (Closes: #216268)
+ - Removed the ~e match code; it is superceded by regular expressions.
+ (Closes: #196447)
+ - Added i18n markings to many strings that were missing them.
+ (Closes: #230060)
+ - Fixed the German translation of "limit".
+ (Closes: #214021)
+ - Added a pt_BR translation.
+ (Closes: #214116)
+
+ * Uploaded to experimental to give translators a chance to catch up.
+ (also to let experimental users and aptitude fans find any remaining
+ gotchas)
+
+ -- Daniel Burrows <dburrows@debian.org> Tue, 3 Feb 2004 16:33:14 -0500
+
+aptitude (0.2.13-2) unstable; urgency=low
+
+ * Backport from CVS: don't enable installation of suggested packages
+ the first time the user opens the preferences dialog! (one-line change)
+
+ -- Daniel Burrows <dburrows@debian.org> Thu, 2 Oct 2003 23:10:38 -0400
+
+aptitude (0.2.13-1) unstable; urgency=low
+
+ * New upstream release.
+ - Fixes some longstanding memory-handling-related crashes by not
+ memcpy'ing std::strings. Thanks to Peter Lundkvist and Sami Liedes
+ for finding the cause of this bug.
+ I may have missed some bugs that need to be closed by hand (this
+ one had a lot of symptoms and was reported many times)
+ Closes: #192073
+ - Fixes abnormal exits in very specific circumstances. (after
+ updating the package list while viewing details about a package
+ which vanished from the cache) Thanks to Peter Lundkvist for the
+ diagnosis.
+ Closes: #109420
+ - No longer prints incorrect flags. (Closes: #183462)
+ Thanks to Seneca Cunningham for the diagnosis.
+ - Translation updates to pt_BR by Andre Luis Lopes (Closes: #195755)
+ - Should build with g++-3.3 now. (Closes: #194424, #195514)
+ * Change Build-Depends ito specify libsigc++-1.2-dev, since aptitude has
+ been ported to libsigc++-1.2.
+ * Call configure with --disable-werror, since ncurses is still broken.
+ (see bug #195732)
+ * Hack around changed behavior of configure wrt MKINSTALLDIRS.
+
+ -- Daniel Burrows <dburrows@debian.org> Mon, 9 Jun 2003 15:26:55 -0400
+
+aptitude (0.2.12-3) unstable; urgency=low
+
+ * Modified the logrotate script to not complain if /var/log/aptitude is
+ missing. (Closes: #192555, #193072)
+
+ -- Daniel Burrows <dburrows@debian.org> Mon, 12 May 2003 16:53:16 -0400
+
+aptitude (0.2.12-2) unstable; urgency=low
+
+ * Rebuild against apt 0.5.5. It looks like this apt is
+ binary-compatible with 0.5.4.9, but better safe than sorry I say.
+
+ -- Daniel Burrows <dburrows@debian.org> Wed, 7 May 2003 14:22:46 -0400
+
+aptitude (0.2.12-1) unstable; urgency=low
+
+ * New upstream release. Debian bugs closed in this release:
+ - Compiles with g++-3.2! (Closes: #166435, #177092, #177463, #178520)
+ - Search patterns can be POSIX regular expressions (Closes: #142450)
+ - The internal pager now has a search function (Closes: #144085)
+ - Fixed a bug in the formatting code (Closes: #163749)
+ - Visually flag dependencies for which cannot be fulfilled by any
+ available package. (Closes: #157950)
+ - In the quick-help bar, indicate that "g" also removes packages.
+ (Closes: #158966)
+ - aptitude no longer remembers whether a package was to be reinstalled.
+ (Closes: #167236, #121346)
+ - Parsing of bold colors is fixed. (Closes: #168287)
+ - "aptitude install <task-name>" installs all packages in the task.
+ (Closes: #165624)
+ - Added a (mostly untested) "-t" argument, which should behave in
+ the same manner as apt-get's "-t" argument. (Closes: #151583)
+ - Included da.po updates from Morten Bo Johansen <mojo@image.dk> and
+ pt_BR.po updates from Andre Luis Lopes <andrelop@ig.com.br>.
+ (Closes: #171903, #162512)
+ - Changed the Content-Type of fr.po, as requested by the translator.
+ (Closes: #156616)
+ - The information that's logged about the change in the total installed
+ package size is human-readable. (Closes: #154924)
+ - Fixed a display bug when downloading really big packages.
+ (Closes: #171903)
+ - Documented the "M" and "m" keystrokes. (Closes: #160936, #154000)
+ - Deleted references to the "x" keystroke. (Closes: #166571)
+
+ * Wrote a logrotate script, so aptitude's log file should now be rotated
+ monthly. (Closes: #160795)
+
+ * Update standards version.
+
+ * debhelper 4.0.
+
+ -- Daniel Burrows <dburrows@debian.org> Mon, 10 Feb 2003 15:19:25 -0500
+
+aptitude (0.2.11.1-3) unstable; urgency=low
+
+ * Fix the aptitude-wants-to-remove-dpkg bug by following pre-depends
+ in the garbage collector. This is a one-line fix. (Closes: #151701)
+
+ -- Daniel Burrows <dburrows@debian.org> Fri, 12 Jul 2002 22:36:21 -0400
+
+aptitude (0.2.11.1-2) unstable; urgency=high
+
+ * Er, evidently katie doesn't like capitalized urgencies. This is the
+ only change in this upload.
+
+ -- Daniel Burrows <dburrows@debian.org> Tue, 23 Apr 2002 16:06:02 -0400
+
+aptitude (0.2.11.1-1) unstable; urgency=HIGH
+
+ * New upstream release. RM: this does not change a single line of code;
+ it just updates the translations (the reason for the release; these
+ translations had fallen way behind) and fixes a few minor typos
+ in documentation.
+ - Merged updated Polish translations from
+ Michal Politowski <mpol@charybda.icm.edu.pl>.
+ (Closes: #143051)
+ - Merged updated Finnish translations from
+ Jaakko Kangasharju <ashar@iki.fi>.
+ - Included information about aptitude's CVS in the README
+ (Closes: #141371)
+ - Fixed the dangling reference to SEARCHING in the manpage
+ (Closes: #142651)
+
+ -- Daniel Burrows <dburrows@debian.org> Sun, 21 Apr 2002 23:53:49 -0400
+
+aptitude (0.2.11-1) unstable; urgency=low
+
+ * New upstream release
+ - Not quite a Debian bug, but IMPORTANT: I have made the "new" command
+ style the default! If you have modified your configuration this should
+ not be an issue, but if you haven't and you prefer the old style, look
+ in the "UI Options" menu.
+ - Translations are probably all screwed up in this release; many strings
+ changed. Sorry :-(
+ - The Y/n command-line prompt now is more capable: you can enter the
+ full UI or modify package selections from it. Enter '?' at it for a
+ complete description. (Closes: #136916)
+ - The '+' keybinding is no longer used to reinstall packages, ever.
+ Use 'L' if you really want to reinstall something. (Closes: #138122)
+ - An "unhold" command is now available from the command-line.
+ (Closes: #137770)
+ - A tripartite joeyh bug:
+ * Tasks and sections which have 'descriptions' now display them in
+ the "long description area". (some of the descriptions I've written
+ for sections are a bit hokey, though)
+ * The Tasks tree previously hid many packages due to a parsing bug,
+ making it virtually useless. This is now fixed.
+ * The "alien" section has a description now.
+ (Closes: #136684)
+ - Added a %H escape for display areas. It expands to the current
+ computer's hostname. (Closes: #137754)
+ - In command-line mode, suppress the prompt on upgrades when there are
+ no actions to be taken. (Closes: #137302)
+ - Fixed a bug that caused packages being reinstalled to not be listed
+ in the preview screens. (Closes: #138120)
+ - Fixed (read: rewrote to dehackify) the description widget's formatting
+ code. (Closes: #137783)
+ - If the user aborts an update, the cache is reloaded before returning to
+ the display. (Closes: #138070)
+ - The default value of autoclean is really "false" again.
+ (Closes: #138685)
+ - Fixed a rather nasty segfault due to running off the end of the package
+ list. How I didn't notice this for so long, I don't know.
+ (Closes: #136967)
+ - Eliminated an infinite loop that occured if the user tried to scroll
+ the description while it was hidden. (Closes: #140361)
+ - The "install" command-line option now checks whether you entered a valid
+ package name before deciding whether to treat trailing '+'/'-'/'_'/'='
+ characters as commands. (Closes: #140933)
+ - You can no longer focus an unscrollable description widget, and the
+ highlight bar in the package tree is hidden when the tree loses focus.
+ (Closes: #136550)
+ - "aptitude --help" now documents the "download" command.
+ (Closes: #138150)
+ - The status messages on startup are now suppressed when using
+ "aptitude search". (Closes: #136873)
+ - When the download is stalled, "stalled" is now displayed in the progress
+ bar (Curses frontend only) (Closes: #136520)
+ - The command-line mode deals correctly with window resizes now.
+ (Closes: #137945)
+ - No longer displays an "available" version for obsolete/local packages.
+ (Closes: #120872)
+ - aptitude now recognizes the "--version" option. (Closes: #141296)
+
+ -- Daniel Burrows <dburrows@debian.org> Sun, 7 Apr 2002 10:02:50 -0400
+
+aptitude (0.2.10-1) unstable; urgency=low
+
+ * New upstream release
+ - You can now access many features of aptitude from the command line.
+ See "aptitude help" and/or aptitude(1) and/or the README for details.
+ - The "p" package state is documented (Closes: #135112)
+ - Sorted out the ~r matcher status. Some people like the old behavior,
+ so it's been reinstated; you can find out what packages would be
+ or have been garbage-collected via ~g now. (Closes: #135571)
+ - Fixed a minor display bug in the download summary: the total time
+ always had an extra "s" appended to it. (Closes: #135567)
+ - Removed the INSTALLATION section from the manual. On the other
+ hand, the space it used is more than taken up by the documentation for
+ the new command-line stuff. I could move that elsewhere -- let me
+ know what you think, Joey. (Closes: #136478)
+
+ -- Daniel Burrows <dburrows@debian.org> Sat, 2 Mar 2002 21:29:06 -0500
+
+aptitude (0.2.9.4-2) unstable; urgency=high
+
+ * Backported a fix from CVS for a nasty interaction when the user
+ tried to follow Suggests and remove unused packages at the same time.
+ This doesn't fix all the issues, but it gets rid of the most
+ immediate problem. A more complete fix may be hashed out in the future.
+ (Closes: #135956)
+
+ -- Daniel Burrows <dburrows@debian.org> Wed, 27 Feb 2002 09:12:18 -0500
+
+aptitude (0.2.9.4-1) unstable; urgency=high
+
+ * New upstream release
+ - Fixed crashing bug on Alpha due to divide-by-zero.
+ This made aptitude much less useful on alpha machines, hence the
+ high urgency.
+ (Closes: #122064)
+ - forget-new-on-update and forget-new-on-install now actually work.
+ (Closes: #134226)
+
+ -- Daniel Burrows <dburrows@debian.org> Sun, 17 Feb 2002 10:44:57 -0500
+
+aptitude (0.2.9.3-1) unstable; urgency=low
+
+ * New upstream release
+ - Compiles with g++-3 again. (Closes: #133250)
+ - Really include aptitude.pl.1 (Closes: #114396)
+
+ -- Daniel Burrows <dburrows@debian.org> Sun, 10 Feb 2002 16:02:24 -0500
+
+aptitude (0.2.9.2-1) unstable; urgency=low
+
+ * New upstream release
+ - ~ahold now does the Right Thing[tm]. (Closes: #126800)
+
+ -- Daniel Burrows <dburrows@debian.org> Sat, 9 Feb 2002 15:53:38 -0500
+
+aptitude (0.2.9.1-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Daniel Burrows <dburrows@debian.org> Sat, 9 Feb 2002 11:43:08 -0500
+
+aptitude (0.2.9-1) unstable; urgency=low
+
+ * New upstream release. Debian bug-related changes:
+ - aptitude now tracks automatically installed packages, similarly
+ to deborphan/debfoster. (Closes: #122726, #102205, #114464)
+
+ - Packages which are held, but not broken, are now visually flagged
+ as being broken. I believe this is enough of a fix for this
+ particular bug. (Closes: #120785)
+
+ There is more to do in general, but there are other bugs filed
+ about that :)
+
+ - Log messages now include the date and time. (Closes: #120874)
+
+ - Re-ordered the preview screen's grouping to hopefully put more
+ interesting things first and be more logical. Feedback requested.
+ (Closes: #128542)
+
+ - Rewrote several sections of the documentation, incorporating some
+ user feedback (Closes: #126492) There may be more work to do here.
+
+ - Mark all upgradable packages to be upgraded BEFORE resolving
+ dependencies. This fixes a somewhat complex misbehavior
+ involving ORed version-specific dependencies. (Closes: #108379)
+
+ - Changed the symbols for collapsed/opened trees to something that I
+ hope is less ambiguous. (Closes: #120890, #102033)
+
+ - When editing a string, the cursor now starts at the beginning
+ of the line. (Closes: #120890)
+
+ - When reconfiguring packages, the software fails more gracefully if
+ /usr/sbin/su-to-root does not exist. (Closes: #130423)
+
+ - Really made translated header widths work (I tested it this time! :) )
+ (Closes: #114401)
+
+ - Corrected a misspelling in the options dialog (Closes: #120887)
+
+ - Fixed a misspelling in de.po (Closes: #123644)
+
+ - Fixed a minor display bug when a package category was both longer
+ than the width of the display, and the last item on the display.
+ (Closes: #123652)
+
+ -- Daniel Burrows <dburrows@debian.org> Sat, 9 Feb 2002 11:24:08 -0500
+
+aptitude (0.2.8.1-1) unstable; urgency=low
+
+ * New upstream release
+ - Matcher added for packages which are not depended upon. (bug #122726)
+ Not closing the bug, as there is more to do in this area.
+
+ - The pause after downloading is now optional. (Closes: #120873)
+
+ - Package data moved to /var/lib. (FHS fix -- the package *ought* to
+ handle the transition properly) (Closes: #122334)
+
+ - Fixed description of the "comm" section to show that it's not just
+ faxmodems. (Closes: #121951)
+
+ - The descriptions of "j" and "k" were reversed in the help text.
+ (so it said that "j" moved up and "k" moved down) This has been fixed.
+ (Closes: #122061)
+
+ - Updated pt_BR with patch from Andre Luis Lopes <andrelop@ig.com.br>.
+ (Closes: #122251)
+
+ -- Daniel Burrows <dburrows@debian.org> Sun, 9 Dec 2001 16:51:30 -0500
+
+aptitude (0.2.8-4) unstable; urgency=high
+
+ * Rebuild to kill the stray config.cache that somehow snuck into the
+ Debian diff. (Closes: #122890) Urgency=high to get this RC fix safely
+ into woody.
+
+ -- Daniel Burrows <dburrows@debian.org> Sun, 9 Dec 2001 09:48:38 -0500
+
+aptitude (0.2.8-3) unstable; urgency=low
+
+ * Backported patch from Falk Hueffner to fix segfaults and crashes on
+ alpha. (Closes: #114270)
+
+ -- Daniel Burrows <dburrows@debian.org> Wed, 28 Nov 2001 12:46:30 -0500
+
+aptitude (0.2.8-2) unstable; urgency=low
+
+ * Backported patch to improve incsearch behavior: it now
+ reverts to the starting location if an invalid (or, eg, null) pattern
+ is provided.
+
+ -- Daniel Burrows <dburrows@debian.org> Thu, 22 Nov 2001 11:14:46 -0500
+
+aptitude (0.2.8-1) unstable; urgency=low
+
+ * New upstream release
+ - Better documents what '/' does with no special search terms.
+ (Closes: #120592)
+
+ -- Daniel Burrows <dburrows@debian.org> Thu, 22 Nov 2001 10:56:10 -0500
+
+aptitude (0.2.7.999-1) unstable; urgency=low
+
+ * New upstream release.
+ - Doesn't crash if tasksel is missing, and Recommends tasksel.
+ (Closes: #120578)
+ - Correctly uses translated column widths.
+ (Closes: #114401)
+ * Never mind, aptitude wasn't added to base after all. (too close to
+ freeze) Bugfixing like mad anyway; Thanksgiving vacation only happens
+ once a year!
+
+ -- Daniel Burrows <dburrows@debian.org> Wed, 21 Nov 2001 21:08:55 -0500
+
+aptitude (0.2.7.3-2) unstable; urgency=low
+
+ * Fixed a silly typo which made search histories (for instance) not
+ work right.
+
+ -- Daniel Burrows <dburrows@debian.org> Wed, 21 Nov 2001 15:04:13 -0500
+
+aptitude (0.2.7.3-1) unstable; urgency=low
+
+ * New upstream release
+ - pl translation finally merged (took way too long) (Closes: #114396)
+ - Reference to ~a/~A in README fixed. (Closes: #116695)
+
+ -- Daniel Burrows <dburrows@debian.org> Tue, 20 Nov 2001 21:30:36 -0500
+
+aptitude (0.2.7.2-1) unstable; urgency=high
+
+ * New upstream release
+ - Should run at a decent speed on low-memory systems again.
+ (Closes: #116750)
+ - "f" is mentioned in mine-help.txt (Closes: #120251)
+ * Urgency high because aptitude was just added to base (woohoo!) and
+ base freezes very soon (bummer) and the efficiency issue above will
+ make aptitude virtually unusuable on many older systems. (bleach)
+
+ -- Daniel Burrows <dburrows@debian.org> Tue, 20 Nov 2001 20:07:59 -0500
+
+aptitude (0.2.7.1-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Daniel Burrows <dburrows@debian.org> Mon, 1 Oct 2001 15:41:21 -0400
+
+aptitude (0.2.7-1) unstable; urgency=low
+
+ * New upstream release
+ - Supports the Task: header. (Closes: #113567)
+
+ -- Daniel Burrows <dburrows@debian.org> Mon, 1 Oct 2001 15:06:50 -0400
+
+aptitude (0.2.6.5-1) unstable; urgency=low
+
+ * New upstream release
+ - workaround for g++ on arm. Hopefully this will make aptitude
+ buildable on all archs.
+
+ -- Daniel Burrows <dburrows@debian.org> Sat, 22 Sep 2001 19:40:09 -0400
+
+aptitude (0.2.6.4-1) unstable; urgency=low
+
+ * New upstream release
+ - Fixed the loading of keybindings. (Closes: #112306)
+
+ -- Daniel Burrows <dburrows@debian.org> Sat, 15 Sep 2001 08:34:35 -0400
+
+aptitude (0.2.6.3-1) unstable; urgency=low
+
+ * New upstream release.
+ - Unbroke the 'level_next' and 'auto-advance' features. (Closes: #112267)
+
+ -- Daniel Burrows <dburrows@debian.org> Fri, 14 Sep 2001 17:55:39 -0400
+
+aptitude (0.2.6.2-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Daniel Burrows <dburrows@debian.org> Thu, 13 Sep 2001 19:31:31 -0400
+
+aptitude (0.2.6.1-1) unstable; urgency=low
+
+ * New upstream release
+ - Downloads work again. (mea culpa; Closes: #111950)
+ - Translations are back in the package (Closes: #111904)
+
+ -- Daniel Burrows <dburrows@debian.org> Thu, 13 Sep 2001 12:20:34 -0400
+
+aptitude (0.2.6-1) unstable; urgency=low
+
+ * The "deity is kaput" upload. I was going to wait until the previous
+ upload went into testing, but deity is not being fixed and not being
+ fixed...which seems to be keeping the new apt and thus the new aptitude
+ out of testing. Bleah.
+
+ * New upstream release
+ - Fixed the situation with Default-Grouping being undocumented and
+ overriding the preview grouping. Closes: #110704
+ - Fixed matching with ~ahold and ~areinstall. Closes: #111466
+ - It's tempting to close 104092, because the categorical browser
+ has bad lynx-like bindings...but they suck and aren't consistent
+ with the rest of the program. So there.
+
+ -- Daniel Burrows <dburrows@debian.org> Sat, 8 Sep 2001 21:30:39 -0400
+
+aptitude (0.2.5.3-3) unstable; urgency=high
+
+ * The "hey, Mr. Testing Bot, please move my code soon!" upload.
+ * Backported fixes from CVS:
+ - Deleted some nasty debug code that didn't compile on ia64.
+ (Closes: #110438)
+ - Finally found and fixed the (simple and stupid) bug that was
+ preventing autoclean-on-update from working properly.
+ (Closes: #108565)
+ * Urgency high. Yes, this is an evil hack. But these changes will
+ not break aptitude, and I intend to upload a version containing massive
+ changes as soon as this is safely in testing.
+
+ -- Daniel Burrows <dburrows@debian.org> Thu, 30 Aug 2001 10:24:28 -0400
+
+aptitude (0.2.5.3-2) unstable; urgency=low
+
+ * The "A pox on deity-devel@debian.org" upload.
+ * So the deity folks kindly went and bumped the soname, thus breaking all
+ software compiled against previous versions. So aptitude has to be
+ recompiled. (and I was so close to getting into testing, too.. :( )
+ Closes: #109449
+
+ -- Daniel Burrows <dburrows@debian.org> Tue, 21 Aug 2001 19:15:41 -0400
+
+aptitude (0.2.5.3-1) unstable; urgency=low
+
+ * New upstream release.
+ - Oops, getopt_long returns an int, not a char. Storing it in an int
+ lets the program compile on ppc. (Closes: #107525)
+ - Added a #include that's needed to compile on the Hurd. (Closes: #107672)
+
+ -- Daniel Burrows <dburrows@debian.org> Mon, 6 Aug 2001 16:52:44 -0400
+
+aptitude (0.2.5.2-1) unstable; urgency=low
+
+ * New upstream release.
+ - Hopefully, the endianness issues on alpha are now fixed, although
+ I suppose there's a chance they'll reach out from the grave to
+ throttle me.. (Closes: #106588)
+
+ -- Daniel Burrows <dburrows@debian.org> Fri, 27 Jul 2001 20:27:43 -0400
+
+aptitude (0.2.5.1-1) unstable; urgency=low
+
+ * New upstream release
+ - The horrible, ugly, terrible, never-should-have-happened-in-a-megayear
+ bug which caused most line-entries to crash has been fixed. Mea culpa.
+ (Closes: #106378)
+
+ -- Daniel Burrows <dburrows@debian.org> Tue, 24 Jul 2001 00:08:18 -0400
+
+aptitude (0.2.5-1) unstable; urgency=low
+
+ * New upstream release
+ - Multi-CD installs work. Closes: #104236
+ - When editing the grouping policy, the current policy is displayed
+ as a default. Closes: #103962
+ - Replaced the welcome dialog box with a less obtrusive list of
+ keybindings at the top of the screen. Closes: #104483
+
+ -- Daniel Burrows <dburrows@debian.org> Mon, 23 Jul 2001 09:14:54 -0400
+
+aptitude (0.2.4-1) unstable; urgency=low
+
+ * New upstream release.
+ - Compiles and seems to work with g++-3.0. Closes: #104723
+ * DH_COMPAT=2, so we really build on potato/Progeny. (I don't even know
+ offhand what DH_COMPAT=3 does, but it doesn't seem to be important for this)
+ Also, only build-depend on debhelper >=2.0.0.
+
+ -- Daniel Burrows <dburrows@debian.org> Thu, 19 Jul 2001 09:59:17 -0400
+
+aptitude (0.2.3-1) unstable; urgency=medium
+
+ * New upstream release
+ - Media-change messages should now fit on the screen (a better
+ fix is still needed)
+ - The package list will retain its selection upon being resized.
+ Closes: #103963
+ - Fixed a crash triggered by a word in a package description
+ longer than the width of the screen. (libhtml-munger-perl was
+ the culprit) Closes: #103961
+ - Mark broken dependencies using text as well as color. Closes: #79047
+ - Make the menubar visible when no screen is active, even if it's set
+ to autohide. Closes: #102918
+ - Changing a package's status should advance to the next package.
+ Closes: #104209
+ - aptitude can now automatically become root (with the root password,
+ of course) -- I believe this should address the issue of starting it
+ from the Debian menu. Closes: #71948
+
+ -- Daniel Burrows <dburrows@debian.org> Wed, 11 Jul 2001 12:15:11 -0400
+
+aptitude (0.2.2-1) unstable; urgency=low
+
+ * New upstream release
+ - Default widths are now modifiable by the translator. Closes: #101406
+
+ -- Daniel Burrows <dburrows@debian.org> Fri, 29 Jun 2001 14:36:57 -0400
+
+aptitude (0.2.1-1) unstable; urgency=low
+
+ * New upstream release
+ - CD-ROM installs should work now. Closes: #98956
+ - Really fixed signedness issues. Closes: #101398,#101504
+ - Options are autosaved now. Closes: #102599
+
+ * Maintainer address changed to @debian.org
+ * Removed beta-software warnings from the package description.
+
+ -- Daniel Burrows <dburrows@debian.org> Thu, 28 Jun 2001 15:24:15 -0400
+
+aptitude (0.2.0-1) unstable; urgency=low
+
+ * New upstream release. This is still missing a few things -- in
+ particular, some translators haven't caught up yet.
+ * This one goes into unstable. Much rejoicing (I hope)
+ * libsigc++-dev added to Build-Depends, since we need it now.
+
+ * I believe that the code to prevent installation from proceeding
+ while packages are broken will avoid these situations where the
+ problem resolver does stuff behind the user's back.
+ Closes: #87774, #96559
+ * Most of the code has been rewritten. If these old bugs and
+ crashes are still around, it's pure coincidence, and I can't reproduce
+ any of them. (I suspect they weren't even present in the latest 0.0.x
+ revision)
+ Closes: #60156, #63358
+ * I believe that all known problems with displaying dependencies have
+ been addressed. Closes: #68628
+ * I'm sure that aptitude purges itself completely by now. Closes: #66711
+ * The download progress screen has been rewritten, and will now scroll
+ to keep the currently downloading item in view. Closes: #69131
+ * Errors are now collected into a single big dialog box, so even if
+ there are hundreds, there's no confusion about whether the program
+ crashed. (incidentally, I still can't figure out where this
+ "tried to dequeue a fetching object" comes from) Closes: #71314
+ * Essential: yes packages are now hard to remove (at least when you
+ first select them..if they get removed by the problem resolver, you
+ won't get asked, but that should be hard to do. Closes: #86115
+ * I think most of the problems with bad search patterns are finally
+ fixed (knock on wood) This one is, at least. Closes: #95455
+ * I believe that the restructuring of the UI also eliminated the
+ occasional crashes when installing from an info screen. (knock on
+ wood again) Closes: #100187
+ * Fixed the signed-char problems from 0.1.9. Closes: #101398
+ * The rewritten download progress screen should report 404 errors. At
+ least, it works for me.. Closes: #102109
+ * You can now ask aptitude to run an autoclean operation after updating
+ the package lists (which I think is the right time to do it)
+ Closes: #97653
+ * Prompt-On-Exit has been fixed since 0.1.9. Closes: #101394
+ * This includes Michal Politowski's new Polish translations.
+ Closes: #101403
+
+ -- Daniel Burrows <dburrows@debian.org> Mon, 25 Jun 2001 19:43:27 -0400
+
+aptitude (0.1.9-2) experimental; urgency=low
+
+ * Clobber some unnecessary files (the package build now replaces them with
+ symlinks) (Closes: #10388)
+
+ -- Daniel Burrows <dburrows@debian.org> Mon, 18 Jun 2001 20:43:01 -0400
+
+aptitude (0.1.9-1) experimental; urgency=low
+
+ * New upstream release
+
+ * This is probably going to be the last release before 0.2.0 (the
+ version numbers worked out conveniently for once); please tell me if
+ you think there are bugs which need to be fixed before I release this
+ for general use!
+
+ -- Daniel Burrows <dburrows@debian.org> Mon, 18 Jun 2001 08:50:34 -0400
+
+aptitude (0.1.8-1) experimental; urgency=low
+
+ * New upstream release
+
+ -- Daniel Burrows <dburrows@debian.org> Fri, 15 Jun 2001 10:11:09 -0400
+
+aptitude (0.1.7-1) experimental; urgency=low
+
+ * New upstream release
+
+ -- Daniel Burrows <dburrows@debian.org> Mon, 4 Jun 2001 23:25:41 -0400
+
+aptitude (0.1.6-1) experimental; urgency=low
+
+ * New upstream version.
+
+ -- Daniel Burrows <dburrows@debian.org> Thu, 3 May 2001 21:07:39 -0400
+
+aptitude (0.1.5-1) experimental; urgency=low
+
+ * New upstream version.
+ - addresses bug #95455, dealing with bad search patterns and reported by
+ William Steve Applegate <wsapplegate@postmaster.co.uk>)
+
+ -- Daniel Burrows <dburrows@debian.org> Fri, 27 Apr 2001 22:29:52 -0400
+
+aptitude (0.1.4-1) experimental; urgency=low
+
+ * New upstream version.
+
+ -- Daniel Burrows <dburrows@debian.org> Tue, 10 Apr 2001 08:13:57 -0400
+
+aptitude (0.1.3-2) experimental; urgency=low
+
+ * Make the extended description less inflammatory, and fix dumb indentation.
+
+ -- Daniel Burrows <dburrows@debian.org> Fri, 23 Mar 2001 20:28:34 -0500
+
+aptitude (0.1.3-1) experimental; urgency=low
+
+ * New upstream version. This will go into experimental as "aptitude";
+ aptitude-beta is now an empty package depending on it. (I was holding
+ this out of experimental because apt wasn't up to handling
+ experimental nicely and because it wasn't really even up to that.
+ Both reasons are no longer valid. Hence this goes into experimental)
+ * Add build-depends, and don't install INSTALL.
+ (was in stable, but I missed fixing it here)
+
+ -- Daniel Burrows <dburrows@debian.org> Fri, 23 Mar 2001 17:54:26 -0500
+
+aptitude (0.1.2-1) unstable; urgency=low
+
+ * New upstream version (many changes, see NEWS)
+
+ -- Daniel Burrows <dburrows@debian.org> Wed, 21 Feb 2001 21:19:16 -0500
+
+aptitude (0.1.1-1) unstable; urgency=low
+
+ * New upstream version (many changes, of course..)
+
+ -- Daniel Burrows <Daniel_Burrows@brown.edu> Tue, 30 Jan 2001 09:08:09 -0500
+
+aptitude (0.1.0-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Daniel Burrows <Daniel_Burrows@brown.edu> Sun, 3 Dec 2000 22:49:59 -0500
+
+aptitude (0.0.7.12-1) unstable; urgency=low
+
+ * New upstream version. Installation of a single package without affecting
+ others is now (slightly hackily) supported; it can't be done in a much
+ better way, unfortunately, although a few improvements will happen in the
+ future. (closes: #74824)
+
+ -- Daniel Burrows <Daniel_Burrows@brown.edu> Mon, 27 Nov 2000 18:26:13 -0500
+
+aptitude (0.0.7.11-1) unstable; urgency=low
+
+ * New upstream version (closes: #78062)
+
+ -- Daniel Burrows <Daniel_Burrows@brown.edu> Sun, 26 Nov 2000 15:46:44 -0500
+
+aptitude (0.0.7.10-1) unstable; urgency=low
+
+ * New upstream version. (closes: #78000)
+
+ -- Daniel Burrows <Daniel_Burrows@brown.edu> Sun, 26 Nov 2000 11:14:45 -0500
+
+aptitude (0.0.7.9-1) unstable; urgency=low
+
+ * New upstream version. (closes: #77889)
+
+ -- Daniel Burrows <Daniel_Burrows@brown.edu> Sat, 25 Nov 2000 09:19:10 -0500
+
+aptitude (0.0.7.8-1) unstable; urgency=low
+
+ * New upstream version. (closes: #77557, #77559)
+
+ -- Daniel Burrows <Daniel_Burrows@brown.edu> Wed, 22 Nov 2000 22:25:32 -0500
+
+aptitude (0.0.7.7-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Daniel Burrows <Daniel_Burrows@brown.edu> Sat, 28 Oct 2000 14:41:28 -0400
+
+aptitude (0.0.7.6-2) unstable; urgency=low
+
+ * Only install the upstream changelog once, thank you. (closes: #74856)
+
+ -- Daniel Burrows <Daniel_Burrows@brown.edu> Mon, 16 Oct 2000 07:57:16 -0400
+
+aptitude (0.0.7.6-1) unstable; urgency=low
+
+ * New upstream release. Five-line fix applied; aptitude should now
+ compile on the Hurd. (closes: #74788)
+
+ -- Daniel Burrows <Daniel_Burrows@brown.edu> Sun, 15 Oct 2000 10:48:36 -0400
+
+aptitude (0.0.7.5-1) unstable; urgency=low
+
+ * New upstream release. Fixes thinko regarding "x"/"q". (closes: #74654)
+
+ -- Daniel Burrows <Daniel_Burrows@brown.edu> Fri, 13 Oct 2000 21:28:24 -0400
+
+aptitude (0.0.7.4-1) unstable; urgency=low
+
+ * New upstream release, including better i18n and non-silly
+ German translations. (closes: #74409)
+
+ -- Daniel Burrows <Daniel_Burrows@brown.edu> Wed, 11 Oct 2000 16:21:58 -0400
+
+aptitude (0.0.7.3-1) unstable; urgency=low
+
+ * New upstream release (really closes #71161)
+
+ -- Daniel Burrows <Daniel_Burrows@brown.edu> Tue, 3 Oct 2000 08:23:38 -0400
+
+aptitude (0.0.7.2-1) unstable; urgency=low
+
+ * New upstream release
+ (closes: #71844, #71161, #71091, #71558, #62368)
+
+ * This ought to be linked with ncurses5 (closes: #69341)
+
+ -- Daniel Burrows <Daniel_Burrows@brown.edu> Sat, 23 Sep 2000 09:17:48 -0400
+
+aptitude (0.0.7.1-1) unstable; urgency=low
+
+ * This one will hopefully go into the Debian archives..
+
+ * New upstream release (Closes: #61315, #64518)
+ (of course, this isn't a real Debian package, and so these bugs
+ might not actually get closed... I'm tempted to also finalize 60156,
+ 62368, 63358, and 66711, just on the grounds that the reports are using
+ ancient/doogieized versions and/or failed to respond to requests for
+ more info, but that wouldn't be nice now would it?)
+
+ * Eliminated a lot of unneeded cruft in debian/
+
+ -- Daniel Burrows <Daniel_Burrows@brown.edu> Thu, 3 Aug 2000 18:49:17 -0400
+
+aptitude (0.0.7-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Daniel Burrows <Daniel_Burrows@brown.edu> Tue, 18 Apr 2000 22:19:00 -0400
+
+aptitude (0.0.6a-2) unstable; urgency=low
+
+ * Remove /var/state/aptitude when the package is purged.
+
+ -- Daniel Burrows <Daniel_Burrows@brown.edu> Sun, 6 Feb 2000 18:42:14 -0500
+
+aptitude (0.0.6a-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Daniel Burrows <Daniel_Burrows@brown.edu> Sun, 6 Feb 2000 12:58:13 -0500
--- aptitude-0.3.1.orig/debian/control
+++ aptitude-0.3.1/debian/control
@@ -0,0 +1,47 @@
+Source: aptitude
+Section: admin
+Priority: optional
+Maintainer: Daniel Burrows <dburrows@debian.org>
+Build-Depends: libapt-pkg-dev (>= 0.5.4.9), debhelper (>= 4.0.0), libsigc++-2.0-dev, libncurses5-dev | libncurses-dev, gettext, g++ (>= 4:3.2.2-0), docbook-xsl, xsltproc, html2text
+Standards-Version: 3.6.1.0
+
+Package: aptitude
+Architecture: any
+Depends: ${shlibs:Depends}
+Recommends: aptitude-doc-en | aptitude-doc
+Description: terminal-based apt frontend
+ aptitude is a terminal-based apt frontend 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 extreme flexibility and customization.
+ .
+ aptitude is also Y2K-compliant, non-fattening, naturally cleansing,
+ and housebroken.
+
+Package: aptitude-doc-cs
+Section: doc
+Architecture: all
+Provides: aptitude-doc
+Suggests: aptitude
+Description: Czech manual for aptitude, a terminal-based apt frontend
+ aptitude is a terminal-based apt frontend. This package contains the
+ Czech version of the aptitude user's manual in HTML format.
+
+Package: aptitude-doc-en
+Section: doc
+Architecture: all
+Provides: aptitude-doc
+Suggests: aptitude
+Description: English manual for aptitude, a terminal-based apt frontend
+ aptitude is a terminal-based apt frontend. This package contains the
+ English version of the aptitude user's manual in HTML format.
+
+Package: aptitude-doc-fr
+Section: doc
+Architecture: all
+Provides: aptitude-doc
+Suggests: aptitude
+Description: French manual for aptitude, a terminal-based apt frontend
+ aptitude is a terminal-based apt frontend. This package contains the
+ French version of the aptitude user's manual in HTML format.
--- aptitude-0.3.1.orig/debian/copyright
+++ aptitude-0.3.1/debian/copyright
@@ -0,0 +1,3 @@
+Copyright 1999-2000 Daniel Burrows <Daniel_Burrows@brown.edu>
+
+Copyright: GPL (/usr/share/common-licenses/GPL)
--- aptitude-0.3.1.orig/debian/docs
+++ aptitude-0.3.1/debian/docs
@@ -0,0 +1,2 @@
+TODO
+src/generic/README.hier
--- aptitude-0.3.1.orig/debian/menu
+++ aptitude-0.3.1/debian/menu
@@ -0,0 +1,2 @@
+?package(aptitude):needs="text" section="Apps/System" \
+ title="aptitude" command="/usr/bin/aptitude" hints="apt"
--- aptitude-0.3.1.orig/debian/preinst
+++ aptitude-0.3.1/debian/preinst
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" lt "0.2.8.1-1";
+then
+ mv /var/state/aptitude /var/lib
+fi
+
+#DEBHELPER#
--- aptitude-0.3.1.orig/debian/rules
+++ aptitude-0.3.1/debian/rules
@@ -0,0 +1,89 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatability version to use.
+export DH_COMPAT=4
+
+build: build-stamp
+build-stamp:
+ dh_testdir
+
+ ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --disable-werror
+ $(MAKE)
+
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp
+ rm -fr debian/html-docs
+
+ -$(MAKE) distclean
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ $(MAKE) install DESTDIR=`pwd`/debian/aptitude gnulocaledir=`pwd`/debian/aptitude/usr/share/locale
+ ln -s ../../aptitude/README debian/aptitude/usr/share/doc/aptitude/README
+
+ ln -s ../../aptitude/NEWS debian/aptitude/usr/share/doc/aptitude/NEWS
+ rm -f debian/aptitude/usr/share/aptitude/COPYING
+ ln -s ../common-licenses/GPL debian/aptitude/usr/share/aptitude/COPYING
+
+ cp FAQ debian/aptitude/usr/share/aptitude/FAQ
+
+ mv debian/aptitude/usr/share/doc/aptitude/html debian/html-docs
+
+binary-arch: build install
+ dh_testdir -a
+ dh_testroot -a
+ dh_installdocs -a
+ dh_installexamples -a src/generic/pkg_hier.h src/generic/pkg_hier.cc src/generic/pkg_hier_dump.cc
+ dh_installmenu -a
+ dh_installman -a
+ dh_installlogrotate -a
+ dh_installchangelogs ChangeLog -a
+ dh_link -a
+ dh_strip -a
+ dh_compress -a
+ dh_fixperms -a
+ dh_installdeb -a
+ dh_shlibdeps -a
+ dh_gencontrol -a
+ dh_md5sums -a
+ dh_builddeb -a
+
+# Unfortunately, it's not any easier to build arch-independent files than
+# arch-dependent ones :-(.
+binary-indep: build install
+ dh_testdir -i
+ dh_testroot -i
+ dh_installdirs -A -i usr/share/doc/aptitude/html
+
+ mv debian/html-docs/en debian/aptitude-doc-en/usr/share/doc/aptitude/html/
+ mv debian/html-docs/cs debian/aptitude-doc-cs/usr/share/doc/aptitude/html/
+ mv debian/html-docs/fr debian/aptitude-doc-fr/usr/share/doc/aptitude/html/
+
+ dh_installdocs -i
+ dh_installexamples -i
+ dh_installchangelogs ChangeLog -i
+ dh_link -i
+ dh_compress -i
+ dh_fixperms -i
+ dh_installdeb -i
+ dh_gencontrol -i
+ dh_md5sums -i
+ dh_builddeb -i
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install