summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2011-07-05cherrypick sources.list option documentation from my sid branchDavid Kalnischkies
2011-07-05* apt-pkg/acquire*.{cc,h}:David Kalnischkies
- try even harder to support really big files in the fetcher by converting (hopefully) everything to 'long long' (Closes: #632271)
2011-06-29* apt-pkg/pkgcache.h:David Kalnischkies
- readd All{Foreign,Allowed} as suggested by Julian to remain strictly API compatible
2011-06-29releasing version 0.8.16~exp2Michael Vogt
2011-06-29debian/*.symbols: updated for new sonameMichael Vogt
2011-06-29remove no longer needed replaces for libapt-pkg4.11 and libapt-inst1.3Michael Vogt
2011-06-29merge lp:~mvo/apt/abi-breakMichael Vogt
2011-06-29releasing version 0.8.16~exp1Michael Vogt
2011-06-28merged with the unstable uploadMichael Vogt
2011-06-28merged from debian-sidMichael Vogt
2011-06-28releasing version 0.8.150.8.15Michael Vogt
2011-06-28various typo and syntax corrections in doc/*.xmlMichael Vogt
2011-06-28update symbol file (thanks to david)Michael Vogt
2011-06-28merged from lp:~mvo/apt/mvoMichael Vogt
2011-06-28merged from donkultMichael Vogt
2011-06-28change to 0.8.14.2Michael Vogt
2011-06-28cherry pick from donkultMichael Vogt
2011-06-28add more to the symbol fileMichael Vogt
2011-06-28merged symbols file fix from David, many thanksMichael Vogt
2011-06-28merge from the experimental branch and prepare new uploadMichael Vogt
2011-06-28debian/control: update breaks for the final uploadMichael Vogt
2011-06-28merge updated description from David, many thanksMichael Vogt
2011-06-27* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- set permissions of term.log to root.adm and 644 (LP: #404724)
2011-06-22* debian/control:Michael Vogt
- modernize package description (closes: #624618)
2011-06-18Catalan translation update (Jordi Mallach). Closes: #630657bubulle@debian.org
2011-06-17use depends for the ${shlibs:Depends} to make the breaks workMichael Vogt
2011-06-17* debian/control:Michael Vogt
- add Breaks: 0.8.15~exp3) for libapt-pkg4.10 and libapt-inst1.2 (thanks to Jonathan Nieder, closes: #630214)
2011-06-15* debian/control:Michael Vogt
- fix incorrect Replaces (closes: #630204) for libapt-inst1.2
2011-06-10releasing version 0.8.15~exp1Michael Vogt
2011-06-10merged lp:~mvo/apt/add-library-pkgsMichael Vogt
2011-06-10debian/rules: use substvars properlyMichael Vogt
2011-06-10generate debiandencies for libapt-pkg-dev automatically via deb-substvarsMichael Vogt
2011-06-10include mo files in the right packagesMichael Vogt
2011-06-10merged lp:~mvo/apt/add-library-pkgsMichael Vogt
2011-06-09German documentation translation update (Chris Leick). Closes: #629949bubulle@debian.org
2011-06-09simplify symbol files a wee bitMichael Vogt
2011-06-09do not hardcode the libnamesMichael Vogt
2011-06-09update changelog for the previous two commitsMichael Vogt
2011-06-09* apt-pkg/deb/deblistparser.cc:Michael Vogt
- include all known languages when building the apt cache (LP: #794907)
2011-06-08fix lintian issuesMichael Vogt
2011-06-08remove -l from dh_shlibdeps, that is no longer needed with recent shlibdepsMichael Vogt
2011-06-08do not include libapt-pkg* in apt itself, add missing dh_makeshlibs callsMichael Vogt
2011-06-08initial librarification pushMichael Vogt
2011-06-08* [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends whichMichael Vogt
* [ABI-Break] merge lp:~mvo/apt/sha512-template to add support for sha512 * [ABI-Break] merge lp:~mvo/apt/dpointer to support easier extending without breaking the ABI
2011-06-08merge lp:~mvo/apt/sha512-template to add support for sha512Michael Vogt
2011-06-07append the dist (e.g. sid, wheezy) as a query string whenMichael Vogt
asking for a suitable mirror
2011-06-07* methods/mirror.cc:Michael Vogt
- ignore lines starting with "#" in the mirror file - ignore non http urls in the mirrors
2011-05-30Reject files known to be invalid (LP: #346386) (Closes: #627642)Julian Andres Klode
2011-05-30apt-pkg/acquire-item.cc: Reject files known to be invalid (LP: #346386) ↵Julian Andres Klode
(Closes: #195301) This commit deals with the following cases: - First section of index file (Packages,Sources,Translation) without Package field - Signed release files without GPG data (NODATA) - i18n/Index files without hash sums Handling unsigned Release files is more complicated, and the example code using indexRecords is disabled as it can reject correct Release files without hashes. How we can reliably check unsigned Release files is another question, and not urgent anyway, as it should have no dramatic effect (we could check that it is a valid RFC-822 section, but that's a bit too long to write)
2011-05-28* cmdline/apt-config.cc:David Kalnischkies
- show Acquire::Languages and APT::Architectures settings in 'dump' (Closes: 626739)