summaryrefslogtreecommitdiff
path: root/buildlib/config.h.in
Commit message (Collapse)AuthorAgeFilesLines
* DropPrivs: Also check for saved set-user-ID and set-group-IDJulian Andres Klode2014-09-241-0/+4
|
* use liblzma-dev to provide xz/lzma supportDavid Kalnischkies2014-03-131-0/+3
| | | | | | | | | | | | 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.
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-0/+1
| | | | | | | | Beside being a bit cleaner it hopefully also resolves oddball problems I have with high levels of parallel jobs. Git-Dch: Ignore Reported-By: iwyu (include-what-you-use)
* * move upgrade releated code into upgrade.{cc,h}Michael Vogt2013-10-051-0/+1
| | | | | | The upgrade releated code is moved into upgrade.{cc,h} and all pkg*Upgrade* prototypes are included in algorihms.h to avoid breaking API (unless build with APT_9_CLEANER_HEADERS).
* * buildlib/inttypes.h.in:David Kalnischkies2012-05-211-14/+0
| | | | - remove inttypes.h compatibility as providing such a c99 types compatibility conflicts with the usage of c99 type long long
* apply the correct metadata (package, version, mail) to all pot and po filesDavid Kalnischkies2012-05-211-0/+3
|
* - add libbz2-dev as new build-dependencyDavid Kalnischkies2012-04-051-0/+3
| | | | | | | | - remove the libz-dev alternative from zlib1g-dev build-dependency - do the same for bz2 builtin if available * apt-pkg/contrib/fileutl.cc: - use libz2 library for (de)compression instead of the bzip2 binary as the first is a dependency of dpkg and the later just priority:optional so we gain 'easier' access to bz2-compressed Translation files this way
* detect zlib correctly. We still don't allow to build without it to remainDavid Kalnischkies2012-04-051-0/+3
| | | | | compatible with users accessing it directly, but this prepares for a drop of this strict requirement in the future
* the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies2012-03-221-3/+3
| | | | to the more standard PACKAGE_VERSION and make it work in every file
* atleast libapt should announce to itself that it is clean…David Kalnischkies2011-12-151-0/+2
| | | | (and be it if it tries to announce that…)
* Support large files in the complete toolset. Indexes of thisDavid Kalnischkies2011-09-131-0/+3
| | | | size are pretty unlikely for now, but we need it for deb packages which could become bigger than 4GB now (LP: #815895)
* Fix revno 1831.1.13 as i forget to add the definition to config.h.inDavid Kalnischkies2009-10-201-0/+1
| | | | | [cmdline/apt-get.cc] check for availability ofstatfs.f_type Patch from Robert Millan, thanks! (Closes: #509313)
* * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrongOtavio Salvador2007-08-011-5/+2
| | | directory downloading on non-linux architectures (closes: #435597)
* Test for timegm in configure.Arch Librarian2004-09-201-0/+3
| | | | | | Author: doogie Date: 2002-11-22 07:15:23 GMT Test for timegm in configure.
* Join with aliencodeArch Librarian2004-09-201-11/+5
| | | | | | Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode
* More portability thingiesArch Librarian2004-09-201-12/+4
| | | | | | Author: jgg Date: 1999-12-21 07:37:56 GMT More portability thingies
* Made configure smarter about detecting the previous hp-...Arch Librarian2004-09-201-1/+14
| | | | | | Author: doogie Date: 1999-12-11 06:33:02 GMT Made configure smarter about detecting the previous hp-ux fixes.
* OpenBSD fixesArch Librarian2004-09-201-0/+6
| | | | | | Author: jgg Date: 1999-12-11 02:11:10 GMT OpenBSD fixes
* Doc fixArch Librarian2004-09-201-0/+4
| | | | | | Author: jgg Date: 1999-10-31 06:32:27 GMT Doc fix
* Patched md5 a bit moreArch Librarian2004-09-201-4/+0
| | | | | | Author: jgg Date: 1999-10-25 04:10:02 GMT Patched md5 a bit more
* C9x typesArch Librarian2004-09-201-34/+0
| | | | | | Author: jgg Date: 1999-10-25 03:36:41 GMT C9x types
* pthread updateArch Librarian2004-09-201-0/+3
| | | | | | Author: jgg Date: 1999-08-05 05:11:18 GMT pthread update
* Daniel Jacobowitz's gcc 2.95 C++ patchArch Librarian2004-09-201-2/+0
| | | | | | Author: jgg Date: 1999-07-20 05:53:32 GMT Daniel Jacobowitz's gcc 2.95 C++ patch
* Md5 supportArch Librarian2004-09-201-0/+35
| | | | | | Author: jgg Date: 1998-10-31 05:19:59 GMT Md5 support
* SyncArch Librarian2004-09-201-5/+14
| | | | | | Author: jgg Date: 1998-09-26 05:34:18 GMT Sync
* New make changesArch Librarian2004-09-201-3/+9
| | | | | | Author: jgg Date: 1998-07-14 03:31:31 GMT New make changes
* Autoconf stuffArch Librarian2004-09-201-0/+20
Author: jgg Date: 1998-07-13 05:05:51 GMT Autoconf stuff