Luca Bruno
8cd53bd4fe
* Compilation fixes and portability improvement for compiling APT against non-GNU libc
14 years ago
Luca Bruno
a8cabc8f40
* Document apt-key finger and adv commands (thanks to Stefan Schmidt, closes : #350575 )
14 years ago
Michael Vogt
1171258afb
* added debian/README.source
14 years ago
Otavio Salvador
e88d983a74
Add support for --no-download on apt-get update. Closes : #478517
14 years ago
Michael Vogt
3a341a1ded
cmdline/apt-key: only use verify_against_master_keyring in net-update, not in update. it does not add any security in update (see comment in the source for rational)
14 years ago
Michael Vogt
85bd111a9b
cmdline/apt-get.cc:
- install tasks in two passes, first without dependency auto-install,
the with it. this ensure that we do not run in a situation were
a task packages A dependens on B|C and C is part of the task but
B gets installed too because of the greedy nature of apt
15 years ago
Michael Vogt
9dbe6ae43a
- run the problemResolver after a task was installed
so that it can correct any missing dependencies
15 years ago
Michael Vogt
0748d509f6
* cmdline/apt-get.cc:
- fix incorrect help output for -f (LP: #57487 )
15 years ago
bubulle@debian.org
12bffed793
Fix some strings and unfuzzy translations. Closes : #466845
15 years ago
Michael Vogt
bd668fbb93
cmdline/apt-get.cc:
- fix task installing (thanks to Colin Watson)
15 years ago
Michael Vogt
8dd0686e56
cmdline/apt-key: add explaination when importing new keys
15 years ago
Michael Vogt
93886541b3
cmdline/apt-key: make net-update more robust
15 years ago
Michael Vogt
3916f94115
cmdline/apt-key: import from the correct keyring (ADD_KEYRING) in add_keys_with_verify_against_master_keyring
15 years ago
Michael Vogt
848ecfa4e7
* cmdline/apt-key:
- add support for net-update command that verifies all keys
against the master key keyring
15 years ago
Michael Vogt
c9bb37c725
cmdline/apt-key: fix in the trusted key import script
15 years ago
Michael Vogt
8c56b1e0db
cmdline/apt-key: refactor the master key checking into a function
15 years ago
Michael Vogt
7fbe42c07e
* cmdline/apt-key:
15 years ago
Michael Vogt
760d496800
* move the ListUpdate() code from cachefile.h into algorithms.{cc,h}
as it does not require a cachefile at all
15 years ago
bubulle@debian.org
813603a05f
Fix wording of 'after unpacking'
15 years ago
Otavio Salvador
da543ed87d
* Applied patch from Peter Eisentraut <peter_e@gmx.net> to fix a
grammatical error ("manual installed" -> "manually installed"),
closes : #438136 .
*
15 years ago
Otavio Salvador
9129f2af99
* Applied patch from Robert Millan <rmh@aybabtu.com> to make apt-key and
apt-get to ignore time conflicts, closes : #451328 .
15 years ago
Otavio Salvador
885d204bd3
* Applied patch from Amos Waterland <apw@us.ibm.com> to allow apt to
work properly in initramfs, closes : #448316 .
15 years ago
Otavio Salvador
24401c09f0
* cmdline/apt-get.cc: really applies Julien Danjou <acid@debian.org>
patch to add 'purge' command line argument (closes : #133421 ).
15 years ago
Otavio Salvador
3272872427
Fix indentation
15 years ago
Otavio Salvador
5edb74a357
* cmdline/apt-get.cc: adds 'autoremove' as a valid comment to usage
statement of apt-get (closes : #445468 ).
15 years ago
Otavio Salvador
70e6f24e3b
- cmdline/apt-extracttemplates.cc: likewise;
15 years ago
Michael Vogt
526d43695b
* cmdline/apt-mark:
- Fix chmoding after have renamed the extended-states file (LP: #140019 )
(thanks to Laurent Bigonville)
15 years ago
Michael Vogt
085bedacb0
* cmdline/apt-get.cc:
- do not change the auto-installed information if a package
is reinstalled
15 years ago
Michael Vogt
9efa2e916d
* fix "purge" commandline argument, closes : #133421
(thanks to Julien Danjou for the patch)
15 years ago
Otavio Salvador
bf6d5b428e
* Add support to apt-key to export keys to stdout. Thanks to "Dwayne
C. Litzenberger" <dlitz@dlitz.net> for the patch (closes : #441942 )
15 years ago
Otavio Salvador
5b28c80407
* Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrong
directory downloading on non-linux architectures (closes : #435597 )
15 years ago
Michael Vogt
495e5cb254
* implement sha256/sha1/md5 checking with proper backward compatibility
and fallback
15 years ago
Michael Vogt
394eadc8e1
- support task removal too: apt-get remove taskname^
(thanks to Matt Zimmerman reporting this problem)
15 years ago
Michael Vogt
f03dd1e032
- fix in the task-install code regexp (thanks to Adam Conrad and
Colin Watson)
15 years ago
Michael Vogt
db8dfd2eee
* cmdline/apt-get.cc:
15 years ago
Michael Vogt
d8cb4aa445
* first (raw and ineffient) implementation
15 years ago
Michael Vogt
1d75192b8f
* cmdline/apt-get.cc:
- improve taskinstall regexp
15 years ago
Michael Vogt
5a68ea79e4
* cmdline/apt-get.cc:
- revert task-install feature
- show auto-removal information
15 years ago
Michael Vogt
1979e742ad
* add --dsc-only option, thanks to K. Richard Pixley
15 years ago
Michael Vogt
152ab79e05
* fix FTBFS with gcc 4.3, closes : #417090
(thanks to Martin Michlmayr for the patch)
15 years ago
Michael Vogt
e47c7d1643
* add "purge" commandline argument, closes : #133421 )
(thanks to Julien Danjou for the patch)
15 years ago
Michael Vogt
3036f1e491
* NMU
15 years ago
Michael Vogt
54eda6ae96
cmdline/apt-mark: fix chmod()/rename() ordering
16 years ago
Michael Vogt
8a3a2e994e
* apt-pkg/depcache.cc:
- always chmod extended_states to 0644
16 years ago
Michael Vogt
7898bd970a
* cmdline/apt-get.cc:
- applied patch from Frode M. Døving to have APT::Get::HideAutoRemove
16 years ago
Michael Vogt
fd59a71340
* cmdline/apt-get.cc:
- do not clean the auto-flag in "remove" mode (e.g. apt-get remove already-installed-pkg)
- only show packages in the auto-remove list that are not already marked for removal
16 years ago
Michael Vogt
e4b74e4b34
* cmdline/apt-get.cc:
- apt-get install foo
for a already installed package foo that is marked "auto" will clear
the auto-flag
16 years ago
Michael Vogt
e406c1756b
* cmdline/apt-get.cc:
- fix show-versions output
16 years ago
Michael Vogt
b255ff1a11
* cmdline/apt-get.cc:
- fix problem that AutomaticRemove can't be set permanently via preferences
16 years ago
Michael Vogt
be0a16728d
* cmdline/apt-get.cc:
- run TryToInstall() in a way that it won't automatically tries to
fix the cache after each package but queue them all first
16 years ago