Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement arch+= and arch-= for sources.list | David Kalnischkies | 2013-07-11 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | Default is to acquire all architectures from APT::Architectures which can be changed by arch=, but this isn't very flexible if you want "mostly" the default as you have to hardcode the architectures then, so arch-= and arch+= can be used to add/remove architectures from the default set. On a machine with 'amd64' and 'i386' configured the lines: deb [arch+=armel] http://example.org/debian wheezy rocks deb [arch-=amd64] http://example.org/debian jessie rocks will result in the download of: wheezy Packages for 'amd64', 'i386' and 'armel' jessie Packages for 'i386' | ||||
* | Version 3 for DPkg::Pre-Install-Pkgs with MultiArch info | David Kalnischkies | 2013-07-11 | 1 | -4/+10 |
| | | | | | | | | | | | | | | | | | | | | | Adds on top of Version 2 to all displayed version numbers the architecture as well as the MultiArch flag for consumption by the hooks. Most of the time the architecture will be the same for both versions displayed, but packages might change from "all" to "any" (or back) between versions so we can't display the architecture for packages. Pseudo-Format for Version 3: <name> <version> <arch> <m-a-flag> <compare> <version> <arch> <m-a-flag> Examples: stuff - - none < 1 amd64 none **CONFIGURE** libsame 1 i386 same < 2 i386 same **CONFIGURE** stuff 2 i386 none > 1 i386 none **CONFIGURE** libsame 2 i386 same > - - none **REMOVE** toolkit 1 all foreign > - - none **REMOVE** Closes: #712116 | ||||
* | * Fix up two things in debian/apt.auto-removal.sh: | Adam Conrad | 2013-07-11 | 1 | -1/+1 |
| | | | | | | | | | | - Use exact matches with $-terminated regexes, so we don't get confusion between similarly-named kernel flavours. - Keep linux-backports-modules in sync with installed kernels. Conflicts: configure.in debian/changelog doc/apt-verbatim.ent | ||||
* | Merge remote-tracking branch 'mvo/bugfix/bts-712433' into debian/sid | Michael Vogt | 2013-07-02 | 1 | -0/+8 |
|\ | |||||
| * | Improve the apt-cdrom output when no CD-ROM can be auto-detected | Michael Vogt | 2013-06-22 | 1 | -0/+8 |
| | | | | | | | | (closes: #712433) | ||||
* | | fix syntax error in the configure-index | David Kalnischkies | 2013-06-20 | 1 | -1/+1 |
|/ | | | | | | | The file isn't supposed to be a valid config file, but it should show valid syntax non-the-less. Git-Dch: Ignore | ||||
* | fix file location for configure-index.gz in apt.conf(5) | David Kalnischkies | 2013-06-13 | 10 | -1465/+1488 |
| | | | | Closes: #711921 | ||||
* | stop building l10n if strings are unchanged | David Kalnischkies | 2013-06-09 | 1 | -1/+1 |
| | | | | | | The buildsystem tried to build l10n for test applications which never produced the output it expected causing it to try building it all the time. | ||||
* | build the en manpages in subdirectory doc/en | David Kalnischkies | 2013-06-09 | 2 | -53/+57 |
| | | | | | Building manpages becames more consistent this way and it is simpler to ignore build artefacts, too. | ||||
* | refresh translations | Michael Vogt | 2013-05-08 | 3 | -196/+97 |
| | |||||
* | Complete translation | bubulle@debian.org | 2013-04-09 | 1 | -97/+196 |
| | |||||
* | Reformat PO file | bubulle@debian.org | 2013-04-09 | 1 | -1/+1 |
| | |||||
* | Fix typo | bubulle@debian.org | 2013-04-09 | 1 | -1/+1 |
| | |||||
* | releasing version 0.9.7.9~exp3 | Michael Vogt | 2013-04-08 | 2 | -2/+2 |
| | |||||
* | releasing version 0.9.7.9~exp2 | Michael Vogt | 2013-04-03 | 2 | -3/+3 |
| | |||||
* | merged lp:~mvo/apt/fix-inrelease5 | Michael Vogt | 2013-04-02 | 10 | -1669/+2044 |
|\ | |||||
* | | * doc/apt.conf.5.xml: | Michael Vogt | 2013-03-25 | 1 | -0/+12 |
| | | | | | | - document Acquire::ForceIPv{4,6} | ||||
* | | releasing version 0.9.7.9~exp1 | Michael Vogt | 2013-03-22 | 1 | -1/+1 |
| | | |||||
* | | merged the debian-wheezy branch | Michael Vogt | 2013-03-22 | 2 | -3/+3 |
|\| | |||||
| * | * SECURITY UPDATE: InRelease verification bypass | Michael Vogt | 2013-03-14 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | - CVE-2013-1051 * apt-pkg/deb/debmetaindex.cc, test/integration/test-bug-595691-empty-and-broken-archive-files, test/integration/test-releasefile-verification: - disable InRelease downloading until the verification issue is fixed, thanks to Ansgar Burchardt for finding the flaw | ||||
* | | fix missing translated apt.8 manpages, thanks to Helge Kreutzmann | Michael Vogt | 2013-01-09 | 1 | -0/+2 |
| | | | | | | for the report. Closes: #696923 | ||||
* | | doc/po/it.po: fix small XML errors | Michael Vogt | 2013-01-08 | 1 | -2/+2 |
| | | |||||
* | | Italian translation update for manpages | bubulle@debian.org | 2012-12-24 | 1 | -532/+4177 |
|/ | |||||
* | releasing version 0.9.7.7 | Michael Vogt | 2012-12-13 | 1 | -1/+1 |
| | |||||
* | releasing version 0.9.7.6 | Michael Vogt | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | merge from lp:~donkult/apt/sid | Michael Vogt | 2012-10-15 | 2 | -3/+3 |
| | |||||
* | releasing version 0.9.7.5 | Michael Vogt | 2012-09-11 | 1 | -1/+1 |
| | |||||
* | Portuguese (Américo Monteiro) (Closes: #686975) | bubulle@debian.org | 2012-09-08 | 1 | -1145/+645 |
| | |||||
* | * Japanese manpage translation update (KURASAWA Nozomu) (Closes: #684435) | KURASAWA Nozomu | 2012-08-30 | 2 | -2001/+1008 |
| | |||||
* | * doc/apt_preferences.5.xml: | David Kalnischkies | 2012-08-30 | 10 | -1344/+711 |
| | | | | - use the correct interval (x <= P < y) for pin value documentation as these are the intervals used by the code (Closes: #685989) | ||||
* | releasing version 0.9.7.4 | Michael Vogt | 2012-08-06 | 1 | -1/+1 |
| | |||||
* | merged from david | Michael Vogt | 2012-08-06 | 2 | -272/+123 |
|\ | |||||
| * | * doc/apt-verbatim.ent: | David Kalnischkies | 2012-08-04 | 1 | -4/+4 |
| | | | | | | | | - denote 'wheezy' as stable codename and 'jessie' as testing codename in the documentation in preparation for release | ||||
| * | Polish manpages translation (Closes: #683109) | Robert Luberda | 2012-08-04 | 1 | -268/+119 |
| | | |||||
* | | merged from david | Michael Vogt | 2012-07-27 | 2 | -3/+3 |
|\| | |||||
| * | fix two markup-typos in the spanish manpage translation | David Kalnischkies | 2012-07-18 | 1 | -2/+2 |
|/ | |||||
* | Spanish; (Omar Campagne). Closes: #681566 | bubulle@debian.org | 2012-07-14 | 1 | -1704/+933 |
| | |||||
* | releasing version 0.9.7.2 | Michael Vogt | 2012-07-13 | 1 | -1/+1 |
| | |||||
* | doc/po/fr.po: fix xml error | Michael Vogt | 2012-07-13 | 1 | -1/+1 |
| | |||||
* | merged from lp:~donkult/apt/sid | Michael Vogt | 2012-07-09 | 1 | -911/+364 |
|\ | |||||
| * | German manpage translation (Chris Leick) | Chris Leick | 2012-07-01 | 1 | -911/+364 |
| | | |||||
* | | A few other errors spotted by Phil Kern | bubulle@debian.org | 2012-07-04 | 1 | -6/+6 |
| | | |||||
* | | Good suggestion by Phil Kern | bubulle@debian.org | 2012-07-04 | 1 | -1/+1 |
| | | |||||
* | | French manpages translation update | bubulle@debian.org | 2012-07-04 | 1 | -96/+145 |
| | | |||||
* | | French (Christian Perrier) | bubulle@debian.org | 2012-07-03 | 1 | -228/+402 |
|/ | |||||
* | merged from donkult | Michael Vogt | 2012-06-29 | 3 | -28/+42 |
|\ | |||||
| * | * debian/control: | David Kalnischkies | 2012-06-29 | 1 | -26/+40 |
|/ | | | | | | - demote debiandoc-sgml to Build-Depends-Indep * doc/makefile: - separate translation building of debiandoc from manpages so that we don't need to build debiandoc for binary packages | ||||
* | make update-po | Michael Vogt | 2012-06-25 | 1 | -2/+2 |
| | |||||
* | releasing version 0.9.7 | Michael Vogt | 2012-06-19 | 2 | -3/+3 |
| | |||||
* | releasing version 0.9.6 | Michael Vogt | 2012-06-11 | 2 | -3/+3 |
| |