summaryrefslogtreecommitdiff
path: root/cmdline/apt-mark
AgeCommit message (Collapse)Author
2010-05-04cmdline/apt-get.cc: Add apt-get markauto, showauto and unmarkauto commands.Julian Andres Klode
2010-04-01merged from lp:~donkult/apt/sidMichael Vogt
2010-03-26* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- fix backgrounding when dpkg runs (closes: #486222) * cmdline/apt-mark: - show error on incorrect aguments (LP: #517917), thanks to Torsten Spindler * cmdline/apt-get.cc: - if apt-get source foo=version or foo/distro can not be found, error out (LP: #502641) * apt-pkg/packagemanager.cc: - better debug output * doc/examples/configure-index: - add missing Debug::pkgPackageManager option
2010-03-14merge with debian-sid, update-po for manpages and fix a few moreDavid Kalnischkies
typos in doc/po/es.po to generate the manpages properly. [ Christian Perrier ] * German translation update. Closes: #571037 * Spanish manpages translation update. Closes: #573293 [ Julian Andres Klode ] * cmdline/apt-mark: - Use the new python-apt API (and conflict with python-apt << 0.7.93.2). * apt-inst/contrib/arfile.h: - Add public ARArchive::Members() which returns the list of members. * debian/rules: - Fix the libraries name to be e.g. libapt-pkg4.9 instead of libapt-pkg-4.9.
2010-03-12* cmdline/apt-mark:Michael Vogt
- show error on incorrect aguments (LP: #517917), thanks to Torsten Spindler
2010-03-01* cmdline/apt-mark:Julian Andres Klode
- Use the new python-apt API (and conflict with python-apt << 0.7.93.2).
2010-02-25* cmdline/apt-mark:David Kalnischkies
- don't crash if no arguments are given (Closes: #570962)
2010-01-25* cmdline/apt-mark:Michael Vogt
- merge fix from Gene Cash that supports markauto for packages that are not in the extended_states file yet (closes: #534920)
2009-12-10merged -r 1918..1919 from lp:~donkult/apt/sidMichael Vogt
2009-12-10merged -r 1914..1915 from lp:~donkult/apt/sidMichael Vogt
2009-06-03* cmdline/apt-mark:Michael Vogt
- add "showauto" option to show automatically installed packages
2007-09-25* cmdline/apt-mark:Michael Vogt
- Fix chmoding after have renamed the extended-states file (LP: #140019) (thanks to Laurent Bigonville)
2007-06-09* merged some more missing bitsMichael Vogt
2007-03-14cmdline/apt-mark: fix chmod()/rename() orderingMichael Vogt
2007-03-14* apt-pkg/depcache.cc:Michael Vogt
- always chmod extended_states to 0644
2006-06-26* cmdline/apt-mark:Michael Vogt
- very simple tool to manipulate the extended_states for autoinstall * apt-pkg/depcache.cc: - keep exisiting data in "extended_states" to make other tools happy