summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-08-18apt (1.0.6+dyson1) unstable; urgency=mediumHEADdyson/1.0.6+dyson1masterIgor Pashev1-0/+6
* Package for Dyson -- Igor Pashev <pashev.igor@gmail.com> Mon, 18 Aug 2014 18:14:04 +0400
2014-08-18Fixed debian/libapt-pkg4.12.symbolsIgor Pashev1-1/+0
2014-08-18Link apt solver with libapt-privateIgor Pashev1-1/+1
2014-08-18Added sources to ftparchiveIgor Pashev1-0/+2
2014-08-18Removed unused HP-UX checksIgor Pashev1-17/+0
2014-08-18Fixed order in configure.acIgor Pashev1-6/+6
2014-08-18Removed duplicated acqprogress.{cc,h} files from Makefile.amIgor Pashev1-1/+1
Those files are in apt-private and used from there.
2014-08-18Merge branch 'debian/sid' of git://anonscm.debian.org/apt/aptIgor Pashev219-91110/+99281
Conflicts: .gitignore Makefile apt-inst/makefile apt-pkg/install-progress.h apt-pkg/makefile buildlib/defaults.mak buildlib/environment.mak.in buildlib/library.mak buildlib/po4a_manpage.mak buildlib/program.mak buildlib/python.mak buildlib/staticlibrary.mak cmdline/makefile configure.ac debian/apt.install.in debian/changelog debian/control debian/libapt-pkg4.12.symbols debian/rules doc/makefile ftparchive/makefile po/ar.po po/bs.po po/cy.po po/dz.po po/el.po po/fi.po po/km.po po/ku.po po/lt.po po/ne.po po/nn.po po/pt_BR.po po/ro.po po/th.po po/tl.po po/uk.po test/libapt/makefile
2014-07-29doc/po/pt.po: updated, thanks to Américo MonteirMichael Vogt1-206/+371
Closes: #756200
2014-07-29doc/apt.8.xml: fix typo, thanks to Jakub WilkMichael Vogt1-2/+2
Closes: #756056
2014-07-29Fix SmartConfigure to ignore ordering of packages that are already validMichael Vogt4-1/+2446
With the change of SmartConfigure() in git commit 42d51f the ordering code was trying to re-order dependencies, even when at this point in time this was not needed. Now it will first check all targets of the given dependency and only if there is not a good one try to reorder and unpack/configure as needed. Closes: LP: #1347721
2014-07-24l10n: vi.po (636t): Update one new stringTrần Ngọc Quân1-4/+4
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
2014-07-17apt-pkg/acquire-item.cc: make pkgAcqDiffIndex more uniformMichael Vogt1-2/+2
2014-07-17Use @builddeps@ in the debian/tests/control fileMichael Vogt1-1/+1
2014-07-16Update Japanese documentation translationvictory1-370/+502
Closes: #754817
2014-07-16StringToBool: only act if the entire string is consumed by strtol()Michael Vogt2-3/+35
StringToBool uses strtol() internally to check if the argument is a number. This function stops when it does not find any more numbers. So a string like "0ad" (which is a valid packagename) is interpreted as a "0". The code now checks that the entire string is consumed not just a part of it. Thanks to Johannes Schauer for raising this issue.
2014-07-10Merge remote-tracking branch 'mvo/feature/README' into debian/sidMichael Vogt1-0/+37
2014-07-10add REAMDE.mdMichael Vogt1-0/+37
2014-07-10releasing package apt version 1.0.6Michael Vogt1-1/+1
2014-07-10prepare 1.0.6Michael Vogt55-57665/+58004
2014-07-08Only show packages as upgradable if the have a CandidateVer != 0Michael Vogt2-3/+4
Closes: #753297
2014-07-08doc: Unfuzzy DocBook translationsGuillem Jover9-5128/+5573
2014-07-08doc: Convert from DebianDoc SGML to DocBook XMLGuillem Jover11-2317/+3157
2014-07-08build: Convert from DebianDoc SGML to DocBook XMLGuillem Jover18-122/+244
2014-07-08build: Set the XSL parameter through the command line instead of sedGuillem Jover2-4/+4
Use the xsltproc --stringparam option instead of replacing it inside the file.
2014-07-08po: Fix format specifier order in translationGuillem Jover2-10/+10
2014-07-08po: Fix encoding issuesGuillem Jover1-9/+9
Remove trailing CR characters, and fix Content-Transfer-Encoding field value.
2014-07-08po: Fix or add missing email addressesGuillem Jover4-5/+4
Fill Report-Msgid-Bugs-To field, remove spurious email line junk and make Last-Translator and Language-Team fields contain valid emails.
2014-07-08po: Fix Plural-Forms fieldsGuillem Jover11-5/+12
2014-07-08po: Fill Project-Id-Version with correct project id and versionGuillem Jover2-2/+2
2014-07-08po: Remove fuzzy from file msgid headerGuillem Jover1-1/+0
2014-07-08po: Fill or add missing Language fieldGuillem Jover12-11/+12
2014-07-08Do not clean "/" in pkgAcquire::Clean/pkgArchiveCleanerMichael Vogt2-1/+7
Having "/" here is most likely a user configuration error and may cause removal of import symlinks like /vmlinuz Closes: #753531
2014-07-08Improve description how to turn off the cachesCédric Barboiron1-4/+5
Closes: #753531
2014-07-07use printf instead of echo in testing frameworkMichele Orrù2-31/+31
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-07properly handle (currently unused) dpkg pass-throughDavid Kalnischkies1-13/+16
Git-Dch: ignore
2014-07-07use exit instead of incorrect return in test wrapperMichele Orrù1-4/+5
bash as sh doesn't like it, too. Git-Dch: Ignore
2014-07-07handle moved mmap after UniqFindTagWrite callDavid Kalnischkies1-2/+6
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-07Danish program translation updateJoe Hansen1-50/+67
Closes: 753979
2014-07-03Try not to parse invalid translation files (LP: #756317)Michael Vogt2-34/+19
2014-06-25redo two typo fixes lost in German update collisionDavid Kalnischkies1-2/+2
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-24l10n: vi.po: Update 3 new messagesTrần Ngọc Quân1-4/+4
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
2014-06-24methods/http.cc: use Req.str() in debug outputMichael Vogt1-1/+1
2014-06-19German translation reviewed by Erik PfannensteinChris Leick1-72/+54
2014-06-18releasing package apt version 1.0.5Michael Vogt55-3912/+4074
2014-06-18EDSP doc: some typo and wording fixesDavid Kalnischkies1-8/+8
Git-Dch: Ignore
2014-06-18EDSP doc: (minor) consistently use 2 blank lines before headingsStefano Zacchiroli1-0/+2
Git-Dch: Ignore
2014-06-18EDSP doc: clarify that Install/Remove packages are arch-qualifiedStefano Zacchiroli1-4/+12
2014-06-18do not call resolver twice on (dist-)upgradeDavid Kalnischkies5-18/+32
2014-06-18show our broken packages message in 'apt' solverDavid Kalnischkies4-117/+134