]>
err.no Git - dpkg/log
Adam Heath [Wed, 22 May 2002 18:01:49 +0000 (18:01 +0000)]
Remove hash.c from SOURCES, as it is a test file.
Wichert Akkerman [Tue, 21 May 2002 15:43:00 +0000 (15:43 +0000)]
remove compat stuff for ancient dpkg versions.
This also enables the /usr/info/dir move code which was never reached
Adam Heath [Mon, 20 May 2002 05:56:01 +0000 (05:56 +0000)]
Even more gcc warning fixes.
Adam Heath [Mon, 20 May 2002 04:40:25 +0000 (04:40 +0000)]
Add rules to Makefile.conf, to rebuild Makefile if $(srcdir)/Makefile.in is
modified. This also required adding a 'default' target to all Makefiles.
Adam Heath [Mon, 20 May 2002 03:54:22 +0000 (03:54 +0000)]
Fairly heavy work(net no lines changed), to fix longjmp() clashing variable
warnings. Also, a few miscellaneous gcc -W<foo> fixes.
Adam Heath [Mon, 20 May 2002 03:46:54 +0000 (03:46 +0000)]
Several more gcc -W<foo> fixes. (forgot main.h)
Adam Heath [Mon, 20 May 2002 03:40:56 +0000 (03:40 +0000)]
Several more gcc -W<foo> fixes.
Adam Heath [Mon, 20 May 2002 01:22:31 +0000 (01:22 +0000)]
Several more gcc -W<foo> fixes.
Adam Heath [Sun, 19 May 2002 23:46:18 +0000 (23:46 +0000)]
Fix overzealous running of autoheader for every build.
Adam Heath [Sun, 19 May 2002 11:03:19 +0000 (11:03 +0000)]
Split out the -W*-prototype warnings into separate checks.
Adam Heath [Sun, 19 May 2002 10:59:31 +0000 (10:59 +0000)]
Make a new macro, DPKG_C_GCC_ATTRIBUTE.
Adam Heath [Sun, 19 May 2002 10:57:48 +0000 (10:57 +0000)]
Gah, I hate gcc. AC_TRY_COMPILE() produces code of the form
'int main() { ... }'. When -Werror -Wstrict-prototypes is given to gcc, it
thinks the above code snippet is an error, and aborts. This was making
DPKG_C_GCC_TRY_WARNS disable some -W options. So, I no longer use
AC_TRY_COMPILE.
Adam Heath [Sun, 19 May 2002 09:54:18 +0000 (09:54 +0000)]
Oops. The command to run is aclocal, not aclocal.m4.
Adam Heath [Sun, 19 May 2002 09:43:33 +0000 (09:43 +0000)]
The latest autoheader/autoconf combination allows us to do everything in
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().
Adam Heath [Sun, 19 May 2002 09:39:18 +0000 (09:39 +0000)]
All the hard-coded calls to scripts/dpkg-gencontrol.pl are now down thru a
variable, GENCONTROL.
Adam Heath [Sun, 19 May 2002 09:26:43 +0000 (09:26 +0000)]
Remove all calls to $(shell pwd), and use $(CURDIR). Also, `pwd` is
removed. There was a var, DIR := $(shell pwd); instances of this var were
also replaced with CURDIR.
Adam Heath [Sun, 19 May 2002 09:22:53 +0000 (09:22 +0000)]
If automake/*.m4 is modified, rebuild aclocal.m4. If aclocal.m4 or
configure.in are modified, rebuild configure.in. config.h.in gets rebuilt
if configure.in is modified. And, lastly, configure is rerun, if configure
or config.h.in is modified.
Adam Heath [Sun, 19 May 2002 09:08:38 +0000 (09:08 +0000)]
Fix targets, so that if configure fails, but actually succeeds in creating
config.status(as might happen if one has a c-style comment in configure.in,
and the shell trys running /foo), then the build will actually fail
correctly.
Adam Heath [Sun, 19 May 2002 08:07:06 +0000 (08:07 +0000)]
Oops. Forgot to add #undef HAVE_GNUC25_UNUSED.
Adam Heath [Sun, 19 May 2002 07:42:58 +0000 (07:42 +0000)]
Define an UNUSED macro for __attribute((unused))__.
Adam Heath [Sun, 19 May 2002 07:35:12 +0000 (07:35 +0000)]
Use the configure detected gcc __attribute__ macros, instead of hard-coding
them.
Wichert Akkerman [Thu, 16 May 2002 17:11:01 +0000 (17:11 +0000)]
Update Danish translation
Wichert Akkerman [Mon, 13 May 2002 21:00:32 +0000 (21:00 +0000)]
Document --force-confmiss and --force-bad-verify
Wichert Akkerman [Thu, 9 May 2002 14:17:03 +0000 (14:17 +0000)]
And now properly fix that syntax error
Wichert Akkerman [Thu, 9 May 2002 14:12:51 +0000 (14:12 +0000)]
Fix syntax error
Wichert Akkerman [Thu, 9 May 2002 13:36:32 +0000 (13:36 +0000)]
Removed another needed file
Wichert Akkerman [Thu, 9 May 2002 13:26:14 +0000 (13:26 +0000)]
Further cleanup
Wichert Akkerman [Thu, 9 May 2002 12:25:31 +0000 (12:25 +0000)]
Remove install-sh
Wichert Akkerman [Wed, 8 May 2002 15:58:59 +0000 (15:58 +0000)]
Reindented and split into multiple seperate functions
Wichert Akkerman [Wed, 8 May 2002 14:07:41 +0000 (14:07 +0000)]
Clarify confold and confnew handling
Wichert Akkerman [Mon, 6 May 2002 16:18:15 +0000 (16:18 +0000)]
Perl sucks, fix Ian's email address
Wichert Akkerman [Mon, 6 May 2002 14:28:37 +0000 (14:28 +0000)]
Update Ian Jacksons' email address
Wichert Akkerman [Sun, 5 May 2002 20:28:42 +0000 (20:28 +0000)]
Expand all paths before substitution
Peter Karlsson [Sun, 5 May 2002 19:21:49 +0000 (19:21 +0000)]
Updated
Wichert Akkerman [Sun, 5 May 2002 15:46:25 +0000 (15:46 +0000)]
generate man/paths.ent
Wichert Akkerman [Sun, 5 May 2002 15:46:00 +0000 (15:46 +0000)]
use @PACKAGE@ for dpkgconfdir as well
Wichert Akkerman [Sun, 5 May 2002 15:43:54 +0000 (15:43 +0000)]
Add paths entity file
Wichert Akkerman [Sun, 28 Apr 2002 19:34:07 +0000 (19:34 +0000)]
Remove double line
Wichert Akkerman [Sun, 28 Apr 2002 19:16:30 +0000 (19:16 +0000)]
documentation update
Wichert Akkerman [Mon, 22 Apr 2002 22:51:40 +0000 (22:51 +0000)]
add DIFF #define
Wichert Akkerman [Wed, 17 Apr 2002 09:36:00 +0000 (09:36 +0000)]
mark another bug as closeable
Wichert Akkerman [Sun, 14 Apr 2002 15:06:12 +0000 (15:06 +0000)]
Remove unneeded ISOdia entity
Wichert Akkerman [Sun, 14 Apr 2002 14:44:07 +0000 (14:44 +0000)]
Add DocBook version of dpkg-checkbuilddeps(1) manpage
Wichert Akkerman [Sun, 14 Apr 2002 14:29:01 +0000 (14:29 +0000)]
Add DocBook version of cleanup-info(8) manpage
Wichert Akkerman [Sun, 14 Apr 2002 14:14:11 +0000 (14:14 +0000)]
Add DocBook version of deb-old(5) manpage
Wichert Akkerman [Sun, 14 Apr 2002 14:12:05 +0000 (14:12 +0000)]
Fix typo
Wichert Akkerman [Sat, 13 Apr 2002 23:02:10 +0000 (23:02 +0000)]
Allow multiple consecutive empty lines
Wichert Akkerman [Sat, 13 Apr 2002 21:05:26 +0000 (21:05 +0000)]
Remove bogus whitespace
Wichert Akkerman [Sat, 13 Apr 2002 21:00:03 +0000 (21:00 +0000)]
Add DocBook version of deb-control(5) manpage
Wichert Akkerman [Sat, 13 Apr 2002 20:56:30 +0000 (20:56 +0000)]
Fixup synopsis
Peter Karlsson [Sat, 13 Apr 2002 17:10:49 +0000 (17:10 +0000)]
Updates
Peter Karlsson [Sat, 13 Apr 2002 17:07:48 +0000 (17:07 +0000)]
Unfuzzified string.
Wichert Akkerman [Sat, 13 Apr 2002 17:04:01 +0000 (17:04 +0000)]
Removed unneeded id attributes
Wichert Akkerman [Sat, 13 Apr 2002 17:03:23 +0000 (17:03 +0000)]
Add DocBook version of deb(5) manpage
Wichert Akkerman [Sat, 13 Apr 2002 16:52:46 +0000 (16:52 +0000)]
Add more DocBook manpages
Wichert Akkerman [Sat, 13 Apr 2002 16:35:00 +0000 (16:35 +0000)]
add DocBook version of dselect(8)
Wichert Akkerman [Fri, 12 Apr 2002 16:47:13 +0000 (16:47 +0000)]
Add docbook version of dpkg(8)
Wichert Akkerman [Tue, 9 Apr 2002 22:45:54 +0000 (22:45 +0000)]
Fix typo in dpkg-source manpage
Wichert Akkerman [Tue, 9 Apr 2002 22:41:55 +0000 (22:41 +0000)]
Add LFS support
Wichert Akkerman [Mon, 1 Apr 2002 17:32:31 +0000 (17:32 +0000)]
Remove commented out statements
Wichert Akkerman [Mon, 1 Apr 2002 17:03:31 +0000 (17:03 +0000)]
treat enhances like suggests in packagelist::resolvedepcon()
Adam Heath [Tue, 12 Mar 2002 05:22:54 +0000 (05:22 +0000)]
Bad Wichert. Always modify configure.in when adding subdirs(add pt_BR).
Adam Heath [Sat, 2 Mar 2002 05:54:33 +0000 (05:54 +0000)]
Allow for make -j to work thru the top-level targets. There are problems,
however, as the system will try to compile the programs before libdpkg is
done.
Adam Heath [Sat, 2 Mar 2002 05:31:18 +0000 (05:31 +0000)]
Fix segfault with getenv("PATH") returns null.
Adam Heath [Sat, 2 Mar 2002 05:27:00 +0000 (05:27 +0000)]
Remove old doc/*/Makefile. Bad Wichert.
Adam Heath [Sat, 2 Mar 2002 05:24:36 +0000 (05:24 +0000)]
Fix broken translations.
Wichert Akkerman [Mon, 25 Feb 2002 14:26:31 +0000 (14:26 +0000)]
Fix test for incorrect packagename for -p option.
Wichert Akkerman [Mon, 25 Feb 2002 14:26:31 +0000 (14:26 +0000)]
Fix test for incorrect packagename for -p option.
Peter Karlsson [Wed, 20 Feb 2002 21:12:47 +0000 (21:12 +0000)]
Fixed removed/purged ambiguity in translation (they had the same translation
in dselect :-/ ).
Peter Karlsson [Sat, 16 Feb 2002 14:17:46 +0000 (14:17 +0000)]
Added a Makefile.in, thank you very much.
Peter Karlsson [Sat, 16 Feb 2002 14:14:55 +0000 (14:14 +0000)]
Logged changes
Peter Karlsson [Sat, 16 Feb 2002 14:14:15 +0000 (14:14 +0000)]
Translated new files.
Peter Karlsson [Sat, 16 Feb 2002 14:10:50 +0000 (14:10 +0000)]
Fix numerous copy'n'paste errors.
Peter Karlsson [Sat, 16 Feb 2002 14:04:24 +0000 (14:04 +0000)]
Updates and fixes after move
Peter Karlsson [Sat, 16 Feb 2002 14:04:15 +0000 (14:04 +0000)]
Added back up-to-date check script
Wichert Akkerman [Sun, 10 Feb 2002 20:33:05 +0000 (20:33 +0000)]
Update copyright
Wichert Akkerman [Sun, 10 Feb 2002 00:37:00 +0000 (00:37 +0000)]
Add dselect.cfg and dpkg.cfg manpages
Wichert Akkerman [Sun, 10 Feb 2002 00:18:30 +0000 (00:18 +0000)]
Improve working of --config output
Wichert Akkerman [Thu, 7 Feb 2002 19:57:54 +0000 (19:57 +0000)]
Fix unclear wording of changelog entry
Wichert Akkerman [Thu, 7 Feb 2002 14:28:56 +0000 (14:28 +0000)]
copy origin and bugs info into status file
Wichert Akkerman [Wed, 6 Feb 2002 23:40:23 +0000 (23:40 +0000)]
Fix bogosity in previous update
Wichert Akkerman [Wed, 6 Feb 2002 23:33:06 +0000 (23:33 +0000)]
fix logic error, alternatives are now correctly restored to auto when removing a manually selected alternative
Wichert Akkerman [Wed, 6 Feb 2002 11:30:43 +0000 (11:30 +0000)]
check fgetc() for EOF return so we don't spin if we can't read input
Wichert Akkerman [Sun, 3 Feb 2002 21:22:34 +0000 (21:22 +0000)]
Update French translation
Wichert Akkerman [Sun, 3 Feb 2002 19:46:22 +0000 (19:46 +0000)]
Update Brazilian translation
Wichert Akkerman [Sun, 3 Feb 2002 00:50:51 +0000 (00:50 +0000)]
Add start of reference manual
Wichert Akkerman [Sat, 2 Feb 2002 22:15:35 +0000 (22:15 +0000)]
More imports from v1_9
Wichert Akkerman [Sat, 2 Feb 2002 22:14:23 +0000 (22:14 +0000)]
Changed maintainer to debian-dpkg@lists and add Uploaders
Wichert Akkerman [Sat, 2 Feb 2002 22:14:08 +0000 (22:14 +0000)]
always allocate data for pkg->file->size so we don't overwrite other data
Wichert Akkerman [Sat, 2 Feb 2002 22:13:27 +0000 (22:13 +0000)]
Mark /etc/alternatives/README as a conffile
Wichert Akkerman [Sat, 2 Feb 2002 22:01:16 +0000 (22:01 +0000)]
add changes from 1.9.18 and 1.9.19
Wichert Akkerman [Sat, 2 Feb 2002 21:59:49 +0000 (21:59 +0000)]
Continue to read all data from a pipe, until EOF
Wichert Akkerman [Sat, 2 Feb 2002 21:54:37 +0000 (21:54 +0000)]
Make dpkg-gencontrol not warn about Uploaders
Wichert Akkerman [Sat, 2 Feb 2002 17:58:58 +0000 (17:58 +0000)]
Added Brazilian manpage translations
Wichert Akkerman [Sat, 2 Feb 2002 17:56:49 +0000 (17:56 +0000)]
Restore correct file
Wichert Akkerman [Sat, 2 Feb 2002 17:53:06 +0000 (17:53 +0000)]
Go away and taunt me no more
Wichert Akkerman [Sat, 2 Feb 2002 17:48:13 +0000 (17:48 +0000)]
Go away and taunt me no more!
Wichert Akkerman [Sat, 2 Feb 2002 17:44:49 +0000 (17:44 +0000)]
Move files over from doc/sv/
Wichert Akkerman [Sat, 2 Feb 2002 17:03:26 +0000 (17:03 +0000)]
Update copyright notice
Wichert Akkerman [Sat, 2 Feb 2002 16:57:44 +0000 (16:57 +0000)]
Fix typo