Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-31 | fail early (again) on gpg sig failures | Michael Vogt | |
2014-07-31 | ensure InRelease->Release is transactional as well | Michael Vogt | |
2014-07-31 | make test_unauthenticated_to_invalid_inrelease work | Michael Vogt | |
2014-07-31 | make test_inreleae_to_release_reverts_all work | Michael Vogt | |
2014-07-31 | Rework TransactionID stuff | Michael Vogt | |
2014-07-22 | WIP cleanup pkgAcqMetaSig | Michael Vogt | |
2014-07-21 | Download Release first, then Release.gpg | Michael Vogt | |
The old way of handling this was that pkgAcqMetaIndex was responsible to check/move both Release and Release.gpg in place. This breaks the assumption of the transaction that each pkgAcquire::Item has a single File that its responsible for. | |||
2014-07-21 | add pkgAcquire::TransactionHasError() | Michael Vogt | |
2014-07-18 | WIP transaction based update | Michael Vogt | |
2014-07-16 | Do not crash for apt-get install /dev/null | Michael Vogt | |
Thanks to Jakub Wilk for the bugreport. Closes: #754904 | |||
2014-07-10 | releasing package apt version 1.1~exp21.1.exp2 | Michael Vogt | |
2014-07-10 | restore breaks against libapt-inst1.5 (<< 0.9.9) | Michael Vogt | |
2014-07-10 | prepare release 1.1~exp2 | Michael Vogt | |
2014-07-10 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt | |
Conflicts: configure.ac debian/changelog doc/apt-verbatim.ent doc/po/apt-doc.pot doc/po/fr.po po/ar.po po/ast.po po/bg.po po/bs.po po/ca.po po/cs.po po/cy.po po/de.po po/dz.po po/el.po po/es.po po/eu.po po/fi.po po/fr.po po/gl.po po/hu.po po/it.po po/ja.po po/km.po po/ko.po po/ku.po po/lt.po po/nb.po po/ne.po po/nl.po po/nn.po po/pl.po po/pt.po po/pt_BR.po po/ro.po po/ru.po po/sk.po po/sl.po po/sv.po po/th.po po/tl.po po/tr.po po/uk.po po/zh_CN.po po/zh_TW.po | |||
2014-07-10 | releasing package apt version 1.0.61.0.6 | Michael Vogt | |
2014-07-10 | prepare 1.0.6 | Michael Vogt | |
2014-07-10 | Allow passing a full path to apt-get install /foo/bar.deb | Michael Vogt | |
CLoses: #752327 | |||
2014-07-08 | Only show packages as upgradable if the have a CandidateVer != 0 | Michael Vogt | |
Closes: #753297 | |||
2014-07-08 | Only allow "apt-get build-dep path" when path starts with ./ or / | Michael Vogt | |
This avoid the subtle problem that someone might have a directory with the same package name as the build-depends he/she is trying to fetch. Also print a note that the specific file/dir is used. | |||
2014-07-08 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt | |
Conflicts: apt-pkg/deb/deblistparser.cc doc/po/apt-doc.pot doc/po/de.po doc/po/es.po doc/po/fr.po doc/po/it.po doc/po/ja.po doc/po/pl.po doc/po/pt.po doc/po/pt_BR.po po/da.po po/mr.po po/vi.po | |||
2014-07-08 | doc: Unfuzzy DocBook translations | Guillem Jover | |
2014-07-08 | doc: Convert from DebianDoc SGML to DocBook XML | Guillem Jover | |
2014-07-08 | build: Convert from DebianDoc SGML to DocBook XML | Guillem Jover | |
2014-07-08 | build: Set the XSL parameter through the command line instead of sed | Guillem Jover | |
Use the xsltproc --stringparam option instead of replacing it inside the file. | |||
2014-07-08 | po: Fix format specifier order in translation | Guillem Jover | |
2014-07-08 | po: Fix encoding issues | Guillem Jover | |
Remove trailing CR characters, and fix Content-Transfer-Encoding field value. | |||
2014-07-08 | po: Fix or add missing email addresses | Guillem Jover | |
Fill Report-Msgid-Bugs-To field, remove spurious email line junk and make Last-Translator and Language-Team fields contain valid emails. | |||
2014-07-08 | po: Fix Plural-Forms fields | Guillem Jover | |
2014-07-08 | po: Fill Project-Id-Version with correct project id and version | Guillem Jover | |
2014-07-08 | po: Remove fuzzy from file msgid header | Guillem Jover | |
2014-07-08 | po: Fill or add missing Language field | Guillem Jover | |
2014-07-08 | Do not clean "/" in pkgAcquire::Clean/pkgArchiveCleaner | Michael Vogt | |
Having "/" here is most likely a user configuration error and may cause removal of import symlinks like /vmlinuz Closes: #753531 | |||
2014-07-08 | Improve description how to turn off the caches | Cédric Barboiron | |
Closes: #753531 | |||
2014-07-08 | increase libapt-inst to version 1.6 | Michael Vogt | |
2014-07-08 | Fix ar and tar code to be LFS-safe | Guillem Jover | |
This is an ABI break. Closes: #742882 | |||
2014-07-08 | Add new Base256ToNum long long overload function | Guillem Jover | |
2014-07-07 | use printf instead of echo in testing framework | Michele Orrù | |
The behaviour of echo "\tA\t" differs between dash/zsh which interprets the \t as tab and bash which prints it literally. Similar things happen for other escape sequences – without the -e flag. Switching to printf makes this more painless^Wportable, so that the tests are also working correctly with bash as sh. (commit message by committer, patch otherwise unmodified) | |||
2014-07-07 | properly handle (currently unused) dpkg pass-through | David Kalnischkies | |
Git-Dch: ignore | |||
2014-07-07 | use exit instead of incorrect return in test wrapper | Michele Orrù | |
bash as sh doesn't like it, too. Git-Dch: Ignore | |||
2014-07-07 | handle moved mmap after UniqFindTagWrite call | David Kalnischkies | |
A call to UniqFindTagWrite can trigger the need for a bigger mmap, which is usually done by moving it, but with this move all pointers into it become invalid (and have to be remapped). The compiler calculates the pointer before the execution of the call though, so it tries to store the returned value at the old location, resulting in a segfault. We solve this by use of a temprorary variable as we did in the other instances of this problem before. Closes: #753941 | |||
2014-07-07 | Danish program translation update | Joe Hansen | |
Closes: 753979 | |||
2014-07-03 | Try not to parse invalid translation files (LP: #756317) | Michael Vogt | |
2014-06-25 | redo two typo fixes lost in German update collision | David Kalnischkies | |
In 037fada40db175e95f44c0cb039474c6dc518963 two typos were fixed which collided with an update ongoing for German po which was committed in 48388911a734ed9ce10ab05043fadba3eed09a1f, so this commit just merges the first commit again. Git-Dch: Ignore | |||
2014-06-24 | l10n: vi.po: Update 3 new messages | Trần Ngọc Quân | |
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com> | |||
2014-06-24 | methods/http.cc: use Req.str() in debug output | Michael Vogt | |
2014-06-19 | German translation reviewed by Erik Pfannenstein | Chris Leick | |
2014-06-19 | releasing package apt version 1.1~exp11.1.exp1 | Michael Vogt | |
2014-06-19 | set gdb.conf branch to experimental | Michael Vogt | |
2014-06-19 | prepare release | Michael Vogt | |
2014-06-18 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt | |
Conflicts: debian/changelog |