summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* releasing package apt version 1.0.5Michael Vogt2014-06-181-1/+1
|
* Check for gtest's header before building.Michele Orrù2014-06-171-4/+11
| | | | | Add AC_CHECK_HEADER directive for gtest, and report a fatal error message if not found.
* really release 1.0.4Michael Vogt2014-06-101-1/+1
|
* release 1.0.4Michael Vogt2014-06-101-1/+1
|
* prepare release 1.0.3Michael Vogt2014-05-051-1/+1
|
* prepare release 1.0.2Michael Vogt2014-04-251-1/+1
|
* prepare 1.0.1 releaseMichael Vogt2014-04-101-1/+1
|
* releasing package apt version 1.0Michael Vogt2014-04-011-1/+1
|
* Release 0.9.16.1Julian Andres Klode2014-03-151-1/+1
|
* prepare 0.9.16 releaseMichael Vogt2014-03-141-1/+1
|
* use liblzma-dev to provide xz/lzma supportDavid Kalnischkies2014-03-131-0/+7
| | | | | | | | | | | | 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.
* releasing package apt version 0.9.15.5Michael Vogt2014-02-281-1/+1
|
* releasing package apt version 0.9.15.4Michael Vogt2014-02-231-1/+1
|
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-1/+1
|
* releasing package apt version 0.9.15.3Michael Vogt2014-02-201-1/+1
|
* releasing package apt version 0.9.15.2Michael Vogt2014-02-131-1/+1
|
* releasing package apt version 0.9.15.1Michael Vogt2014-02-061-1/+1
|
* releasing package apt version 0.9.15Michael Vogt2014-01-251-1/+1
|
* releasing package apt version 0.9.14.3~exp5Michael Vogt2014-01-241-1/+1
|
* releasing package apt version 0.9.14.3~exp4Michael Vogt2014-01-221-1/+1
|
* releasing package apt version 0.9.14.3~exp3Michael Vogt2014-01-181-1/+1
|
* prepare 0.9.14.3~exp1Michael Vogt2014-01-051-1/+1
|