Michael Vogt [Wed, 23 Sep 2009 15:11:41 +0000 (17:11 +0200)]
merged from david, many thanks
David Kalnischkies [Fri, 18 Sep 2009 15:18:15 +0000 (17:18 +0200)]
merge with lp:~mvo/apt/debian-sid including the complete(!) fr
- fix a little markup typo in doc/po/fr.po (start literal-tag with <)
David Kalnischkies [Fri, 18 Sep 2009 14:54:48 +0000 (16:54 +0200)]
cleanup commit for trigger processing:
- remove the DPkg::NoConfTriggers - absolutely useless as we need
TriggersPending already so we can use --no-triggers.
- remove the Immediate-option from the example, it doesn't help much.
- UnpackCritical uses DepUnPackPre with a D (on simple letter...)
- the "smart" optimisation to skip A was not so smart - revert.
bubulle@debian.org [Wed, 16 Sep 2009 20:55:29 +0000 (22:55 +0200)]
Drop de and pl "translations" of manpages
David Kalnischkies [Tue, 15 Sep 2009 21:52:04 +0000 (23:52 +0200)]
Add even more config options and try to handle configuration problems
arising if we upgrade essential or predependencies which need to be
configured before even unpacking packages depending on them.
bubulle@debian.org [Mon, 14 Sep 2009 18:15:26 +0000 (20:15 +0200)]
French translation *comp-ple-ted*!
Champaign!
David Kalnischkies [Sat, 12 Sep 2009 22:32:35 +0000 (00:32 +0200)]
add and document experimental options to make aggressive
use of dpkg's trigger and configuration handling (Closes: #473461)
Add NoTriggers option to add --no-triggers to all dpkg calls,
NoConfiguration to prevent apt from trying to configure packages -
dpkg should handle this in the last ConfigurePending call.
This options are for now deactivated as they require more testing in
real world situations, but the plan is to enable them in the near
future if anything works well.
bubulle@debian.org [Sat, 12 Sep 2009 06:12:16 +0000 (08:12 +0200)]
Progress of the week
David Kalnischkies [Fri, 11 Sep 2009 06:42:26 +0000 (08:42 +0200)]
apt-pkg/deb/dpkgpm.cc: make some variables constant and add foldmarkers
David Kalnischkies [Wed, 9 Sep 2009 16:33:09 +0000 (18:33 +0200)]
use only one xsl file (and therefore utf-8) for all languages
David Kalnischkies [Wed, 9 Sep 2009 13:26:11 +0000 (15:26 +0200)]
remove the suggestion on gnome-apt as it was removed from debian
see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=414526
David Kalnischkies [Wed, 9 Sep 2009 13:25:21 +0000 (15:25 +0200)]
add the fr generated .xml files to the ignore list
David Kalnischkies [Wed, 9 Sep 2009 12:51:57 +0000 (14:51 +0200)]
merge with lp:~mvo/apt/debian-sid
David Kalnischkies [Wed, 9 Sep 2009 12:15:33 +0000 (14:15 +0200)]
debian/prerm: remove file as nobody will upgrade from 0.4.10 anymore
David Kalnischkies [Wed, 9 Sep 2009 12:08:40 +0000 (14:08 +0200)]
add amd64 for cross building (by Mikhail Gusarov, Closes: #513058)
David Kalnischkies [Tue, 8 Sep 2009 21:11:11 +0000 (23:11 +0200)]
add text at the top without failing in rred (Closes: #545694)
Patch from Bernhard R. Link, thanks!
David Kalnischkies [Tue, 8 Sep 2009 15:47:59 +0000 (17:47 +0200)]
document the new preferences.d folder in apt_preferences(Closes: #544017)
David Kalnischkies [Tue, 8 Sep 2009 15:43:47 +0000 (17:43 +0200)]
doc/apt.ent: move the description of files to globally usable entities
David Kalnischkies [Tue, 8 Sep 2009 13:02:15 +0000 (15:02 +0200)]
Rework the CompressionTypes system by adding an Order subgroup to
simplify customisation of the order and improve the documentation
about this setting group.
David Kalnischkies [Tue, 8 Sep 2009 12:27:17 +0000 (14:27 +0200)]
doc/apt-get.8.xml: fix two little typos in the --simulate description.
(half-closes #545059)
David Kalnischkies [Tue, 8 Sep 2009 07:47:12 +0000 (09:47 +0200)]
replace unknown multibytes with ? in UTF8ToCharset (Closes: #545208)
instead of ignoring the returncode and truncating the string on error
David Kalnischkies [Mon, 7 Sep 2009 12:59:19 +0000 (14:59 +0200)]
reintroduce #clear and #include in the config files,
they there broken since 0.7.21 with the introduction of #-comments
bubulle@debian.org [Sat, 5 Sep 2009 16:40:28 +0000 (18:40 +0200)]
Switch French manpages translation to po4a
Michael Vogt [Fri, 4 Sep 2009 18:54:48 +0000 (20:54 +0200)]
merged po4a change from David, many thanks
David Kalnischkies [Fri, 4 Sep 2009 17:32:45 +0000 (19:32 +0200)]
add a helper to easily get a vector of strings from the configuration
David Kalnischkies [Sat, 29 Aug 2009 10:45:32 +0000 (12:45 +0200)]
merge with lp:~mvo/apt/debian-sid with the bugfix release 0.7.23.1 in it.
Michael Vogt [Fri, 28 Aug 2009 21:06:18 +0000 (23:06 +0200)]
releasing version 0.7.23.1
Michael Vogt [Fri, 28 Aug 2009 19:07:55 +0000 (21:07 +0200)]
* apt-pkg/acquire-item.cc:
- do not segfault on invalid items (closes: #544080)
Michael Vogt [Fri, 28 Aug 2009 16:54:02 +0000 (18:54 +0200)]
* apt-pkg/pkgcache.cc:
- 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)
David Kalnischkies [Fri, 28 Aug 2009 08:06:03 +0000 (10:06 +0200)]
merge with my po4a branch & update both pot's
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!
bubulle@debian.org [Thu, 27 Aug 2009 18:30:05 +0000 (20:30 +0200)]
French translation update
bubulle@debian.org [Thu, 27 Aug 2009 18:26:16 +0000 (20:26 +0200)]
Update PO(T) files
David Kalnischkies [Thu, 27 Aug 2009 13:28:28 +0000 (15:28 +0200)]
* buildlib/po4a_manpage.mak, doc/makefile, configure:
- 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.
Michael Vogt [Thu, 27 Aug 2009 13:24:41 +0000 (15:24 +0200)]
releasing version 0.7.23
Michael Vogt [Thu, 27 Aug 2009 12:16:07 +0000 (14:16 +0200)]
merged from lp:~donkult/apt/sid
David Kalnischkies [Wed, 26 Aug 2009 16:19:50 +0000 (18:19 +0200)]
add ignore patterns to be able to use "bzr status" or "bzr add" again
after building apt by ignoring temporary files, build files and the
autogenerated files in doc/.
David Kalnischkies [Wed, 26 Aug 2009 15:29:29 +0000 (17:29 +0200)]
[ Nicolas François ]
* 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.
David Kalnischkies [Wed, 26 Aug 2009 15:23:58 +0000 (17:23 +0200)]
[ Nicolas François ]
* 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)
David Kalnischkies [Wed, 26 Aug 2009 14:38:54 +0000 (16:38 +0200)]
[ Nicolas François ]
* doc/style.txt, buildlib/defaults.mak, buildlib/manpage.mak:
- fix a few typos in the comments of this files
David Kalnischkies [Wed, 26 Aug 2009 14:02:39 +0000 (16:02 +0200)]
* doc/Doxyfile.in
- 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.
David Kalnischkies [Wed, 26 Aug 2009 13:52:22 +0000 (15:52 +0200)]
* doc/Doxyfile.in:
- update file with doxygen 1.6.1 (current unstable)
David Kalnischkies [Wed, 26 Aug 2009 10:21:54 +0000 (12:21 +0200)]
[ Nicolas François ]
* doc/*.?.xml (manpages):
- add contrib to author tags and also add refmiscinfo to fix warnings
David Kalnischkies [Wed, 26 Aug 2009 10:03:40 +0000 (12:03 +0200)]
fix changelog entry for compression types reordering patch to
reflect that we now use the new APT::Configuration class for this
instead of the init.cc
David Kalnischkies [Tue, 25 Aug 2009 13:32:40 +0000 (15:32 +0200)]
"backport" the APT::Configuration class to apt-sid
We can use it to simplify the internal code to operate with
Acquire::CompressionTypes group. This also made it possible
to set this setting with the -o flag.
Michael Vogt [Mon, 24 Aug 2009 09:20:27 +0000 (11:20 +0200)]
* apt-pkg/pkgcache.cc:
- 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)
Michael Vogt [Wed, 19 Aug 2009 09:28:34 +0000 (11:28 +0200)]
merged from the mvo branch
Michael Vogt [Wed, 19 Aug 2009 09:27:00 +0000 (11:27 +0200)]
merged from the jackyf-devel branch
Michael Vogt [Wed, 19 Aug 2009 09:11:58 +0000 (11:11 +0200)]
merged from debian-sid
David Kalnischkies [Tue, 18 Aug 2009 18:15:13 +0000 (20:15 +0200)]
Allow empty Reason-Phase in the Status-Lines, which is allowed by rtf
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)
David Kalnischkies [Wed, 12 Aug 2009 15:13:18 +0000 (17:13 +0200)]
[doc/apt-get.8.xml]
- update the source description to reflect what it actually does
and how it can be used. (Closes: #413021)
David Kalnischkies [Wed, 12 Aug 2009 12:52:43 +0000 (14:52 +0200)]
Add the pkg/release syntax to the source command in apt-get and also
add the understanding for codenames instead of archives here
[cmdline/apt-get.cc]
- add pkg/archive and codename in source (Closes: #414105, #441178)
David Kalnischkies [Wed, 12 Aug 2009 11:17:36 +0000 (13:17 +0200)]
[cmdline/apt-get.cc]
- use SourceVersion instead of the BinaryVersion to get the source
Patch by Matt Kraai, thanks! (Closes: #382826)
David Kalnischkies [Tue, 11 Aug 2009 23:07:54 +0000 (01:07 +0200)]
With the introduction of the Is{Delete,Install}Ok hooks the apt flag
--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
David Kalnischkies [Tue, 11 Aug 2009 22:52:26 +0000 (00:52 +0200)]
Add a Acquire::CompressionTypes config variable from there the
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!
David Kalnischkies [Sun, 9 Aug 2009 11:43:21 +0000 (13:43 +0200)]
[cmdline/apt-get.cc] correct the order of picked package binary vs source
in the source command in the msg "No source package x picking y instead"
David Kalnischkies [Sun, 9 Aug 2009 08:24:59 +0000 (10:24 +0200)]
[doc/apt-mark.8.xml] improve manpage based on patch by Carl Chenet, thanks!
(Closes: #510286) add also showauto and command synopsis
David Kalnischkies [Sun, 9 Aug 2009 08:22:53 +0000 (10:22 +0200)]
[apt-inst/contrib/arfile.cc] use sizeof instead strlen
Patch from Marius Vollmer, thanks! (Closes: #504325)
David Kalnischkies [Sun, 9 Aug 2009 08:21:00 +0000 (10:21 +0200)]
[cmdline/apt-get.cc] check for availability ofstatfs.f_type
Patch from Robert Millan, thanks! (Closes: #509313)
David Kalnischkies [Sat, 8 Aug 2009 16:27:47 +0000 (18:27 +0200)]
[doc/apt.conf.5.xml] mention the apt.conf.d dir
Patch from Vincent McIntyre, thanks! (Closes: #520831)
David Kalnischkies [Sat, 8 Aug 2009 10:40:00 +0000 (12:40 +0200)]
[cmdline/apt-cache.cc] fix a memory leak in the xvcg method
Patch from George Danchev, thanks (Closes: #511557)
David Kalnischkies [Sat, 8 Aug 2009 10:25:48 +0000 (12:25 +0200)]
[apt-pkg/indexcopy.cc] fix a (hypothetical) memory leak then the Release
file not exists, patch from George Danchev, thanks! (Closes: #511556)
David Kalnischkies [Sat, 8 Aug 2009 07:53:25 +0000 (09:53 +0200)]
merge with apt-sid
* backout my fix for the sources.list issue, there is already one in
Julian Andres Klode [Thu, 6 Aug 2009 10:54:27 +0000 (12:54 +0200)]
debian/apt.cron.daily: Fix issue related to APT::Periodic::Enable.
Julian Andres Klode [Thu, 6 Aug 2009 10:48:41 +0000 (12:48 +0200)]
debian/apt.cron.daily: Support using debdelta to download packages (Closes: #532079)
Julian Andres Klode [Thu, 6 Aug 2009 10:33:57 +0000 (12:33 +0200)]
debian/apt.cron.daily: Script can be disabled by APT::Periodic::Enable=0 (Closes: #485476)
Julian Andres Klode [Thu, 6 Aug 2009 10:12:20 +0000 (12:12 +0200)]
debian/apt.cron.daily: Make sure that VERBOSE is always set
before accessing it (Closes: #539366)
David Kalnischkies [Mon, 3 Aug 2009 12:44:28 +0000 (14:44 +0200)]
[debian/changlog] add entry for the "missing source.list file" fix
* apt-pkg/sourcelist.cc:
- only show warning about missing sources.list file if no we have
no valid sourceentry (Closes: #539731)
David Kalnischkies [Mon, 3 Aug 2009 12:31:40 +0000 (14:31 +0200)]
[apt-pkg/contrib/fileutl.cc] In function ExecWait(): fix compile warning:
warning: suggest explicit braces to avoid ambiguous ‘else’
Julian Andres Klode [Mon, 3 Aug 2009 11:48:29 +0000 (13:48 +0200)]
debian/control: Increase Standards-Version to 3.8.2.0.
Julian Andres Klode [Mon, 3 Aug 2009 11:40:11 +0000 (13:40 +0200)]
debian/changelog: Close the FTBFS on kFreeBSD bug.
Julian Andres Klode [Mon, 3 Aug 2009 11:34:39 +0000 (13:34 +0200)]
Set version to 0.7.22.1.
Julian Andres Klode [Mon, 3 Aug 2009 11:20:07 +0000 (13:20 +0200)]
debian/control: Add myself to Uploaders.
Julian Andres Klode [Mon, 3 Aug 2009 11:02:14 +0000 (13:02 +0200)]
* apt-pkg/sourcelist.cc:
- Only warn about missing sources.list if there is no sources.list.d
and vice versa as only one of them is needed (Closes: #539731).
Julian Andres Klode [Sun, 2 Aug 2009 17:37:05 +0000 (19:37 +0200)]
* apt-pkg/contrib/mmap.cc:
- Fix FTBFS on GNU/kFreeBSD by disabling DynamicMMap::Grow() on
non-Linux architectures (as it uses mremap).
David Kalnischkies [Sat, 1 Aug 2009 17:50:42 +0000 (19:50 +0200)]
[debian/changelog] correct two typos in the changelog for 0.7.22
David Kalnischkies [Sat, 1 Aug 2009 17:47:20 +0000 (19:47 +0200)]
[debian/changelog] add a Closes tag to mvo's --only-source patch
David Kalnischkies [Fri, 31 Jul 2009 18:42:06 +0000 (20:42 +0200)]
[apt-pkg/contrib/strutl.cc] enable thousand separator according to
the current locale. Patch from Luca Bruno (Closes: #223712)
David Kalnischkies [Fri, 31 Jul 2009 18:29:50 +0000 (20:29 +0200)]
[cmdline/apt-get.cc] ShowBroken() in build-dep (Closes: #145916)
Patch from Mike O'Connor, thanks!
David Kalnischkies [Fri, 31 Jul 2009 16:52:16 +0000 (18:52 +0200)]
[cmdline/apt-get.cc] add APT::Get::HideAutoRemove=small to display only
a short line instead of the full package list. (Closes: #537450)
David Kalnischkies [Fri, 31 Jul 2009 13:50:19 +0000 (15:50 +0200)]
[apt-pkg/sourcelist.cc] only display the warning about missing sources.list
file, if no SourceListEntry exists (e.g. sources.list.d dir does not exists
or it exists but does not include a .list-file with valid entries)
Michael Vogt [Thu, 30 Jul 2009 16:45:46 +0000 (18:45 +0200)]
* cmdline/apt-get.cc:
- honor APT::Get::Only-Source properly in FindSrc() (thanks to
Martin Pitt for reporting the problem)
* Added more error handlings. Closes: #438803, #462734, #454989
Michael Vogt [Thu, 30 Jul 2009 16:14:01 +0000 (18:14 +0200)]
fix extra , at the end of the changelog line
Michael Vogt [Thu, 30 Jul 2009 13:31:39 +0000 (15:31 +0200)]
merged from debian-sid
Michael Vogt [Thu, 30 Jul 2009 13:28:21 +0000 (15:28 +0200)]
* cmdline/apt-get.cc:
- honor APT::Get::Only-Source properly in FindSrc() (thanks to
Martin Pitt for reporting the problem)
Michael Vogt [Wed, 29 Jul 2009 20:12:50 +0000 (22:12 +0200)]
releasing version 0.7.22
Michael Vogt [Tue, 28 Jul 2009 11:27:03 +0000 (13:27 +0200)]
apt-pkg/depcache.cc:
- Call opProgress->Update() less often too avoid spending too
much time in it (it shows up relatively high in the callgrind logs).
But do call it more often than just for each percent so that the
UI frontends can use the OpProgress::Update() calling to do e.g. UI
updates
Michael Vogt [Mon, 27 Jul 2009 07:50:32 +0000 (09:50 +0200)]
merged from donkult
David Kalnischkies [Sat, 25 Jul 2009 23:11:53 +0000 (01:11 +0200)]
merge with lp:apt/debian-sid
Remove a bug (= an evil amok running if) introduced by the merge in 1817
which cause a segfault in the destructor for the dynamic mmap.
Otavio Salvador [Sat, 25 Jul 2009 19:29:49 +0000 (16:29 -0300)]
Apply patch from Sami Liedes <sliedes@cc.hut.fi> to avoid unecessary
temporary allocations.
Otavio Salvador [Sat, 25 Jul 2009 19:00:41 +0000 (16:00 -0300)]
Apply patch from Sami Liedes <sliedes@cc.hut.fi> to reduce the
number of times we call progress bar updating and debugging
configuration settings.
Michael Vogt [Fri, 24 Jul 2009 07:09:59 +0000 (09:09 +0200)]
merge from the donkult branch
David Kalnischkies [Thu, 23 Jul 2009 12:05:41 +0000 (14:05 +0200)]
[apt-pkg] yet another bit of mmap and pkgcachegen housekeeping
* add mmap error message also to the dynamic mmap
* remove some more {Ver,Desc} == 0 checks in for loops
* try to respect the given flags to the dynamic mmap
* open cached caches not as ReadOnly and not as Shared, so we
always have a copy of the cache in the memory we can modify
(e.g. set the hold state on-the-fly)
Michael Vogt [Thu, 23 Jul 2009 08:41:38 +0000 (10:41 +0200)]
[ABI] merged the libudev-dlopen branch, this allows to pass
"apt-udev-auto" to Acquire::Cdrom::mount and the cdrom method will
dynamically find/mount the cdrom device (if libhal is available)
Michael Vogt [Thu, 23 Jul 2009 07:47:41 +0000 (09:47 +0200)]
methods/cdrom.cc: add AutoDetectAndMount method
Michael Vogt [Wed, 22 Jul 2009 16:32:08 +0000 (18:32 +0200)]
methods/cdrom.cc: move the scan into the loop that waits for a CD
Michael Vogt [Wed, 22 Jul 2009 16:01:43 +0000 (18:01 +0200)]
* methods/cdrom.cc:
- add Acquire::Cdrom::mount "apt-udev-auto" magic to allow
dynamically finding the cdrom device
* apt-pkg/contrib/cdromutl.{h,cc}:
- support additional (optional) DeviceName parameter for MountCdrom()
Michael Vogt [Wed, 22 Jul 2009 13:59:50 +0000 (15:59 +0200)]
apt-pkg/cdrom.cc: make cdrom.Mounted property reliable
Michael Vogt [Wed, 22 Jul 2009 07:41:27 +0000 (09:41 +0200)]
merged from the mvo branch
Michael Vogt [Wed, 22 Jul 2009 07:40:02 +0000 (09:40 +0200)]
* doc/apt.conf.5.xml:
- merged patch from Aurélien Couderc to improve the text
(thanks!)
bubulle@debian.org [Tue, 21 Jul 2009 21:34:14 +0000 (23:34 +0200)]
French translation yet-another-update