summaryrefslogtreecommitdiff
path: root/cmdline
Commit message (Collapse)AuthorAgeFilesLines
* merge 'after squeeze release'-stuffDavid Kalnischkies2011-02-032-34/+74
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ David Kalnischkies ] * apt-pkg/depcache.cc: - add SetCandidateRelease() to set a candidate version and the candidates of dependencies if needed to a specified release (Closes: #572709) * cmdline/apt-get.cc: - if --print-uris is used don't setup downloader as we don't need progress, lock nor the directories it would create otherwise - show dependencies of essential packages which are going to remove only if they cause the remove of this essential (Closes: #601961) - keep not installed garbage packages uninstalled instead of showing in the autoremove section and installing those (Closes: #604222) - change pkg/release behavior to use the new SetCandidateRelease so installing packages from experimental or backports is easier - really do not show packages in the extra section if they were requested on the commandline, e.g. with a modifier (Closes: #184730) * debian/control: - add Vcs-Browser now that loggerhead works again (Closes: #511168) - depend on debhelper 7 to raise compat level - depend on dpkg-dev (>= 1.15.8) to have c++ symbol mangling * apt-pkg/contrib/fileutl.cc: - add a RealFileExists method and check that your configuration files are real files to avoid endless loops if not (Closes: #604401) - ignore non-regular files in GetListOfFilesInDir (Closes: #594694) * apt-pkg/contrib/weakptr.h: - include stddefs.h to fix compile error (undefined NULL) with gcc-4.6 * methods/https.cc: - fix CURLOPT_SSL_VERIFYHOST by really passing 2 to it if enabled * deb/dpkgpm.cc: - fix popen/fclose mismatch reported by cppcheck. Thanks to Petter Reinholdtsen for report and patch! (Closes: #607803) * doc/apt.conf.5.xml: - fix multipl{y,e} spelling error reported by Jakub Wilk (Closes: #607636) * apt-inst/contrib/extracttar.cc: - let apt-utils work with encoded tar headers if uid/gid are large. Thanks to Nobuhiro Hayashi for the patch! (Closes: #330162) * apt-pkg/cacheiterator.h: - do not segfault if cache is not build (Closes: #254770) * doc/apt-get.8.xml: - remove duplicated mentioning of --install-recommends * doc/sources.list.5.xml: - remove obsolete references to non-us (Closes: #594495) * debian/rules: - use -- instead of deprecated -u for dh_gencontrol - remove shlibs.local creation and usage - show differences in the symbol files, but never fail * pre-build.sh: - remove as it is not needed for a working 'bzr bd' * debian/{apt,apt-utils}.symbols: - ship experimental unmangled c++ symbol files * methods/rred.cc: - operate optional on gzip compressed pdiffs * apt-pkg/acquire-item.cc: - don't uncompress downloaded pdiff files before feeding it to rred - try downloading clearsigned InRelease before trying Release.gpg - change the internal handling of Extensions in pkgAcqIndex - add a special uncompressed compression type to prefer those files - download and use i18n/Index to choose which Translations to download * cmdline/apt-key: - don't set trustdb-name as non-root so 'list' and 'finger' can be used without being root (Closes: #393005, #592107) * apt-pkg/deb/deblistparser.cc: - rewrite LoadReleaseInfo to cope with clearsigned Releasefiles * ftparchive/writer.cc: - add config option to search for more patterns in release command - include Index files by default in the Release file * methods/{gzip,bzip}.cc: - print a good error message if FileSize() is zero * apt-pkg/aptconfiguration.cc: - remove the inbuilt Translation files whitelist
| * merge with debian-sidDavid Kalnischkies2011-01-251-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ Christian Perrier ] * Fix encoding for Slovenian translation. PO file switched to UTF-8. Closes: #609957 [ David Kalnischkies ] * ftparchive/apt-ftparchive.cc: - fix endless loop for multiple TranslationsWriters [ Julian Andres Klode ] * cmdline/apt-cache.cc: Create an error for apt-cache depends if packages could not found (LP: #647045) [ Manpages translations ] * Correct a typo and an error in French manpages translation. Closes: # 607170 [ Programs translations ] * po/es.po: Updated, plus fixes encoding issues and fixes two fuzzy strings, thanks to Javier Fernandez-Sanguino (closes: #610692) * Spanish update by Javier Fernández-Sanguino Peña. Closes: #607145
| * | * cmdline/apt-key:David Kalnischkies2011-01-161-1/+6
| | | | | | | | | | | | - don't set trustdb-name as non-root so 'list' and 'finger' can be used without being root (Closes: #393005, #592107)
| * | set the Candidate for all before doing the propargationDavid Kalnischkies2010-12-031-0/+4
| | |
| * | simplify the new-and-autoremove fix a bitDavid Kalnischkies2010-12-031-4/+2
| | |
| * | really do not show packages in the extra section if they wereDavid Kalnischkies2010-12-031-9/+8
| | | | | | | | | requested on the commandline, e.g. with a modifier
| * | * apt-pkg/depcache.cc:David Kalnischkies2010-12-031-3/+33
| | | | | | | | | | | | | | | | | | | | | - 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
| * | keep not installed garbage packages uninstalled instead of showingDavid Kalnischkies2010-12-031-18/+22
| | | | | | | | | in the autoremove section and installing those (Closes: #604222)
| * | show dependencies of essential packages which are going to removeDavid Kalnischkies2010-11-301-1/+3
| | | | | | | | | only if they cause the remove of this essential (Closes: #601961)
| * | * cmdline/apt-get.cc:David Kalnischkies2010-11-301-2/+0
| | | | | | | | | | | | | | | - if --print-uris is used don't setup downloader as we don't need progress, lock nor the directories it would create otherwise
* | | merged from the lp:~mvo/apt/mvo branchMichael Vogt2011-02-021-0/+220
|\ \ \ | |_|/ |/| |
| * | merged from apt-get-downloadMichael Vogt2010-11-181-2/+1
| |\ \
| | * | cmdline/apt-get.cc: download it all in one goMichael Vogt2010-11-181-2/+1
| | | |
| * | | merged from apt-get-changelogMichael Vogt2010-11-181-8/+9
| |\ \ \
| | * | | cmdline/apt-get.cc: remove srcpkgMichael Vogt2010-11-181-5/+4
| | | | |
| | * | | cmdline/apt-get.cc: use source version instead of binary versionMichael Vogt2010-11-181-3/+5
| | | | |
| * | | | cmdline/apt-get.cc: add download/changelog to usageMichael Vogt2010-11-181-0/+2
| | | | |
| * | | | merged from the apt-get-changelog branchMichael Vogt2010-11-181-44/+54
| |\| | |
| | * | | refactor/simplify changelog fetching codeMichael Vogt2010-11-181-30/+53
| | | | |
| | * | | cmdline/apt-get.cc: simplify changelog uri generationMichael Vogt2010-11-181-17/+4
| | | | |
| | * | | cmdline/apt-get.cc: fix typoMichael Vogt2010-11-181-1/+1
| | | | |
| * | | | merged lp:~mvo/apt/apt-get-changelog Michael Vogt2010-11-181-0/+153
| |\| | |
| | * | | cmdline/apt-get.cc: improve changelog descriptionMichael Vogt2010-11-161-3/+6
| | | | |
| | * | | add support for third party changelogsMichael Vogt2010-11-161-0/+42
| | | | |
| | * | | cmdline/apt-get.cc: create the mkdtemp dir in /tmpMichael Vogt2010-11-151-1/+1
| | | | |
| | * | | cmdline/apt-get.cc: move Setup a level higherMichael Vogt2010-11-151-3/+2
| | | | |
| | * | | cmdline/apt-get.cc make only the server configurable, but not the format ↵Michael Vogt2010-11-151-6/+8
| | | | | | | | | | | | | | | | | | | | string (attack vector?)
| | * | | support Apt::Changelog::Server, code cleanupMichael Vogt2010-11-151-21/+19
| | | | |
| | * | | use mkdtemp() instead of tempnam, free mkdtemp() data afterwards, return ↵Michael Vogt2010-11-151-2/+12
| | | | | | | | | | | | | | | | | | | | true in DoChangelog handler
| | * | | initial apt-get changelog implementation, not quite ready yet (need to get ↵Michael Vogt2010-11-151-0/+99
| | | | | | | | | | | | | | | | | | | | rid of tmpnam
| * | | | move DoDownload up to workaround merge conflict with the changelog branchMichael Vogt2010-11-181-54/+54
| | | | |
| * | | | merged lp:~mvo/apt/apt-get-download Michael Vogt2010-11-181-0/+55
| |\ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| |
| | * | cmdline/apt-get.cc: and add size as wellMichael Vogt2010-11-151-1/+1
| | | |
| | * | cmdline/apt-get.cc: add hash to the downloaderMichael Vogt2010-11-151-6/+15
| | | |
| | * | cmdline/apt-get.cc: add download commandlien optionMichael Vogt2010-11-151-0/+46
| | |/
* | / cmdline/apt-cache.cc: Create an error for apt-cache dependsJulian Andres Klode2010-12-071-1/+1
|/ / | | | | if packages could not found (LP: #647045)
* / * cmdline/acqprogress.cc:David Kalnischkies2010-11-111-0/+12
|/ | | | | | - 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)
* * apt-pkg/contrib/strutl.cc:David Kalnischkies2010-09-281-0/+12
| | | - add a space between number and unit as required by SI (Closes: #598352)
* * cmdline/apt-cache.cc:David Kalnischkies2010-09-241-2/+2
| | | | - use the TranslatedDescription for searching and not the first available one as it is maybe not an expected language (Closes: #597925)
* * cmdline/apt-key:David Kalnischkies2010-09-041-0/+2
| | | | - support also Dir::Etc::Trusted so that apt-key works in the same way as the library part which works with the trusted files
* remove useless GetInitialize methodDavid Kalnischkies2010-08-281-11/+0
|
* remove death code by removing unused GetInitializeDavid Kalnischkies2010-08-281-16/+0
|
* * cmdline/apt-get.cc:David Kalnischkies2010-08-261-19/+20
| | | | - remove direct calls of ReadMainList and use the wrapper instead to protect us from useless re-reads and two-times notice display
* show in madison command again also source packages (LP: #614589)David Kalnischkies2010-08-251-5/+11
|
* Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aokibubulle@debian.org2010-08-241-1/+1
| | | Closes: #594211
* purge packages in 'rc' state, thanks Rogier! (Closes: #150831)David Kalnischkies2010-08-121-3/+6
|
* * cmdline/apt-get.cc:David Kalnischkies2010-08-111-1/+3
| | | | - let APT::Get::Arch-Only in build-dep default to false again (Closes: #592628) Thanks Mohamed Amine IL Idrissi for report!
* - return success in show if a virtual package was givenDavid Kalnischkies2010-07-301-26/+38
| | | *
* - [ABI BREAK] add an ErrorType option to CacheSetHelperDavid Kalnischkies2010-07-301-8/+16
| | | | | * cmdline/apt-cache.cc: - use Notice instead of Error in the CacheSetHelper messages for compat reasons. Otherwise tools like sbuild blow up
* merged lp:~donkult/apt/sidMichael Vogt2010-07-295-1026/+108
|\