summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Promote xz-utils from apt Suggests to libapt-pkg DependsJulian Andres Klode2014-03-121-2/+2
| | | | | | libapt-pkg depends on the other compressors, and now that xz is the default in many cases, it should depend on that one as well.
* l10n: vi.po (624t): Update Vietnamese translationTrần Ngọc Quân2014-03-041-19/+26
| | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
* releasing package apt version 0.9.15.5Michael Vogt2014-02-2855-193/+1207
|
* initial version of apt-helperMichael Vogt2014-02-277-37/+148
|
* Bug#739988: Fix autopkgtest missing dependencies and localeMartin Pitt2014-02-252-1/+4
| | | | | | | | debian/tests/control: Add missing build-essential, fakeroot, and wget test dependencies. debian/tests/run-tests: Pin locale to C to avoid test failures in other locales.
* vendor/tanglu/makefile: add missing clean/sources.listMichael Vogt2014-02-231-0/+5
|
* releasing package apt version 0.9.15.4Michael Vogt2014-02-2355-840/+763
|
* test/integration/test-ubuntu-bug-346386-apt-get-update-paywall: use ↵Michael Vogt2014-02-231-1/+1
| | | | http-method from METHODSDIR
* add missing libdb-dev to debian/tests/controlMichael Vogt2014-02-221-1/+1
|
* skip test if "apt" is not buildMichael Vogt2014-02-224-0/+25
|
* fix ADT failure in downloadfile()Michael Vogt2014-02-221-1/+5
|
* add testcase for Bug#718329Michael Vogt2014-02-222-1/+36
|
* debian: Add debDebFile::ExtractTarMember to the symbols fileGuillem Jover2014-02-221-0/+1
|
* Add support for data.tar, control.tar and control.tar.xzGuillem Jover2014-02-222-25/+14
| | | | | | | | Sync the deb(5) format support with latest dpkg, by allowing uncompressed tar members and xz compressed control.tar. This also refactors the control.tar member extraction by using ExtractTarMember(), which also means future changes only need to be implemented in a single place.
* DebFile: Refactor ExtractTarMember() out from ExtractArchive()Guillem Jover2014-02-222-5/+13
| | | | | Generalize DebFile::ExtractArchive() to take a member base name, so that we can reuse it for control.tar member extraction too.
* ExtractTar: Allow an empty decompressor programGuillem Jover2014-02-221-0/+6
| | | | | This allows for uncompressed tar files, as the decompressor process will not get interposed in-between the file descriptors.
* add apt-vendor information for tangluJon Severinsson2014-02-226-0/+31
|
* Fix typos in documentation (codespell)Michael Vogt2014-02-2278-167/+171
|
* improve clean for auto-generated sources.listMichael Vogt2014-02-224-4/+12
|
* remove auto-generated apt-key and sources.list on clean (closes: 739749)Michael Vogt2014-02-226-14/+39
|
* releasing package apt version 0.9.15.3Michael Vogt2014-02-2055-1807/+2490
|
* Merge remote-tracking branch 'mvo/debian/sid' into debian/sidMichael Vogt2014-02-201-0/+3
|\
| * prepare re-enable fnmatch() once we have proper reportingMichael Vogt2014-02-201-0/+3
| |
* | prepare releaseMichael Vogt2014-02-201-0/+23
|/
* Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2014-02-143-21/+46
|\ | | | | | | | | Conflicts: apt-private/acqprogress.cc
| * update symbols file with hints from the buildlogsDavid Kalnischkies2014-02-142-20/+45
| |
| * add a testcase to check for forbidden https→http downgradesDavid Kalnischkies2014-02-143-3/+14
| | | | | | | | Git-Dch: Ignore
| * honor option to disable pulses for the testcasesDavid Kalnischkies2014-02-143-4/+8
| | | | | | | | Git-Dch: Ignore
* | fix the test-kernel-helper-autoremove testcaseMichael Vogt2014-02-141-6/+6
| |
* | Additional test for the case when installed version != newest versionSteve Langasek2014-02-141-2/+15
| |
* | Make the test more verbose and check for the negative case of a kernel thatSteve Langasek2014-02-141-4/+11
| | | | | | | | should not be marked not-for-autoremoval
* | typo fixSteve Langasek2014-02-141-1/+1
| |
* | also check that the running kernel is keptMichael Vogt2014-02-142-2/+4
| |
* | add testcase for the autoremove featureMichael Vogt2014-02-142-0/+46
| | | | | | | | | | Conflicts: debian/apt.auto-removal.sh
* | disable fnmatch()Michael Vogt2014-02-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | The current PackageContainerInterface::FromString() will do a FromFnmatch() first and then FromRegEx(). This commit reverts that change to restore the old behavior to only look for RegEx and not glob-style pattern. The rational is that: a) currently a fnmatch() is misleadingly reported as a regex match to the user (Bug#738880) b) a fnmatch may match something different than a a RegEx so the change broke a published interface
* | add missing canNotFindFnmatch/showFnmatchSelection (for the next ABI break)Michael Vogt2014-02-143-2/+34
| |
* | add a testcase to check for forbidden https→http downgradesDavid Kalnischkies2014-02-143-3/+14
| | | | | | | | Git-Dch: Ignore
* | honor option to disable pulses for the testcasesDavid Kalnischkies2014-02-143-4/+8
|/ | | | Git-Dch: Ignore
* simplify code some more to make reddit happyDavid Kalnischkies2014-02-141-38/+29
| | | | | | | | | | | | | Commit 6008b79adf1d7ea5607fab87a355d664c8725026 should have been guarded by "Git-Dch: Ignore", but it wasn't and I only noticed it with the Close message via deity thinking "hehe, I wonder if someone is gonna notice". Looks like someone did: hats off to reddit user itisOmegakai! Good to know that what I do isn't only monitored by goverments. :) As there is another instance of basically the same code we just factor out the code a bit and reuse, so its even cleaner and not only simpler. Reported-By: scan-build
* disable https->http redirects in libcurlMichael Vogt2014-02-144-2/+29
| | | | This change prevents changing the protocol from https to http.
* test/integration/test-bug-723705-tagfile-truncates-fields: fix autopkgtest ↵Michael Vogt2014-02-141-1/+1
| | | | failure
* do not compress .xhtml files and remove junk filesDavid Kalnischkies2014-02-141-1/+2
| | | | | | | | | dh_compress compresses .xhtml files by default, which breaks our doxygen documentation. doxygen has also a bunch of temporary files it creates which stay in the build directory and so we remove them before installing them as documentation. Closes: 738933
* enforce 'house-style' on changelog testcaseDavid Kalnischkies2014-02-141-5/+5
| | | | Git-Dch: Ignore
* allow http protocol to switch to httpsDavid Kalnischkies2014-02-144-7/+68
| | | | | | | | | switch protocols at random is a bad idea if e.g. http can switch to file, so we limit the possibilities to http to http and http to https. As very few people (less than 1% according to popcon) have https installed this likely changes nothing in terms of failure. The commit is adding a friendly hint which package needs to be installed though.
* report https download start only if we really get itDavid Kalnischkies2014-02-143-17/+39
| | | | | | Reporting it via progress means that e.g. a redirect will trigger it, too, so you get a Get & Hit while http only reports a Hit as it should be.
* do not recommend dselect in apt-get manpageDavid Kalnischkies2014-02-141-7/+4
| | | | | | | | | The current description says: "Many users find dselect intimidating and new users may prefer to use apt-based user interfaces." It doesn't feel right to refer users to it then. Closes: 617625
* trivial indent fixMichael Vogt2014-02-131-1/+1
|
* use "Restrictions: allow-stderr and avoid apt-stderr.log in ↵Michael Vogt2014-02-132-5/+3
| | | | debian/tests/run-tests
* releasing package apt version 0.9.15.2Michael Vogt2014-02-1355-4949/+4862
|
* remove duplicated apt-get download apt apt testMichael Vogt2014-02-131-4/+0
|