summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.2.71.2.7Julian Andres Klode2016-03-151-1/+1
|
* Release 1.2.61.2.6Julian Andres Klode2016-03-071-1/+1
|
* Release 1.2.51.2.5Julian Andres Klode2016-03-061-1/+1
|
* Release 1.2.41.2.4Julian Andres Klode2016-02-271-1/+1
|
* Release 1.2.31.2.3Julian Andres Klode2016-02-101-1/+1
| | | | | Build system messed up the 1.2.2 commit by not updating the .po files properly, so they are now.
* Release 1.2.21.2.2Julian Andres Klode2016-02-041-1/+1
|
* Release 1.2.11.2.1Julian Andres Klode2016-01-251-1/+1
|
* Release 1.21.2Julian Andres Klode2016-01-151-1/+1
|
* Release 1.2~exp11.2_exp1Julian Andres Klode2016-01-081-1/+1
|
* FileFd: (native) LZ4 supportJulian Andres Klode2016-01-071-0/+7
| | | | | Implement native support for LZ4 compression, using the official lz4 library.
* Release 1.1.101.1.10Julian Andres Klode2015-12-301-1/+1
|
* Release 1.1.91.1.9Julian Andres Klode2015-12-271-1/+1
|
* Release 1.1.81.1.8Julian Andres Klode2015-12-261-1/+1
| | | | This release is made for Niels Thykier and apt-file.
* Release 1.1.71.1.7Julian Andres Klode2015-12-261-1/+1
|
* 1.1.6 Christmas releaseJulian Andres Klode2015-12-241-1/+1
|
* Release 1.1.51.1.5Julian Andres Klode2015-12-141-1/+1
|
* Release 1.1.41.1.4Julian Andres Klode2015-12-071-1/+1
|
* release 1.1.31.1.3Michael Vogt2015-11-301-1/+1
| | | | Git-dch: ignore
* Release 1.1.21.1.2Julian Andres Klode2015-11-281-1/+1
|
* ./prepare-release pre-export1.1.1Michael Vogt2015-11-271-1/+1
|
* release apt 1.11.1Michael Vogt2015-11-261-1/+1
|
* Run ./prepare-release pre-exportMichael Vogt2015-11-251-1/+1
|
* do not rerun ./configure causing FTCBFS with newer autotools-devDavid Kalnischkies2015-11-191-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
* configure.ac: Only require autoconf 2.68Julian Andres Klode2015-11-031-1/+1
| | | | | | This makes it compileable on the trusty travis-ci instance. Gbp-Dch: ignore
* configure.ac: Run autoupdateJulian Andres Klode2015-11-031-6/+9
| | | | Gbp-Dch: ignore
* dpkgpm: Use ptsname_r() instead of ptsname() to be thread-safeJulian Andres Klode2015-10-301-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
* releasing 1.1~exp141.1_exp14Michael Vogt2015-10-201-1/+1
|
* releasing package apt version 1.1~exp131.1.exp13Michael Vogt2015-10-051-1/+1
|
* releasing package apt version 1.1~exp12Michael Vogt2015-09-111-1/+1
|
* Release 1.11~exp111.1.exp11Julian Andres Klode2015-08-271-1/+1
|
* releasing package apt version 1.1~exp10Michael Vogt2015-08-241-1/+1
|
* Use setresuid() and setresgid() where availableJulian Andres Klode2015-08-131-1/+3
|
* Merge branch 'debian/jessie' into debian/experimentalDavid Kalnischkies2015-04-191-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
| * release 1.0.9.8David Kalnischkies2015-04-131-1/+1
| |
* | demote missing gtest to a buildtime warningDavid Kalnischkies2015-04-191-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)
* | merge debian/sid into debian/experimentalDavid Kalnischkies2015-03-161-1/+1
|\|
| * prepare 1.0.9.6Michael Vogt2015-01-161-1/+1
| |
| * release 1.0.9.51.0.9.5David Kalnischkies2014-12-231-1/+1
| |
| * release 1.0.9.41.0.9.4David Kalnischkies2014-12-031-1/+1
| |
* | Run ./prepare-release pre-exportMichael Vogt2014-11-061-1/+1
| | | | | | | | Git-dch: ignore
* | DropPrivs: Also check for saved set-user-ID and set-group-IDJulian Andres Klode2014-09-241-0/+6
| |
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-231-1/+1
|\| | | | | | | | | | | | | | | | | Conflicts: apt-pkg/acquire-item.cc apt-pkg/acquire-item.h apt-pkg/cachefilter.h configure.ac debian/changelog
| * ./pre-release pre-exportMichael Vogt2014-09-181-1/+1
| |
| * prepare 1.0.8Michael Vogt2014-09-091-1/+1
| |
| * releasing 1.0.7Michael Vogt2014-08-281-1/+1
| |
| * prepare 1.0.6Michael Vogt2014-07-101-1/+1
| |
* | restore breaks against libapt-inst1.5 (<< 0.9.9)Michael Vogt2014-07-101-1/+1
| |
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-07-081-4/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-081-4/+1
| |
* | releasing package apt version 1.1~exp11.1.exp1Michael Vogt2014-06-191-1/+1
|/