Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
* scripts/dpkg-buildpackage.sh: Back out debian/rules build-arch detection.
It is *not* possible *at all* to detect available targets in a rules
file. Period.
|
|
|
|
|
|
* Add locale.h to list of checked headers.
* Pass external to AM_GNU_GETTEXT
|
|
|
|
|
|
|
|
|
|
|
|
configure.in. config.h.bot is now in AH_BOTTOM(), and the descriptions for
all the defines(from acconfig.h) are now part of AC_DEFINE().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* automake/dpkg.m4: DPKG_CACHED_TRY_COMPILE was defined with both
AC_DEFUN() AND define().
|
|
would fail.
|
|
arches, like ppc.
|
|
|
|
but this is not used during a normal run. However, a
-static.nondebbin.tar.gz file is created, in addition to the normal
nondebbin.tar.gz.
|
|
|
|
|
|
aclocal -I automake, and autoconf.
|
|
to change our build, to comply with the new upstream, we also
need to modify the build-depends.
* po/dpkg.pot, po/nl.po: Fixed broken translations.
|
|
|
|
* utils/start-stop-daemon.8: fix typo
* configure.in: use AC_C_INLINE instead of our own test
* lib/nfmalloc, include/dpkg-db.h: remove HAVE_INLINE tests, use extern inline directly
* lib/varbuf.c: add inline keyowrd to varbufaddc
* optlib/Makefile.in: undo earlier patch and build libopt.a again
* lib/Makefile.in: use libopt.a again, and a rule to build it
* Makefile.in: build optlib before lib
* Makefile.conf.in: add RANLIB
* dselect/method.h, dselect/methlist.cc, dselect/method.cc,
dselect/methparse.cc: rename struct option to dselect_option to prevent
conflict with getopt.h
* main/help.c: rework do_script a bit to compile without errors
* scripts/dpkg-gencontrol.1: add -n option to specify filename
* scripts/dpkg-source.1:
+ document -n option for dpkg-gencontrol
+ fix confusing wording for dpkg-buildpackage -uc option
+ fix layout error for dpkg-distaddfile section
+ it's DEADJOE, not DEAD_JOEY
* scripts/dpkg-architecture.pl:
+ apply cleanup patch from Julian Gilbey
+ modify gcc regexp to recognize gcc versions like 2.96-ia64-000717
* scripts/dpkg-checkbuilddeps.pl, scripts/dpkg-checkbuilddeps.1: new
script from Joey Hess to check build dependencies
* THANKS: Add Joey Hess
* scripts/dpkg-parsechangelog.pl:
+ support reading changelog from stdin
+ remove Linux reference
* scripts/dpkg-statoverride.pl: exit with exitcode 1 if we do --list but
don't output anything, and use exitcode 2 if we try to remove a
non-exiting override (unless --force is given).
* scripts/dpkg-statoverride.8: document new exitcode for --list
* main/main.c, main/dpkg.8: remove --smallmem and --largemem references
* scripts/dpkg-buildpackage.sh:
+ don't bother to specify architecture settings on commandlines since
we put them in the environment already
+ remove debsign support, it's useless and debsign can't handle it
+ use DEB_BUILD_ARCH to get build architecture, not DEB_HOST_ARCH
+ remove Linux reference
* scripts/dpkg-scanpackages.pl: mark last argument as optional in
usage info
* scripts/dpkg-scanpackages.8, scripts/dpkg-name.1,
scripts/dpkg-shlibdeps.pl, scripts/dpkg-source.pl, scripts/822-date.1,
scripts/cl-debian.pl, scripts/cleanup-info.pl, scripts/dpkg-genchanges.pl,
scripts/dpkg-distaddfile.pl, scripts/dpkg-source.1,
scripts/dpkg-divert.pl, scripts/install-info.pl, scripts/install-info.8,
scripts/dpkg-gencontrol.pl, scripts/update-alternatives.pl,
scripts/update-rc.d.8: remove Linux references
|
|
utils/md5sum.c: include unistd.h to things compile on OpenBSD
configure.in: test to see if we need to link to kvm
|
|
Fix description for dpkg-gencontrol in the dpkg-source manpage
|
|
|
|
|
|
and do things much simpler instead based on the old working but not
correctly used code.
|
|
result of the test during build time.
|
|
This macro was getting lost if someone was setting CFLAGS on the cmdline.
Perhaps this should be moved into config.h.in?
|
|
|
|
|
|
optlib/Makefile.am: remove (can't believe this still existed!)
utils/Makefile.in: link md5sum with our own libintl if needed
archtable, scripts/dpkg-architecture.pl: add freebsd-i386
acconfig.h, configure.in, doc/Makefile.in: make building documentation and start-stop-daemon optional
main/help.c: only check for start-stop-daemon in checkpatch() if we build it
|
|
|
|
|
|
|
|
|
|
po/de.po: New German translation from Hartmut Koptein
THANKS: Add Hartmut
main/enquiry.c: fix silly type error
|