Age | Commit message (Collapse) | Author |
|
|
|
- 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
|
|
- clarify "MMap reached size limit" error message, thanks Ivan Masár!
|
|
- remove the keyrings count limit by using vector magic
|
|
- be doublesure that the killer query is empty before starting reinstall
|
|
|
|
|
|
|
|
* debian/control:
- build-depend on doxygen
|
|
directory (and to have a better method name in the error message if not)
|
|
- install html doxygen in libapt-pkg-doc as well
|
|
- install html doxygen in libapt-pkg-doc as well
|
|
- install html doxygen in libapt-pkg-doc as well
|
|
- fix max tag buffer size (LP: #545336, closes: #578959)
|
|
- fix max tag buffer size (LP: #545336, closes: #578959)
|
|
- fix max tag buffer size (LP: #545336, closes: #578959)
|
|
- remove targets refering to CVS or arch as they are useless
|
|
- spell out some less known options to reduce manpage consulation-rate
- Use POSIX command substitution: $(<command sequence>)
- Remove EOL whitespace (Closes: #577804)
|
|
* cmdline/apt-cache.cc:
- Add a showauto command to apt-cache.
- Add apt-get markauto and unmarkauto commands.
|
|
|
|
- sync documentation with status quo, regarding files/directories in
use, extended_states and uri schemes.
* doc/cache.sgml:
- drop the file in favor of inplace documentation with doxygen
* apt-pkg/pkgcache.h:
- enhance the Groups ABI by providing a ID as the other structs does
- check also the size of the Group struct then checking for the others
|
|
|
|
|
|
- Merge fix from David to correct handling in single-arch environments.
This makes apt-get showauto working.
|
|
|
|
- add a class WeakPointable which allows one to register weak pointers to
an object which will be set to NULL when the object is deallocated.
* [ABI break] apt-pkg/acquire{-worker,-item,}.h:
- subclass pkgAcquire::{Worker,Item,ItemDesc} from WeakPointable.
|
|
- use the patchfile modification time instead of the one from the
"old" file - thanks to Philipp Weis for noticing! (Closes: #571541)
|
|
|
|
|
|
|
|
|
|
- enhance the Groups ABI by providing a ID as the other structs does
- check also the size of the Group struct then checking for the others
|
|
- drop the file in favor of inplace documentation with doxygen
|
|
|
|
|
|
|
|
- sync documentation with status quo, regarding files/directories in
use, extended_states and uri schemes.
|
|
|
|
- If no "_" is found in the language code, try to find a "."
This is required for languages like Esperanto that have no
county associated with them (LP: #560956)
Thanks to "Aisano" for the fix
|
|
in his package choices
The previous implementation tried to install the package for arch A and
if this fails B, C and so on. This results in wrong architecture choices
for packages which depend on other pseudo packages, so he will now try
to install the dependencies first before trying the package itself and
only if this fails he tries the next architecture.
|
|
|
|
- fix incorrect std::cout usage for debug output
|
|
- add "IsIndexFile" to constructor of pkgAcqFile so that it sends
the right cache control headers
|
|
|
|
- error out if #clear directive has no argument
|
|
- be less strict and accept [option=value] as well
|
|
- correct typos in german apt_preferences manpage, thanks Chris Leick!
|
|
|
|
- Add a note about APT_CONFIG in the -c description (Closes: #578267)
|
|
- align Installed and Candidate Version in policy so they can be compared
easier, thanks Ralf Gesellensetter for the pointer! (Closes: #578657)
|