Age | Commit message (Collapse) | Author |
|
|
|
|
|
- operate optional on gzip compressed pdiffs
* apt-pkg/acquire-item.cc:
- don't uncompress downloaded pdiff files before feeding it to rred
|
|
- depend on dpkg-dev (>= 1.15.8) to have c++ symbol mangling
* debian/rules:
- remove shlibs.local creation and usage
- show differences in the symbol files, but never fail
* debian/{apt,apt-utils}.symbols:
- ship experimental unmangled c++ symbol files
|
|
- remove as it is not needed for a working 'bzr bd'
|
|
|
|
|
|
- use -- instead of deprecated -u for dh_gencontrol
|
|
- remove obsolete references to non-us (Closes: #594495)
|
|
- remove duplicated mentioning of --install-recommends
|
|
|
|
- do not segfault if cache is not build (Closes: #254770)
|
|
- let apt-utils work with encoded tar headers if uid/gid are large.
Thanks to Nobuhiro Hayashi for the patch! (Closes: #330162)
|
|
- fix multipl{y,e} spelling error reported by Jakub Wilk (Closes: #607636)
|
|
- fix popen/fclose mismatch reported by cppcheck. Thanks to Petter
Reinholdtsen for report and patch! (Closes: #607803)
|
|
- fix CURLOPT_SSL_VERIFYHOST by really passing 2 to it if enabled
|
|
- include stddefs.h to fix compile error (undefined NULL) with gcc-4.6
|
|
- add a RealFileExists method and check that your configuration files
are real files to avoid endless loops if not (Closes: #604401)
|
|
requested on the commandline, e.g. with a modifier
|
|
- add SetCandidateRelease() to set a candidate version and
the candidates of dependencies if needed to a specified
release (Closes: #572709)
- change pkg/release behavior to use the new SetCandidateRelease
so installing packages from experimental or backports is easier
|
|
in the autoremove section and installing those (Closes: #604222)
|
|
only if they cause the remove of this essential (Closes: #601961)
|
|
|
|
- add Vcs-Browser now that loggerhead works again (Closes: #511168)
|
|
- if --print-uris is used don't setup downloader as we don't need
progress, lock nor the directories it would create otherwise
|
|
|
|
|
|
- mark all installed packages first without auto installation in
a dist-upgrade to prefer upgrading packages instead of installing
new packages in versioned or-groups (Closes: #605394)
|
|
* Czech by Miroslav Kure. Closes: #605107
|
|
|
|
|
|
- don't ask the user for media change if quiet >= 2, stdout is not
a tty and assume-yes, force-yes or trivial-only option is set to
avoid cpu eating endless loops in unattended runs like apt.cron
(Closes: #602354, LP: #665580)
|
|
|
|
- Explicitly disable compressed indexes at the start. This ensures that we
will actually test uncompressed indexes regardless of the internal
default value of Acquire::GzipIndexes.
|
|
|
|
- don't ask the user for media change if quiet >= 2, stdout is not
a tty and assume-yes, force-yes or trivial-only option is set to
avoid cpu eating endless loops in unattended runs like apt.cron
(Closes: #602354, LP: #665580)
|
|
- don't install previously not installed providers in a try
to statisfy a "Breaks: provides" dependency by upgrade
|
|
- if the package was explicitly marked as ToRemove don't
consider it as a candidate for FixByInstall
|
|
|
|
- try fixing before removing even if the fix is hidden in
a provides, hidden in the #590438 testcase
|
|
- respect the none-force even in LANG=C (Closes: #602573)
|
|
|
|
Cyril Brulebois for bashing me.
|
|
- ensure that history.log gets closed to avoid leaking a FD
(closes: #601649)
|
|
|
|
- ensure that history.log gets closed to avoid leaking a FD
(closes: #601649)
|
|
- ensure that history.log gets closed to avoid leaking a FD
(closes: #601649)
|
|
- fallback always to a suitable description (Closes: #601016)
|
|
- Add a FileFd::FileSize() method to get the size of the underlying
file and not the size of the content in the file as FileFd::Size()
does - the sizes can differ since the direct gzip integration
* methods/{gzip,bzip2}.cc:
- use FileSize() to determine if the file is invalid (Closes: #600852)
|
|
|