summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2016-06-22Release 1.3~exp31.3_exp3Julian Andres Klode1-1/+1
Quite a huge churn of new strings.
2016-06-11Release 1.3~exp21.3_exp2Julian Andres Klode1-1/+1
2016-05-11Release 1.3~exp11.3_exp1Julian Andres Klode1-1/+1
2016-04-25Release 1.2.111.2.11Julian Andres Klode1-1/+1
2016-04-05releasing package apt version 1.2.101.2.10Michael Vogt1-1/+1
2016-03-27Release 1.2.91.2.9Julian Andres Klode1-1/+1
2016-03-24Release 1.2.81.2.8Julian Andres Klode1-1/+1
2016-03-15Release 1.2.71.2.7Julian Andres Klode1-1/+1
2016-03-07Release 1.2.61.2.6Julian Andres Klode1-1/+1
2016-03-06Release 1.2.51.2.5Julian Andres Klode1-1/+1
2016-02-27Release 1.2.41.2.4Julian Andres Klode1-1/+1
2016-02-10Release 1.2.31.2.3Julian Andres Klode1-1/+1
Build system messed up the 1.2.2 commit by not updating the .po files properly, so they are now.
2016-02-04Release 1.2.21.2.2Julian Andres Klode1-1/+1
2016-01-25Release 1.2.11.2.1Julian Andres Klode1-1/+1
2016-01-15Release 1.21.2Julian Andres Klode1-1/+1
2016-01-08Release 1.2~exp11.2_exp1Julian Andres Klode1-1/+1
2016-01-07FileFd: (native) LZ4 supportJulian Andres Klode1-0/+7
Implement native support for LZ4 compression, using the official lz4 library.
2015-12-30Release 1.1.101.1.10Julian Andres Klode1-1/+1
2015-12-27Release 1.1.91.1.9Julian Andres Klode1-1/+1
2015-12-26Release 1.1.81.1.8Julian Andres Klode1-1/+1
This release is made for Niels Thykier and apt-file.
2015-12-26Release 1.1.71.1.7Julian Andres Klode1-1/+1
2015-12-241.1.6 Christmas releaseJulian Andres Klode1-1/+1
2015-12-14Release 1.1.51.1.5Julian Andres Klode1-1/+1
2015-12-07Release 1.1.41.1.4Julian Andres Klode1-1/+1
2015-11-30release 1.1.31.1.3Michael Vogt1-1/+1
Git-dch: ignore
2015-11-28Release 1.1.21.1.2Julian Andres Klode1-1/+1
2015-11-27./prepare-release pre-export1.1.1Michael Vogt1-1/+1
2015-11-26release apt 1.11.1Michael Vogt1-1/+1
2015-11-25Run ./prepare-release pre-exportMichael Vogt1-1/+1
2015-11-19do not rerun ./configure causing FTCBFS with newer autotools-devDavid Kalnischkies1-1/+0
If the config.{sub,guess} files we linked in were newer than our configure script we ended up recreating configure and then rerun it without all the configuration options which were (potentially) present for a previous run. We avoid this by changing to the same ruleset as in the debian/rules file which compares the config.* files against a stamp file rather than the configure script itself as its the configuration itself which depends on all scripts, not configure on the config scripts. While at it, we also drop the 'make -s dirs' call as we don't need to do it explicitly here as proper dependencies will take care of it. Thanks: Helmut Grohne for the detailed bugreport. Closes: 804923
2015-11-03configure.ac: Only require autoconf 2.68Julian Andres Klode1-1/+1
This makes it compileable on the trusty travis-ci instance. Gbp-Dch: ignore
2015-11-03configure.ac: Run autoupdateJulian Andres Klode1-6/+9
Gbp-Dch: ignore
2015-10-30dpkgpm: Use ptsname_r() instead of ptsname() to be thread-safeJulian Andres Klode1-0/+3
This function only exists on a limited number of platforms, so we add a configure check to make sure it exists. Gbp-Dch: ignore
2015-10-20releasing 1.1~exp141.1_exp14Michael Vogt1-1/+1
2015-10-05releasing package apt version 1.1~exp131.1.exp13Michael Vogt1-1/+1
2015-09-11releasing package apt version 1.1~exp121.1.exp12Michael Vogt1-1/+1
2015-08-27Release 1.11~exp111.1.exp11Julian Andres Klode1-1/+1
2015-08-24releasing package apt version 1.1~exp101.1.exp10Michael Vogt1-1/+1
2015-08-13Use setresuid() and setresgid() where availableJulian Andres Klode1-1/+3
2015-04-19Merge branch 'debian/jessie' into debian/experimentalDavid Kalnischkies1-1/+1
Conflicts: apt-pkg/acquire-item.cc cmdline/apt-key.in methods/https.cc test/integration/test-apt-key test/integration/test-multiarch-foreign
2015-04-19demote missing gtest to a buildtime warningDavid Kalnischkies1-1/+1
We just need it for unit tests and our debian/rules file actually skips calling them if nocheck is given… but this fails anyhow as we declared a hard-dependency on it. Demoting the error to a warning in configuration and adding a test in the 'make test' path with a friendly message allows nocheck to be useful again. (Running unit tests is fully encouraged of course, but bootstrappers and co do not need to be burdened with this stuff)
2015-04-13release 1.0.9.8David Kalnischkies1-1/+1
2015-03-16merge debian/sid into debian/experimentalDavid Kalnischkies1-1/+1
2015-01-16prepare 1.0.9.61.0.9.6Michael Vogt1-1/+1
2014-12-23release 1.0.9.51.0.9.5David Kalnischkies1-1/+1
2014-12-03release 1.0.9.41.0.9.4David Kalnischkies1-1/+1
2014-11-06Run ./prepare-release pre-exportMichael Vogt1-1/+1
Git-dch: ignore
2014-09-24DropPrivs: Also check for saved set-user-ID and set-group-IDJulian Andres Klode1-0/+6
2014-09-23Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-1/+1
Conflicts: apt-pkg/acquire-item.cc apt-pkg/acquire-item.h apt-pkg/cachefilter.h configure.ac debian/changelog
2014-09-18./pre-release pre-exportMichael Vogt1-1/+1