David Kalnischkies
|
9179f697ed
the previously used VERSION didn't work everywhere so we are switching
|
14 lat temu |
David Kalnischkies
|
73edfd42d9
* cmdline/apt-cache.cc:
|
14 lat temu |
David Kalnischkies
|
468720c59f
enable FileFd to guess the compressor based on the filename if requested or
|
14 lat temu |
David Kalnischkies
|
c4cca79156
- provide a {Package,Version}List similar to {Package,Version}Set
|
14 lat temu |
David Kalnischkies
|
15fc8636b3
* apt-pkg/cacheset.cc:
|
14 lat temu |
David Kalnischkies
|
472ff00ef2
use forward declaration in headers if possible instead of includes
|
15 lat temu |
David Kalnischkies
|
74b2200285
merge with debian/experimental
|
15 lat temu |
David Kalnischkies
|
ea54214002
reorder includes: add <config.h> if needed and include it at first
|
15 lat temu |
David Kalnischkies
|
f7f0d6c756
cppcheck complains about some possible speed improvements which could be
|
15 lat temu |
David Kalnischkies
|
359e46db58
convert a lot of places to use IsNegative instead of checking by hand
|
15 lat temu |
David Kalnischkies
|
182a6a5574
* cmdline/apt-get.cc:
|
15 lat temu |
David Kalnischkies
|
6070a34618
fix a bunch of cppcheck warnings/errors based on a patch by
|
15 lat temu |
David Kalnischkies
|
28166356f3
Remove the "pseudopackage" handling of Architecture: all packages for
|
15 lat temu |
David Kalnischkies
|
7fefa1842d
* cmdline/apt-cache.cc:
|
15 lat temu |
Julian Andres Klode
|
f23fc0e090
cmdline/apt-cache.cc: Create an error for apt-cache depends
|
15 lat temu |
David Kalnischkies
|
dd21adb85a
* cmdline/apt-cache.cc:
|
16 lat temu |
David Kalnischkies
|
e56aac77a4
remove useless GetInitialize method
|
16 lat temu |
David Kalnischkies
|
dc67d95fa4
show in madison command again also source packages (LP: #614589)
|
16 lat temu |
David Kalnischkies
|
65f810811a
- return success in show if a virtual package was given
|
16 lat temu |
David Kalnischkies
|
cd7bbc479f
- [ABI BREAK] add an ErrorType option to CacheSetHelper
|
16 lat temu |
David Kalnischkies
|
3de4647b39
- show in (r)depends the canidate per default instead of newest
|
16 lat temu |
David Kalnischkies
|
a5032f8423
add APT::Cache::ShowOnlyFirstOr option to print only the first
|
16 lat temu |
David Kalnischkies
|
8fde723961
* apt-pkg/cacheset.cc:
|
16 lat temu |
David Kalnischkies
|
fe1af091b8
* cmdline/apt-cache.cc:
|
16 lat temu |
David Kalnischkies
|
3184b4cf2e
[ Martin Pitt ]
|
16 lat temu |
David Kalnischkies
|
320352e004
give the APT::Cache::Generate option her effect back
|
16 lat temu |
David Kalnischkies
|
c340d18512
do not override the user set quiet setting even if the target is not a tty
|
16 lat temu |
David Kalnischkies
|
65beb5720f
print all messages if the application is in an interactive run
|
16 lat temu |
martin@piware.de
|
c4fc2fd7fa
Switch FileFd to not transparently gunzip, since that breaks code which expects the compressed contents to stay (such as the copy backend, or when using file:// repositories. Instead, introduce a new ReadOnlyGzip mode and use that where needed
|
16 lat temu |
David Kalnischkies
|
313678129b
* cmdline/apt-get.cc:
|
16 lat temu |