David Kalnischkies
6e235c6640
improve the handling of regex together with the architecture modifier
12 years ago
David Kalnischkies
4c265635a8
i managed to commit broken code… which (at least in my mind) worked
yesterday. Strange… anyway only small fixes.
12 years ago
David Kalnischkies
78c3259686
move cmdline parsing from apt-cache to new FromCommandLine method
12 years ago
David Kalnischkies
ffee1c2bed
move regex magic from apt-get to new FromRegEx method
12 years ago
David Kalnischkies
e1dbde8dd0
* apt-pkg/packageset.h:
- add a simple wrapper around std::set for packages with it
12 years ago
David Kalnischkies
f5cd2dbfc4
* ftparchive/writer.h:
- add a virtual destructor to FTWScanner class (for cppcheck)
12 years ago
David Kalnischkies
461e4a5e0d
* apt-pkg/depcache.cc:
- correct "Dangerous iterator usage." pointed out by cppcheck
12 years ago
David Kalnischkies
b3fdb99801
* apt-pkg/cacheiterator.h:
- let pkgCache::Iterator inherent std::iterator
12 years ago
David Kalnischkies
e1430400bf
* apt-pkg/indexrecords.{cc,h}:
- add a constant Exists check for MetaKeys
* apt-pkg/acquire-item.cc:
- do not try PDiff if it is not listed in the Meta file
12 years ago
David Kalnischkies
8fa7eefb8a
create the bin-test directory automatic in the runner
12 years ago
David Kalnischkies
3152f4aa4a
* apt-pkg/aptconfiguration.cc:
- remove duplicate architectures in getArchitectures()
12 years ago
David Kalnischkies
392a882ad8
try harder to find the other pseudo versions for autoremove multiarch
12 years ago
David Kalnischkies
8378913047
* apt-pkg/depcache.cc:
- do the autoremove mark process also for required packages to handle
these illegally depending on lower priority packages (Closes : #583517 )
12 years ago
David Kalnischkies
d34690e1dc
* apt-pkg/deb/debsystem.cc:
- add better config item for extended_states file
12 years ago
David Kalnischkies
eb6f9bac96
forward manual-installed bit on package disappearance
12 years ago
David Kalnischkies
6cb1060b58
* apt-pkg/deb/dpkgpm.cc:
- write Disappeared also to the history.log
12 years ago
Michael Vogt
6dd8400ca7
merged from debian-sid
12 years ago
Michael Vogt
f64684a40c
methods/http.cc: shorten comment on return values of DealWithHeaders (because we use a enum now)
12 years ago
Michael Vogt
60e94c8de0
* methods/http.{cc,h}:
- code cleanup, use enums instead of magic ints
12 years ago
Michael Vogt
ff371080d8
merged lp:~donkult/apt/sid
12 years ago
David Kalnischkies
642ebc1a04
- show at the end of the install process a list of disappeared packages
* apt-pkg/packagemanager.h:
- export info about disappeared packages with GetDisappearedPackages()
12 years ago
David Kalnischkies
b3514c5695
* apt-pkg/deb/dpkgpm.cc:
- add 'disappear' to the known processing states, thanks Jonathan Nieder
12 years ago
David Kalnischkies
9233ef0dd4
remove the gnome-apt reference as it is removed from unstable
12 years ago
David Kalnischkies
4fd5ef4244
* doc/apt-get.8.xml:
- do not say explicit target_release_{name,version,codename}, it should
be clear by itself and 'man' can break lines again (Closes : #566166 )
12 years ago
David Kalnischkies
b1c9703eb9
* debian/libapt-pkg-doc.doc-base.cache:
- remove yet another reference to the removed cache.sgml
12 years ago
David Kalnischkies
3915123485
use dpkg-buildflags if available for CXXFLAGS
12 years ago
David Kalnischkies
a59397c121
use $(CURDIR) instead of $(pwd)
12 years ago
bubulle@debian.org
3000cb123a
Italian translation completed
12 years ago
bubulle@debian.org
863987bf90
Italian translation update. Closes : #581742
12 years ago
David Kalnischkies
86924b1652
* README.arch:
- remove the file completely as it has no use nowadays
12 years ago
David Kalnischkies
8545b536e3
handle multiple --{tar,diff,dsc}-only options correctly
12 years ago
David Kalnischkies
10df254bd7
add "NotAutomatic: yes" handling, thanks Osamu Aoki ( Closes : #490347 )
12 years ago
David Kalnischkies
e1dd65c9f1
* doc/apt.ent
- add entities for the current oldstable/stable/testing codenames
* doc/sources.list.5.xml:
- use stable-codename instead of stable in the examples (Closes : #531492 )
* doc/apt_preferences.5.xml:
- adapt some examples here to use current codenames as well
12 years ago
David Kalnischkies
e3ac3b464d
* contrib/mmap.cc:
- clarify "MMap reached size limit" error message, thanks Ivan Masár!
12 years ago
David Kalnischkies
f5a3d0095a
* methods/gpgv.cc:
- remove the keyrings count limit by using vector magic
12 years ago
bubulle@debian.org
4440a0f011
Slovak translation update. Closes : #581159
12 years ago
David Kalnischkies
6248b28e9c
* apt-pkg/depcache.cc:
- be doublesure that the killer query is empty before starting reinstall
12 years ago
Michael Vogt
7273e49443
* methods/http.cc:
- code cleanup, add (some) doxygen strings
12 years ago
Julian Andres Klode
921a3ce01c
apt-pkg/acquire-item.cc: Fix pkgAcqFile::Custom600Headers() to always return something.
12 years ago
David Kalnischkies
d1aa91622b
merge with debian-experimental-ma
12 years ago
Michael Vogt
d7087c493b
releasing version 0.7.26~exp4
12 years ago
David Kalnischkies
2d847a5919
don't suggest held packages as they are installed ( Closes : #578135 )
12 years ago
Michael Vogt
dc1e2a06b5
- install html doxygen in libapt-pkg-doc
* debian/control:
- build-depend on doxygen
12 years ago
David Kalnischkies
448eaf8b59
convert FileExists to DirectoryExists to check if the path is really a
directory (and to have a better method name in the error message if not)
12 years ago
Michael Vogt
224da0778f
* debian/rules:
- install html doxygen in libapt-pkg-doc as well
12 years ago
Michael Vogt
a35960ae5a
* debian/rules:
- install html doxygen in libapt-pkg-doc as well
12 years ago
Michael Vogt
2348c40f43
* debian/rules:
- install html doxygen in libapt-pkg-doc as well
12 years ago
Michael Vogt
b1471fb3f6
* apt-pkg/deb/debrecords.cc:
- fix max tag buffer size (LP: #545336 , closes : #578959 )
12 years ago
Michael Vogt
cda675393c
* apt-pkg/deb/debrecords.cc:
- fix max tag buffer size (LP: #545336 , closes : #578959 )
12 years ago
Michael Vogt
63b528a458
* apt-pkg/deb/debrecords.cc:
- fix max tag buffer size (LP: #545336 , closes : #578959 )
12 years ago