Age | Commit message (Collapse) | Author |
|
should be
sufficient.
|
|
"/-:._+".
|
|
- Deprecate unquoted values, string concatenation and explain what should
not be written inside a value (quotes,backslash).
|
|
|
|
See the bugreport (and merged ones) for discussion details which
lead to these additions to the introduction of the apt.conf manpage.
|
|
|
|
- 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.
|
|
arising if we upgrade essential or predependencies which need to be
configured before even unpacking packages depending on them.
|
|
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.
|
|
|
|
simplify customisation of the order and improve the documentation
about this setting group.
|
|
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!
|
|
|
|
* doc/*.?.xml (manpages):
- add contrib to author tags and also add refmiscinfo to fix warnings
|
|
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.
|
|
|
|
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!
|
|
Patch from Vincent McIntyre, thanks! (Closes: #520831)
|
|
|
|
- merged patch from Aurélien Couderc to improve the text
(thanks!)
|
|
* add Debug::pkgProblemResolver::ShowScores and make the scores
adjustable
|
|
type triggers a autoinst (closes: #458389)
* add debug::pkgDepCache::Marker with more detailed debug output
(closes: #87520)
|
|
* MatchType::Release checks first for archive than for codename equality
* new n= option in apt_preference to be able to pin based on a codeName
|
|
code.
|
|
|
|
|
|
|
|
|
|
- apt-pkg/depcache.cc
* Fix compilation warnings:
- apt-pkg/acquire.cc
- apt-pkg/versionmatch.cc
* Compilation fixes and portability improvement for compiling APT against non-GNU libc
(thanks to Martin Koeppe, closes: #392063):
- buildlib/apti18n.h.in:
+ textdomain() and bindtextdomain() must not be visible when --disable-nls
- buildlib/inttypes.h.in: undefine standard int*_t types
- Append INTLLIBS to SLIBS:
+ cmdline/makefile
+ ftparchive/makefile
+ methods/makefile
* doc/apt.conf.5.xml:
- clarify whether configuration items of apt.conf are case-sensitive
(thanks to Vincent McIntyre, closes: #345901)
|
|
|
|
|
|
|
|
|
|
- if RootDir is set, then FindFile and FindDir will return paths
relative to the directory stored in RootDir, closes: #456457.
|
|
Patches applied:
* michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-7
* fixed incorrect man-page example
* michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-8
* changelog udpate
* michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-9
* we only need to check once for xmlto
* michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-10
* fix a bug in a man-page, fix a problem with overly long lines in apt-cdrom
* michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-11
* merged with apt--main--0
* michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-12
* fix a incorrect error message (it always added .gz regardless what was downloaded)
* michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-13
* merged with main
* michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-14
* added Hashsum support for file and cdrom
* michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-15
* added README.arch
* michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-16
* merged with main
* michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-17
* move the changelog to the right place
* michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-18
* Change pkgPolicy::Pin from private to protected
* michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-19
* added a default constructor for PrvIterator
* michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-20
* applied otavios patch to reread the statusFile on debSystem::Initialize
* otavio@debian.org--2005/apt--fixes--0--patch-28
Reread status configuration, needed for clients using independent apt ...
|
|
Patches applied:
* apt@packages.debian.org/apt--main--0--patch-59
Open 0.6.32
* apt@packages.debian.org/apt--main--0--patch-60
Merge apt--mvo--0
* apt@packages.debian.org/apt--main--0--patch-61
Add missing whitespace in new Debug::Acquire::gpgv output
|
|
Patches applied:
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1304
Basque correction.
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1305
Updated Brazilian Portuguese and Greek (256396 and 2567...
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1306
New Korean translation from Changwoo Ryu <cwryu@debian....
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1307
German translation now available in two flavours: with ...
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1308
Finalize 0.5.26
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1309
Remove duplicate entry
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1310
Note about archtable when architecture test fails
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1311
0.5.26 (really)
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1312
German translation now available in two flavours: with ...
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1313
New Finnish translation from Tapio Lehtonen <tale@debia...
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1314
New Bosnian translation from Safir ��e��erovi�� <sapphi...
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1315
Fix Italian incontrario
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1316
* Bring configure-index up to date with documented opti...
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1317
configure-index contains example values, not strictly d...
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1318
Updated Spanish from Ruben Porras (Closes:#260483)
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1319
Updated Danish from Claus Hindsgaul (Closes: #260569)
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1320
Updated Slovak from Peter Mann (Closes: #260627)
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1321
Updated Portuguese from Miguel Figueiredo (Closes: #261423)
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1322
* Add Polish translation of offline.sgml (Closes: #259229)
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1323
urgency=high
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1324
Sync with new POT.
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1325
Updated Hungarian from Kelemen G��bor <kelemeng@gnome.hu>.
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1326
Updated Greek from George Papamichelakis (Closes: #265004)
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1327
Updated Simplified Chinese from Tchaikov (Closes: #265190)
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1328
Updated French by Christian Perrier (Closes: #265816)
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1329
Updated Japanese by Kenshi Muto (Closes: #265630)
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1330
Updated French by Christian Perrier (Closes: #265816)
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1331
- Updated Catalan from Jordi Mallach
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1332
Updated Dutch from Bart Cornelis (Closes: #268258)
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1333
Updated Portuguese from Miguel Figueiredo (Closes: #268265)
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1334
Updated Dutch from Bart Cornelis (Closes: #268258)
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1335
APT::Get::APT::Get::No-List-Cleanup -> APT::Get::List-C...
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1336
Updated Polish from Robert Luberda <robert@debian.org> ...
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1337
Updated Danish from Claus Hindsgaul (Closes: #269417)
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1338
Updated Norwegian Nynorsk from H��vard Korsvoll <korsvo...
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1339
Updated Russian from Yuri Kozlov <yuray@id.ru> (Closes:...
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1340
Updated Italian from Samuele Giovanni Tonon (Closes: #2...
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1341
Updated Dutch from Bart Cornelis (Closes: #278697)
* apt@arch.ubuntu.com/apt--MAIN--0--patch-1342
Updated Slovak from Peter Mann (Closes: #279481)
|
|
Author: mdz
Date: 2004-03-11 18:17:08 GMT
* Updates to XML man pages from richard.bos@xs4all.nl
|
|
Author: mdz
Date: 2004-02-27 00:55:08 GMT
* Document unit for Cache-Limit (bytes) (Closes: #234737)
|
|
Author: mdz
Date: 2004-02-07 21:48:14 GMT
* Replace SGML manpages with XML man pages from richard.bos@xs4all.nl
(Closes: #230687)
|