summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* merged po4a change from David, many thanksMichael Vogt2009-09-045-42/+28
|\
| * merge with lp:~mvo/apt/debian-sid with the bugfix release 0.7.23.1 in it.David Kalnischkies2009-08-291-1/+14
| |\
| * \ merge with my po4a branch & update both pot'sDavid Kalnischkies2009-08-285-42/+28
| |\ \ | | | | | | | | | | | | | | | | | | | | Thanks again for the initial patch from KURASAWA Nozomu and for the improvements and cleanups done by Nicolas François to get po4a up and running for apt man page translations!
| | * | * buildlib/po4a_manpage.mak, doc/makefile, configure:David Kalnischkies2009-08-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - simplify the makefiles needed for po4a manpages Add a bit more autodetection to the buildsystem to be able to add only half translated languages (only a few man pages, not all) and try to reduce the overhead needed to add new languages.
| | * | [ Nicolas François ]David Kalnischkies2009-08-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | * doc/ja/*, doc/po/ja.po: - remove the old ja man page translation and replace it with the new po4a-powered translation by KURASAWA Nozomu.
| | * | [ Nicolas François ]David Kalnischkies2009-08-265-42/+8
| | | | | | | | | | | | | | | | | | | | | | | | * Cleaned up the first patch draft from KURASAWA Nozomu to finally get po4a support for translating the man pages. Many thanks to both for this excellent work! (Closes: #441608)
| | * | [ Nicolas François ]David Kalnischkies2009-08-261-0/+2
| | | | | | | | | | | | | | | | | | | | * doc/style.txt, buildlib/defaults.mak, buildlib/manpage.mak: - fix a few typos in the comments of this files
| | * | * doc/Doxyfile.inDavid Kalnischkies2009-08-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - activate DOT_MULTI_TARGETS, it is default on since doxygen 1.5.9 The description for this option is: # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output # files in one run (i.e. multiple -o and -T options on the command line). This # makes dot run faster, but since only newer versions of dot (>1.8.10) # support this, this feature is disabled by default. Even oldstable has a newer dot version, so the debian package doxygen activate it per default and we will follow this recommendation now.
| | * | * doc/Doxyfile.in:David Kalnischkies2009-08-261-0/+2
| | | | | | | | | | | | | | | | - update file with doxygen 1.6.1 (current unstable)
| | * | [ Nicolas François ]David Kalnischkies2009-08-261-0/+4
| | | | | | | | | | | | | | | | | | | | * doc/*.?.xml (manpages): - add contrib to author tags and also add refmiscinfo to fix warnings
* | | | releasing version 0.7.23.1Michael Vogt2009-08-281-2/+2
| |_|/ |/| |
* | | * apt-pkg/acquire-item.cc:Michael Vogt2009-08-281-0/+2
| | | | | | | | | - do not segfault on invalid items (closes: #544080)
* | | * apt-pkg/pkgcache.cc:Michael Vogt2009-08-281-1/+12
|\ \ \ | |/ / |/| | | | | | | | | | | - do not set internel "needs-configure" state for packages in triggers-pending state. dpkg will deal with the trigger and it if does it before we trigger it, dpkg will error out (LP: #414631)
| * | * apt-pkg/pkgcache.cc:Michael Vogt2009-08-241-0/+7
| | | | | | | | | | | | | | | | | | - do not set internel "needs-configure" state for packages in triggers-pending state. dpkg will deal with the trigger and it if does it before we trigger it, dpkg will error out (LP: #414631)
* | | releasing version 0.7.23Michael Vogt2009-08-272-3/+3
| | |
* | | merged from lp:~donkult/apt/sidMichael Vogt2009-08-271-3/+46
|\ \ \ | |/ / |/| |
| * | fix changelog entry for compression types reordering patch toDavid Kalnischkies2009-08-261-1/+1
| |/ | | | | | | | | reflect that we now use the new APT::Configuration class for this instead of the init.cc
| * Allow empty Reason-Phase in the Status-Lines, which is allowed by rtfDavid Kalnischkies2009-08-181-0/+3
| | | | | | | | | | | | | | | | | | | | | | http://www.w3.org/Protocols/rfc2616/rfc2616.html . Fixed by removing a space which will now be visibly in the errormessages, but as this errors should never happen anyway and an extra space doesn't harm we don't removed it. * methods/http.cc: - allow empty Reason-Phase in Status-Line to please squid, thanks Modestas Vainius for noticing! (Closes: #531157, LP: #411435)
| * [doc/apt-get.8.xml]David Kalnischkies2009-08-121-0/+3
| | | | | | | | | | - update the source description to reflect what it actually does and how it can be used. (Closes: #413021)
| * Add the pkg/release syntax to the source command in apt-get and alsoDavid Kalnischkies2009-08-121-0/+1
| | | | | | | | | | | | | | add the understanding for codenames instead of archives here [cmdline/apt-get.cc] - add pkg/archive and codename in source (Closes: #414105, #441178)
| * [cmdline/apt-get.cc]David Kalnischkies2009-08-121-0/+2
| | | | | | | | | | - use SourceVersion instead of the BinaryVersion to get the source Patch by Matt Kraai, thanks! (Closes: #382826)
| * With the introduction of the Is{Delete,Install}Ok hooks the apt flagDavid Kalnischkies2009-08-121-0/+2
| | | | | | | | | | | | | | | | --ignore-hold only works partly: The holds are to strongly enforced in these hooks - this commit brings the old (and expected) behaviour back. [apt-pkg/depcache.cc] - restore the --ignore-hold effect in the Is{Delete,Install}Ok hooks
| * Add a Acquire::CompressionTypes config variable from there theDavid Kalnischkies2009-08-121-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | acquire-items choose which compression file they should (try first to) download to easily add new or change the order of the compression types. And because it is easy now we directly add builtin lzma support. The compression ratio is better than bzip2 but we prefer the later for now as no (official) mirror uses lzma, so this would only generate useless hits on the servers. Maybe sometime in the future lzma will be the default... [apt-pkg/acquire-item.cc] - use configsettings for dynamic compression type use and order. Based on a patch by Jyrki Muukkonen, thanks! (LP: #71746) [apt-pkg/init.cc] - add default configuration for compression types and add lzma support. Order is now bzip2, lzma, gzip, none (Closes: #510526) [ftparchive/writer.cc] - add lzma support also here, patch for this (and inspiration for the one above) by Robert Millan, thanks!
| * [cmdline/apt-get.cc] correct the order of picked package binary vs sourceDavid Kalnischkies2009-08-091-0/+1
| | | | | | | | in the source command in the msg "No source package x picking y instead"
| * [doc/apt-mark.8.xml] improve manpage based on patch by Carl Chenet, thanks!David Kalnischkies2009-08-091-0/+2
| | | | | | | | (Closes: #510286) add also showauto and command synopsis
| * [apt-inst/contrib/arfile.cc] use sizeof instead strlenDavid Kalnischkies2009-08-091-0/+2
| | | | | | | | Patch from Marius Vollmer, thanks! (Closes: #504325)
| * [cmdline/apt-get.cc] check for availability ofstatfs.f_typeDavid Kalnischkies2009-08-091-0/+1
| | | | | | | | Patch from Robert Millan, thanks! (Closes: #509313)
| * [doc/apt.conf.5.xml] mention the apt.conf.d dirDavid Kalnischkies2009-08-081-0/+2
| | | | | | | | Patch from Vincent McIntyre, thanks! (Closes: #520831)
| * [cmdline/apt-cache.cc] fix a memory leak in the xvcg methodDavid Kalnischkies2009-08-081-2/+5
| | | | | | | | Patch from George Danchev, thanks (Closes: #511557)
| * [apt-pkg/indexcopy.cc] fix a (hypothetical) memory leak then the ReleaseDavid Kalnischkies2009-08-081-0/+3
| | | | | | | | file not exists, patch from George Danchev, thanks! (Closes: #511556)
| * merge with apt-sidDavid Kalnischkies2009-08-083-15/+54
| |\ | | | | | | | | | * backout my fix for the sources.list issue, there is already one in
| * | [debian/changlog] add entry for the "missing source.list file" fixDavid Kalnischkies2009-08-031-0/+3
| | | | | | | | | | | | | | | | | | * apt-pkg/sourcelist.cc: - only show warning about missing sources.list file if no we have no valid sourceentry (Closes: #539731)
| * | [debian/changelog] correct two typos in the changelog for 0.7.22David Kalnischkies2009-08-011-2/+2
| | |
| * | [debian/changelog] add a Closes tag to mvo's --only-source patchDavid Kalnischkies2009-08-011-1/+1
| | |
| * | [apt-pkg/contrib/strutl.cc] enable thousand separator according toDavid Kalnischkies2009-07-311-0/+3
| | | | | | | | | | | | the current locale. Patch from Luca Bruno (Closes: #223712)
| * | [cmdline/apt-get.cc] ShowBroken() in build-dep (Closes: #145916)David Kalnischkies2009-07-311-0/+1
| | | | | | | | | | | | Patch from Mike O'Connor, thanks!
| * | [cmdline/apt-get.cc] add APT::Get::HideAutoRemove=small to display onlyDavid Kalnischkies2009-07-311-0/+6
| | | | | | | | | | | | a short line instead of the full package list. (Closes: #537450)
* | | merged from the jackyf-devel branchMichael Vogt2009-08-192-1/+22
|\ \ \ | |_|/ |/| |
| * | Actualized COPYING file.Eugene V. Lyubimkin2008-12-211-0/+3
| | |
| * | Merged from debian-sid branch.Eugene V. Lyubimkin2008-12-191-0/+4
| |\ \
| * | | Rename: 'debian/NEWS.Debian' => 'debian/NEWS' to make the file recognizeable ↵Eugene V. Lyubimkin2008-12-181-0/+0
| | | | | | | | | | | | | | | | by debhelper and, so, installed.
| * | | Noted in NEWS.Debian changes in determining proxy algorithm.Eugene V. Lyubimkin2008-12-181-0/+9
| | | |
| * | | Fixed typo in changelog.Eugene V. Lyubimkin2008-12-181-1/+1
| | | |
| * | | debian/changelog: updated dateEugene V. Lyubimkin2008-12-151-1/+1
| | | |
| * | | Merged with debian-sid branch.Eugene V. Lyubimkin2008-12-151-4/+5
| |\ \ \
| * | | | Make apt proxy options have the highest priority, unified proxy determining ↵Eugene V. Lyubimkin2008-12-151-0/+6
| | | | | | | | | | | | | | | | | | | | code.
* | | | | debian/apt.cron.daily: Fix issue related to APT::Periodic::Enable.Julian Andres Klode2009-08-061-1/+1
| | | | |
* | | | | debian/apt.cron.daily: Support using debdelta to download packages (Closes: ↵Julian Andres Klode2009-08-062-1/+11
| | | | | | | | | | | | | | | | | | | | #532079)
* | | | | debian/apt.cron.daily: Script can be disabled by APT::Periodic::Enable=0 ↵Julian Andres Klode2009-08-062-3/+15
| | | | | | | | | | | | | | | | | | | | (Closes: #485476)
* | | | | debian/apt.cron.daily: Make sure that VERBOSE is always setJulian Andres Klode2009-08-062-3/+8
| | | | | | | | | | | | | | | before accessing it (Closes: #539366)