summaryrefslogtreecommitdiff
path: root/buildlib
Commit message (Collapse)AuthorAgeFilesLines
* * 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).
* reenable automatic parallel build of APTDavid Kalnischkies2013-07-261-9/+8
| | | | | It works for a while now in manual tests, now lets see how it will perform if enabled for all by default automatically.
* make autoconf happy by "mv configure.{in,ac}"David Kalnischkies2013-07-261-2/+2
| | | | Git-Dch: Ignore
* stop building l10n if strings are unchangedDavid Kalnischkies2013-06-092-2/+7
| | | | | | The buildsystem tried to build l10n for test applications which never produced the output it expected causing it to try building it all the time.
* depend on libapt-pkg in the libapt-inst build processDavid Kalnischkies2013-06-091-2/+2
| | | | | | | fixing parallel build in the handcrafted buildsystem is a pain, so its not enabled by default, but its works for me – sometimes Git-Dch: Ignore
* build the en manpages in subdirectory doc/enDavid Kalnischkies2013-06-091-5/+7
| | | | | Building manpages becames more consistent this way and it is simpler to ignore build artefacts, too.
* * buildlib/apti18n.h.in:Michael Vogt2013-05-161-0/+1
| | | | - fix build failure when building without NLS (closes: #671587)
* * debian/control:David Kalnischkies2012-06-293-4/+8
| | | | | | - demote debiandoc-sgml to Build-Depends-Indep * doc/makefile: - separate translation building of debiandoc from manpages so that we don't need to build debiandoc for binary packages
* * buildlib/configure.mak:David Kalnischkies2012-06-181-1/+28
| | | | - print a message detailing how to get config.guess and config.sub in case they are not in /usr/share/misc (Closes: #677312)
* * buildlib/inttypes.h.in:David Kalnischkies2012-05-215-95/+0
| | | | - remove inttypes.h compatibility as providing such a c99 types compatibility conflicts with the usage of c99 type long long
* whatever this script did, it didn't for a long long timeDavid Kalnischkies2012-05-211-14/+0
| | | | (it creates changelog from cvs)
* apply the correct metadata (package, version, mail) to all pot and po filesDavid Kalnischkies2012-05-212-0/+4
|
* * buildlib/podomain.mak:David Kalnischkies2012-05-211-3/+3
| | | | - ensure that all sources end up in the srclist so that we don't forget to extract half of the translation strings
* move the creation of the manpage-style.xsl file to the rest of theDavid Kalnischkies2012-05-201-1/+5
| | | | | manpage building instead of doing it at setup time, so we can properly depend on it
* * doc/makefile:David Kalnischkies2012-05-171-1/+1
| | | | - build manpages with the correct l10n.gentext.default.language setting to get the correct section titles provided by docbook
* - separate manpages from the rest of the doc buildingDavid Kalnischkies2012-05-142-2/+3
| | | - make apt and apt-utils packages depend on manpages instead of full doc
* * Makefile, buildlib/*.mak:David Kalnischkies2012-05-123-10/+9
| | | - reshuffle dependencies so that parallel building seems to work
* - add libbz2-dev as new build-dependencyDavid Kalnischkies2012-04-052-1/+5
| | | | | | | | - 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-222-3/+4
| | | | to the more standard PACKAGE_VERSION and make it work in every file
* do not update po and pot files in the process of the build as thisDavid Kalnischkies2012-03-212-2/+2
| | | | | | | | | causes timestamp changes for the mo files which therefore can't be refcounted by dpkg for your M-A: same packages (Closes: #659333, LP: #924628) The commit also enables a top-level 'make update-po' and does all the needed changes to let this work now that update-po might be called in a freshly checkout tree
* 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…)
* merge with debian/sidDavid Kalnischkies2011-09-131-2/+2
|\
| * build test-binaries by default and add a test target to toplevelDavid Kalnischkies2011-08-171-1/+1
| |
| * add 'dirs' target to the 'all' target to ensure that for e.g. the testsDavid Kalnischkies2011-08-171-1/+1
| | | | | | | | all (sub)directories are build which are needed (e.g. obj/ and co)
* | 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)
* * doc/apt.ent:David Kalnischkies2010-10-141-2/+5
| | | | - move some strings into apt-verbatim.ent to avoid showing them in apt-doc.pot as they are untranslatable anyway (e.g. manpage references)
* * buildlib/debiandoc.mak, buildlib/po4a_manpage.mak:David Kalnischkies2010-09-172-3/+3
| | | - ensure that the build fails if documentation building fails
* we break the ABI, so let use increase the ABI number :)David Kalnischkies2010-02-182-14/+7
| | | | (This is the revert of the glibc-abi-compatibility-hack)
* * buildlib/apti18n.h.in, po/makefile:David Kalnischkies2010-02-181-0/+3
| | | | - add ngettext support with P_()
* fix some warning from the buildtools in tools.m4 and configure.inDavid Kalnischkies2010-01-011-6/+6
|
* instruct debiandoc to build files with utf-8 encodingDavid Kalnischkies2010-01-011-1/+1
|
* revert this commit as fast as possible (aka next ABI break)David Kalnischkies2009-12-122-7/+14
| | | | | | This commit sets up our faked library extension to trick the build system into building the packages with libc6.9-6 while we are actually already at libc6.10-6. Oh dear...
* merged -r1901..1911 from lp:~donkult/apt/sidMichael Vogt2009-12-107-195/+3
|\
| * don't try to detect glibc and libstdc++ version as we don't need this ↵David Kalnischkies2009-11-022-52/+0
| | | | | | | | information any longer
| * remove traces of old manpage-buildsystemsDavid Kalnischkies2009-11-024-97/+1
| |
| * fix/simplify buildsystem for the (now) po4a-only manpagesDavid Kalnischkies2009-11-022-46/+2
| |
* | merged -r1887..1901 from lp:~donkult/apt/sidMichael Vogt2009-12-106-3193/+30
|\|
| * remove (outdated) config.{sub,guess} and use the ones providedDavid Kalnischkies2009-10-283-3184/+4
| | | | | | | | by the new added build-dependency autotools-dev instead
| * refactor the buildsystem to extract library versions from one file,David Kalnischkies2009-10-281-0/+14
| | | | | | | | | | | | so it is not needed to change x-files to just increase a version number (because this is far to easy to forget one of the files, which will not result in failures or is bad in general, but is inconsitent.)
| * Bumped libapt version and excluded eglibc from SONAME. (Closes: #448249)David Kalnischkies2009-10-241-8/+8
| | | | | | | | | | Backported from lp:~mvo/apt/debian-experimental Based on patch by Eugene V. Lyubimkin
| * 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)
* add a message which will be displayed if xsltproc does respect the -oDavid Kalnischkies2009-10-161-0/+1
| | | | | flag again and a manual mv to the correct name is no longer needed. (used in the buildprocess of po4a manpages)
* add guide.sgml and offline.sgml to the "translatable with po4a"-groupDavid Kalnischkies2009-10-011-1/+6
| | | | | | | | Fix also the buildsystem for building the coresponding docs from these two files if they are exist for this language so we don't need to change the makefiles for ja and fr - and can also use the same simple makefiles for it and pl which ship these files as not-yet-with-po4a-translated (and currently no man page translation.)
* use only one xsl file (and therefore utf-8) for all languagesDavid Kalnischkies2009-09-091-1/+1
|
* add amd64 for cross building (by Mikhail Gusarov, Closes: #513058)David Kalnischkies2009-09-091-1/+2
|
* * buildlib/po4a_manpage.mak, doc/makefile, configure:David Kalnischkies2009-08-273-2/+60
| | | | | | | | - simplify the makefiles needed for po4a manpages Add a bit more autodetection to the buildsystem to be able to add only half translated languages (only a few man pages, not all) and try to reduce the overhead needed to add new languages.
* [ Nicolas François ]David Kalnischkies2009-08-262-12/+12
| | | | | * doc/style.txt, buildlib/defaults.mak, buildlib/manpage.mak: - fix a few typos in the comments of this files
* Renewed buildlib/config.{sub,guess} files.Eugene V. Lyubimkin2008-12-062-341/+600
|
* * Compilation fixes and portability improvement for compiling APT against ↵Luca Bruno2008-10-112-0/+9
| | | | non-GNU libc