summaryrefslogtreecommitdiff
path: root/cmdline/apt-mark
AgeCommit message (Collapse)Author
2009-11-25print an error and exit if python-apt is not installed for apt-mark,David Kalnischkies
thanks Carl Chenet! (Closes: #521284)
2009-11-25print an error if a new state file can't be created in apt-mark,David Kalnischkies
thanks Carl Chenet! (Closes: #521289)
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