summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-07-083-8/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * build: Convert from DebianDoc SGML to DocBook XMLGuillem Jover2014-07-083-8/+8
| |
* | increase libapt-inst to version 1.6Michael Vogt2014-07-083-3/+3
| |
* | Fix ar and tar code to be LFS-safeGuillem Jover2014-07-081-4/+4
| | | | | | | | | | | | This is an ABI break. Closes: #742882
* | Add new Base256ToNum long long overload functionGuillem Jover2014-07-081-0/+1
| |
* | releasing package apt version 1.1~exp11.1.exp1Michael Vogt2014-06-191-2/+2
| |
* | set gdb.conf branch to experimentalMichael Vogt2014-06-191-1/+1
| |
* | prepare releaseMichael Vogt2014-06-191-5/+48
| |
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-06-181-0/+32
|\| | | | | | | | | Conflicts: debian/changelog
| * releasing package apt version 1.0.5Michael Vogt2014-06-181-0/+32
| |
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-06-185-22/+76
|\| | | | | | | | | Conflicts: debian/changelog
| * fix test-apt-ftparchive-cachedb-lp1274466 and apt-internal-solver testsMichael Vogt2014-06-111-1/+1
| |
| * fix autopkgtest testsMichael Vogt2014-06-112-1/+2
| |
| * release 1.0.4Michael Vogt2014-06-101-1/+1
| |
| * use pkgSrcRecords::Step() instead of Next()Michael Vogt2014-06-101-1/+1
| |
| * prepare 1.0.4 uploadMichael Vogt2014-06-101-0/+41
| |
| * update symbols filesDavid Kalnischkies2014-05-302-21/+33
| | | | | | | | Git-Dch: ignore
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-05-0712-86/+279
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: apt-pkg/cachefilter.h apt-pkg/contrib/fileutl.cc apt-pkg/contrib/netrc.h apt-pkg/deb/debsrcrecords.cc apt-pkg/init.h apt-pkg/pkgcache.cc debian/apt.install.in debian/changelog
| * prepare release 1.0.3Michael Vogt2014-05-051-0/+31
| |
| * Revert "add bash completion for the "apt" command"Michael Vogt2014-05-052-3/+0
| | | | | | | | | | | | | | This reverts commit 697c9314c8ba24f3e393b5de11a3fad7adae4bfc. Conflicts: debian/rules
| * debian/apt-doc.docs: remove README.MultiArchMichael Vogt2014-04-281-1/+0
| |
| * allow vendors to install configuration filesDavid Kalnischkies2014-04-262-13/+2
| | | | | | | | | | Vendors like ubuntu need to change some options, so giving them a way to do this less painfully avoids reducing differences.
| * provide support for debian/apt.conf.$(lsb_release -i -s) vendor specific ↵Michael Vogt2014-04-253-0/+16
| | | | | | | | config files
| * add bash completion for the "apt" commandMichael Vogt2014-04-252-0/+3
| |
| * reduce delta from ubuntuMichael Vogt2014-04-252-1/+3
| |
| * prepare release 1.0.2Michael Vogt2014-04-251-0/+31
| |
| * use Google C++ Testing Framework for libapt testsDavid Kalnischkies2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | My commit 45df0ad2 from 26. Nov 2009 had a little remark: "The commit also includes a very very simple testapp." This was never intended to be permanent, but as usually… The commit adds the needed make magic to compile gtest statically as it is required and links it against a small runner. All previous testcase binaries are reimplemented in gtest and combined in this runner. While most code is a 1:1 translation some had to be rewritten like compareversion_test.cc, but the coverage remains the same.
| * prepare 1.0.1 releaseMichael Vogt2014-04-101-0/+21
| |
| * Add versioned openjdk-6-jdk breaksJulian Andres Klode2014-04-071-2/+2
| | | | | | | | | | This helps if people did unclean upgrades from squeeze, namely to jessie directly.
| * Version the Breaks/Replaces for sun-java{5,6}-jdk (LP: #1302736)Julian Andres Klode2014-04-071-2/+2
| | | | | | | | | | | | | | This is a *hack* to work around unofficial packages for Java 7 and 8 that wrongly provide the Java 5 and 6 packages. Closes: #743616
| * releasing package apt version 1.0Michael Vogt2014-04-011-0/+47
| |
| * add sun-java{5,6}-jdk to breaks/replaces as that provided a "apt" binary as wellMichael Vogt2014-04-011-2/+2
| |
| * install "apt" binary by defaultMichael Vogt2014-04-011-0/+1
| |
| * debian: Add default compress option to xzTrần Ngọc Quân2014-04-011-0/+2
| | | | | | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
| * Merge remote-tracking branch 'upstream/debian/sid' into debian/sidMichael Vogt2014-03-274-45/+42
| |\
| | * update symbols file to include new symbols from 0.9.16David Kalnischkies2014-03-231-0/+8
| | |
| | * mark optional (private) symbols as hiddenDavid Kalnischkies2014-03-211-40/+19
| | | | | | | | | | | | | | | | | | | | | | | | This methods should not be used by anyone expect the library itself as they are helpers for the specific class and therefore perfect candidates for hidding. Git-Dch: Ignore
| | * correct some reported typos in /etc/cron.daily/aptDavid Kalnischkies2014-03-211-4/+4
| | | | | | | | | | | | | | | | | | Closes: 702016 Reported-By: Mason Loring Bliss <mason@blisses.org>, Jakub Wilk <jwilk@debian.org>
| | * only consider versioned kernel packages in autoremoveDavid Kalnischkies2014-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Metapackages like "linux-image-amd64" are otherwise matched by our extraction as well, which later on can't be successfully compared via dpkg --compare-versions as the 'amd64' bit isn't a version number. (Luckily none of our architectures starts with a digit.) This was broken by me in 0.9.16 as I moved a shell-glob matcher to a regex-based one which has slightly different semantics regarding '*'. Closes: 741962
| | * Release 0.9.16.1Julian Andres Klode2014-03-151-0/+10
| | |
| * | fix documentation for APT::Periodic::MaxSize "0" (closes: #740551)Michael Vogt2014-03-271-1/+1
| |/
| * prepare 0.9.16 releaseMichael Vogt2014-03-141-0/+37
| |
| * use liblzma-dev to provide xz/lzma supportDavid Kalnischkies2014-03-131-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | We have xz/lzma support for a while, but only via an external binary provided by xz-utils. Now that the Debian archive provides xz by default and dpkg pre-depends on the library provided by liblzma-dev we can switch now to use this library as well to avoid requiring an external binary. For now the binary is in a prio:required package, but this might change in the future. API wise it is quiet similar to bz2 code expect that it doesn't provide file I/O methods, so we piece this together on our own.
| * correct LD_LIBRARY_PATH and config loading for apt-helperDavid Kalnischkies2014-03-131-0/+1
| | | | | | | | | | | | | | Mostly ensures that we use the build methods and not the system provided methods in the tests (if we don't want it that way). Git-Dch: Ignore
| * ensure that a dot is a dot in the hookDavid Kalnischkies2014-03-131-5/+2
| | | | | | | | | | | | As we deal with regex matchers here the dots are treated as wildcards if we don't take care of escaping them. Not very likely that this could be a real-world problem, but just to be sure.
| * add ".*-{kernel,modules}-$KERVER" matcher for hookDavid Kalnischkies2014-03-131-1/+7
| | | | | | | | | | | | Pre-build kernel modules (like those build with module-assistent) are commonly named in this way and it should be ungeneric enough to be added by default for everyone.
| * support kfreebsd and hurd in the kernel hookDavid Kalnischkies2014-03-132-15/+9
| | | | | | | | | | | | kfreebsd as well as hurd kernel packages call the postinst script as well so we just need to enable the correct parsing for installed packages and disable the "protect every version" hammer for them.
| * use a configurable list of versioned kernel packagesDavid Kalnischkies2014-03-132-10/+20
| | | | | | | | | | | | With APT::VersionedKernelPackages users have the option of adding packages like pre-build out-of-tree modules to the list of automatically protected from being autoremoved.
| * warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies2014-03-131-1/+0
| | | | | | | | | | Git-Dch: Ignore Reported-By: gcc -Wmissing-declarations
| * unset LANGUAGE in the testing framework directlyDavid Kalnischkies2014-03-131-3/+0
| | | | | | | | Git-Dch: Ignore