summaryrefslogtreecommitdiff
path: root/cmdline/apt-mark
Commit message (Collapse)AuthorAgeFilesLines
* * cmdline/apt-mark.cc:David Kalnischkies2011-04-211-101/+0
| | | - reimplement apt-mark in c++
* cmdline/apt-get.cc: Add apt-get markauto, showauto and unmarkauto commands.Julian Andres Klode2010-05-041-1/+2
|
* merged from lp:~donkult/apt/sidMichael Vogt2010-04-011-0/+4
|\
| * merge with debian-sid, update-po for manpages and fix a few moreDavid Kalnischkies2010-03-141-11/+11
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | * cmdline/apt-mark:David Kalnischkies2010-02-251-0/+4
| | | | | | | | | | | | - don't crash if no arguments are given (Closes: #570962)
* | | * apt-pkg/deb/dpkgpm.cc:Michael Vogt2010-03-261-0/+3
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| * | * cmdline/apt-mark:Michael Vogt2010-03-121-0/+3
| |/ | | | | | | - show error on incorrect aguments (LP: #517917), thanks to Torsten Spindler
* / * cmdline/apt-mark:Julian Andres Klode2010-03-011-11/+11
|/ | | - Use the new python-apt API (and conflict with python-apt << 0.7.93.2).
* * cmdline/apt-mark:Michael Vogt2010-01-251-2/+7
| | | | | - merge fix from Gene Cash that supports markauto for packages that are not in the extended_states file yet (closes: #534920)
* merged -r 1918..1919 from lp:~donkult/apt/sidMichael Vogt2009-12-101-3/+4
|
* merged -r 1914..1915 from lp:~donkult/apt/sidMichael Vogt2009-12-101-2/+6
|
* * cmdline/apt-mark:Michael Vogt2009-06-031-27/+45
| | | - add "showauto" option to show automatically installed packages
* * cmdline/apt-mark:Michael Vogt2007-09-251-2/+2
| | | | - Fix chmoding after have renamed the extended-states file (LP: #140019) (thanks to Laurent Bigonville)
* * merged some more missing bitsMichael Vogt2007-06-091-0/+1
|\
| * * apt-pkg/depcache.cc:Michael Vogt2007-03-141-0/+1
| | | | | | | | - always chmod extended_states to 0644
* | cmdline/apt-mark: fix chmod()/rename() orderingMichael Vogt2007-03-141-0/+1
|/
* * cmdline/apt-mark:Michael Vogt2006-06-261-0/+63
- 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