]> err.no Git - dpkg/log
dpkg
22 years agoMake a new macro, DPKG_C_GCC_ATTRIBUTE.
Adam Heath [Sun, 19 May 2002 10:59:31 +0000 (10:59 +0000)]
Make a new macro, DPKG_C_GCC_ATTRIBUTE.

22 years agoGah, I hate gcc. AC_TRY_COMPILE() produces code of the form
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.

22 years agoOops. The command to run is aclocal, not aclocal.m4.
Adam Heath [Sun, 19 May 2002 09:54:18 +0000 (09:54 +0000)]
Oops.  The command to run is aclocal, not aclocal.m4.

22 years agoThe latest autoheader/autoconf combination allows us to do everything in
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().

22 years agoAll the hard-coded calls to scripts/dpkg-gencontrol.pl are now down thru a
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.

22 years agoRemove all calls to $(shell pwd), and use $(CURDIR). Also, `pwd` is
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.

22 years agoIf automake/*.m4 is modified, rebuild aclocal.m4. If aclocal.m4 or
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.

22 years agoFix targets, so that if configure fails, but actually succeeds in creating
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.

22 years agoOops. Forgot to add #undef HAVE_GNUC25_UNUSED.
Adam Heath [Sun, 19 May 2002 08:07:06 +0000 (08:07 +0000)]
Oops.  Forgot to add #undef HAVE_GNUC25_UNUSED.

22 years agoDefine an UNUSED macro for __attribute((unused))__.
Adam Heath [Sun, 19 May 2002 07:42:58 +0000 (07:42 +0000)]
Define an UNUSED macro for __attribute((unused))__.

22 years agoUse the configure detected gcc __attribute__ macros, instead of hard-coding
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.

22 years agoUpdate Danish translation
Wichert Akkerman [Thu, 16 May 2002 17:11:01 +0000 (17:11 +0000)]
Update Danish translation

22 years agoDocument --force-confmiss and --force-bad-verify
Wichert Akkerman [Mon, 13 May 2002 21:00:32 +0000 (21:00 +0000)]
Document --force-confmiss and --force-bad-verify

22 years agoAnd now properly fix that syntax error
Wichert Akkerman [Thu, 9 May 2002 14:17:03 +0000 (14:17 +0000)]
And now properly fix that syntax error

22 years agoFix syntax error
Wichert Akkerman [Thu, 9 May 2002 14:12:51 +0000 (14:12 +0000)]
Fix syntax error

22 years agoRemoved another needed file
Wichert Akkerman [Thu, 9 May 2002 13:36:32 +0000 (13:36 +0000)]
Removed another needed file

22 years agoFurther cleanup
Wichert Akkerman [Thu, 9 May 2002 13:26:14 +0000 (13:26 +0000)]
Further cleanup

22 years agoRemove install-sh
Wichert Akkerman [Thu, 9 May 2002 12:25:31 +0000 (12:25 +0000)]
Remove install-sh

22 years agoReindented and split into multiple seperate functions
Wichert Akkerman [Wed, 8 May 2002 15:58:59 +0000 (15:58 +0000)]
Reindented and split into multiple seperate functions

22 years agoClarify confold and confnew handling
Wichert Akkerman [Wed, 8 May 2002 14:07:41 +0000 (14:07 +0000)]
Clarify confold and confnew handling

22 years agoPerl sucks, fix Ian's email address
Wichert Akkerman [Mon, 6 May 2002 16:18:15 +0000 (16:18 +0000)]
Perl sucks, fix Ian's email address

22 years agoUpdate Ian Jacksons' email address
Wichert Akkerman [Mon, 6 May 2002 14:28:37 +0000 (14:28 +0000)]
Update Ian Jacksons' email address

22 years agoExpand all paths before substitution
Wichert Akkerman [Sun, 5 May 2002 20:28:42 +0000 (20:28 +0000)]
Expand all paths before substitution

22 years agoUpdated
Peter Karlsson [Sun, 5 May 2002 19:21:49 +0000 (19:21 +0000)]
Updated

22 years agogenerate man/paths.ent
Wichert Akkerman [Sun, 5 May 2002 15:46:25 +0000 (15:46 +0000)]
generate man/paths.ent

22 years agouse @PACKAGE@ for dpkgconfdir as well
Wichert Akkerman [Sun, 5 May 2002 15:46:00 +0000 (15:46 +0000)]
use @PACKAGE@ for dpkgconfdir as well

22 years agoAdd paths entity file
Wichert Akkerman [Sun, 5 May 2002 15:43:54 +0000 (15:43 +0000)]
Add paths entity file

22 years agoRemove double line
Wichert Akkerman [Sun, 28 Apr 2002 19:34:07 +0000 (19:34 +0000)]
Remove double line

22 years agodocumentation update
Wichert Akkerman [Sun, 28 Apr 2002 19:16:30 +0000 (19:16 +0000)]
documentation update

22 years agoadd DIFF #define
Wichert Akkerman [Mon, 22 Apr 2002 22:51:40 +0000 (22:51 +0000)]
add DIFF #define

22 years agomark another bug as closeable
Wichert Akkerman [Wed, 17 Apr 2002 09:36:00 +0000 (09:36 +0000)]
mark another bug as closeable

22 years agoRemove unneeded ISOdia entity
Wichert Akkerman [Sun, 14 Apr 2002 15:06:12 +0000 (15:06 +0000)]
Remove unneeded ISOdia entity

22 years agoAdd DocBook version of dpkg-checkbuilddeps(1) manpage
Wichert Akkerman [Sun, 14 Apr 2002 14:44:07 +0000 (14:44 +0000)]
Add DocBook version of dpkg-checkbuilddeps(1) manpage

22 years agoAdd DocBook version of cleanup-info(8) manpage
Wichert Akkerman [Sun, 14 Apr 2002 14:29:01 +0000 (14:29 +0000)]
Add DocBook version of cleanup-info(8) manpage

22 years agoAdd DocBook version of deb-old(5) manpage
Wichert Akkerman [Sun, 14 Apr 2002 14:14:11 +0000 (14:14 +0000)]
Add DocBook version of deb-old(5) manpage

22 years agoFix typo
Wichert Akkerman [Sun, 14 Apr 2002 14:12:05 +0000 (14:12 +0000)]
Fix typo

22 years agoAllow multiple consecutive empty lines
Wichert Akkerman [Sat, 13 Apr 2002 23:02:10 +0000 (23:02 +0000)]
Allow multiple consecutive empty lines

22 years agoRemove bogus whitespace
Wichert Akkerman [Sat, 13 Apr 2002 21:05:26 +0000 (21:05 +0000)]
Remove bogus whitespace

22 years agoAdd DocBook version of deb-control(5) manpage
Wichert Akkerman [Sat, 13 Apr 2002 21:00:03 +0000 (21:00 +0000)]
Add DocBook version of deb-control(5) manpage

22 years agoFixup synopsis
Wichert Akkerman [Sat, 13 Apr 2002 20:56:30 +0000 (20:56 +0000)]
Fixup synopsis

22 years agoUpdates
Peter Karlsson [Sat, 13 Apr 2002 17:10:49 +0000 (17:10 +0000)]
Updates

22 years agoUnfuzzified string.
Peter Karlsson [Sat, 13 Apr 2002 17:07:48 +0000 (17:07 +0000)]
Unfuzzified string.

22 years agoRemoved unneeded id attributes
Wichert Akkerman [Sat, 13 Apr 2002 17:04:01 +0000 (17:04 +0000)]
Removed unneeded id attributes

22 years agoAdd DocBook version of deb(5) manpage
Wichert Akkerman [Sat, 13 Apr 2002 17:03:23 +0000 (17:03 +0000)]
Add DocBook version of deb(5) manpage

22 years agoAdd more DocBook manpages
Wichert Akkerman [Sat, 13 Apr 2002 16:52:46 +0000 (16:52 +0000)]
Add more DocBook manpages

22 years agoadd DocBook version of dselect(8)
Wichert Akkerman [Sat, 13 Apr 2002 16:35:00 +0000 (16:35 +0000)]
add DocBook version of dselect(8)

22 years agoAdd docbook version of dpkg(8)
Wichert Akkerman [Fri, 12 Apr 2002 16:47:13 +0000 (16:47 +0000)]
Add docbook version of dpkg(8)

22 years agoFix typo in dpkg-source manpage
Wichert Akkerman [Tue, 9 Apr 2002 22:45:54 +0000 (22:45 +0000)]
Fix typo in dpkg-source manpage

22 years agoAdd LFS support
Wichert Akkerman [Tue, 9 Apr 2002 22:41:55 +0000 (22:41 +0000)]
Add LFS support

22 years agoRemove commented out statements
Wichert Akkerman [Mon, 1 Apr 2002 17:32:31 +0000 (17:32 +0000)]
Remove commented out statements

22 years agotreat enhances like suggests in packagelist::resolvedepcon()
Wichert Akkerman [Mon, 1 Apr 2002 17:03:31 +0000 (17:03 +0000)]
treat enhances like suggests in packagelist::resolvedepcon()

22 years agoBad Wichert. Always modify configure.in when adding subdirs(add pt_BR).
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).

22 years agoAllow for make -j to work thru the top-level targets. There are problems,
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.

22 years agoFix segfault with getenv("PATH") returns null.
Adam Heath [Sat, 2 Mar 2002 05:31:18 +0000 (05:31 +0000)]
Fix segfault with getenv("PATH") returns null.

22 years agoRemove old doc/*/Makefile. Bad Wichert.
Adam Heath [Sat, 2 Mar 2002 05:27:00 +0000 (05:27 +0000)]
Remove old doc/*/Makefile.  Bad Wichert.

22 years agoFix broken translations.
Adam Heath [Sat, 2 Mar 2002 05:24:36 +0000 (05:24 +0000)]
Fix broken translations.

22 years agoFix 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.

22 years agoFix 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.

22 years agoFixed removed/purged ambiguity in translation (they had the same translation
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 :-/ ).

22 years agoAdded a Makefile.in, thank you very much.
Peter Karlsson [Sat, 16 Feb 2002 14:17:46 +0000 (14:17 +0000)]
Added a Makefile.in, thank you very much.

22 years agoLogged changes
Peter Karlsson [Sat, 16 Feb 2002 14:14:55 +0000 (14:14 +0000)]
Logged changes

22 years agoTranslated new files.
Peter Karlsson [Sat, 16 Feb 2002 14:14:15 +0000 (14:14 +0000)]
Translated new files.

22 years agoFix numerous copy'n'paste errors.
Peter Karlsson [Sat, 16 Feb 2002 14:10:50 +0000 (14:10 +0000)]
Fix numerous copy'n'paste errors.

22 years agoUpdates and fixes after move
Peter Karlsson [Sat, 16 Feb 2002 14:04:24 +0000 (14:04 +0000)]
Updates and fixes after move

22 years agoAdded back up-to-date check script
Peter Karlsson [Sat, 16 Feb 2002 14:04:15 +0000 (14:04 +0000)]
Added back up-to-date check script

22 years agoUpdate copyright
Wichert Akkerman [Sun, 10 Feb 2002 20:33:05 +0000 (20:33 +0000)]
Update copyright

22 years agoAdd dselect.cfg and dpkg.cfg manpages
Wichert Akkerman [Sun, 10 Feb 2002 00:37:00 +0000 (00:37 +0000)]
Add dselect.cfg and dpkg.cfg manpages

22 years agoImprove working of --config output
Wichert Akkerman [Sun, 10 Feb 2002 00:18:30 +0000 (00:18 +0000)]
Improve working of --config output

22 years agoFix unclear wording of changelog entry
Wichert Akkerman [Thu, 7 Feb 2002 19:57:54 +0000 (19:57 +0000)]
Fix unclear wording of changelog entry

22 years agocopy origin and bugs info into status file
Wichert Akkerman [Thu, 7 Feb 2002 14:28:56 +0000 (14:28 +0000)]
copy origin and bugs info into status file

22 years agoFix bogosity in previous update
Wichert Akkerman [Wed, 6 Feb 2002 23:40:23 +0000 (23:40 +0000)]
Fix bogosity in previous update

22 years agofix logic error, alternatives are now correctly restored to auto when removing a...
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

22 years agocheck fgetc() for EOF return so we don't spin if we can't read input
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

22 years agoUpdate French translation
Wichert Akkerman [Sun, 3 Feb 2002 21:22:34 +0000 (21:22 +0000)]
Update French translation

22 years agoUpdate Brazilian translation
Wichert Akkerman [Sun, 3 Feb 2002 19:46:22 +0000 (19:46 +0000)]
Update Brazilian translation

22 years agoAdd start of reference manual
Wichert Akkerman [Sun, 3 Feb 2002 00:50:51 +0000 (00:50 +0000)]
Add start of reference manual

22 years agoMore imports from v1_9
Wichert Akkerman [Sat, 2 Feb 2002 22:15:35 +0000 (22:15 +0000)]
More imports from v1_9

22 years agoChanged maintainer to debian-dpkg@lists and add Uploaders
Wichert Akkerman [Sat, 2 Feb 2002 22:14:23 +0000 (22:14 +0000)]
Changed maintainer to debian-dpkg@lists and add Uploaders

22 years agoalways allocate data for pkg->file->size so we don't overwrite other data
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

22 years agoMark /etc/alternatives/README as a conffile
Wichert Akkerman [Sat, 2 Feb 2002 22:13:27 +0000 (22:13 +0000)]
Mark /etc/alternatives/README as a conffile

22 years agoadd changes from 1.9.18 and 1.9.19
Wichert Akkerman [Sat, 2 Feb 2002 22:01:16 +0000 (22:01 +0000)]
add changes from 1.9.18 and 1.9.19

22 years agoContinue to read all data from a pipe, until EOF
Wichert Akkerman [Sat, 2 Feb 2002 21:59:49 +0000 (21:59 +0000)]
Continue to read all data from a pipe, until EOF

22 years agoMake dpkg-gencontrol not warn about Uploaders
Wichert Akkerman [Sat, 2 Feb 2002 21:54:37 +0000 (21:54 +0000)]
Make dpkg-gencontrol not warn about Uploaders

22 years agoAdded Brazilian manpage translations
Wichert Akkerman [Sat, 2 Feb 2002 17:58:58 +0000 (17:58 +0000)]
Added Brazilian manpage translations

22 years agoRestore correct file
Wichert Akkerman [Sat, 2 Feb 2002 17:56:49 +0000 (17:56 +0000)]
Restore correct file

22 years agoGo away and taunt me no more
Wichert Akkerman [Sat, 2 Feb 2002 17:53:06 +0000 (17:53 +0000)]
Go away and taunt me no more

22 years agoGo 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!

22 years agoMove files over from doc/sv/
Wichert Akkerman [Sat, 2 Feb 2002 17:44:49 +0000 (17:44 +0000)]
Move files over from doc/sv/

22 years agoUpdate copyright notice
Wichert Akkerman [Sat, 2 Feb 2002 17:03:26 +0000 (17:03 +0000)]
Update copyright notice

22 years agoFix typo
Wichert Akkerman [Sat, 2 Feb 2002 16:57:44 +0000 (16:57 +0000)]
Fix typo

22 years agoFix wrong changelog entry
Wichert Akkerman [Sat, 2 Feb 2002 16:53:23 +0000 (16:53 +0000)]
Fix wrong changelog entry

22 years agoRemoved files that moved to man/
Wichert Akkerman [Sat, 2 Feb 2002 16:46:43 +0000 (16:46 +0000)]
Removed files that moved to man/

22 years agoRemove framework for subdirectories
Wichert Akkerman [Sat, 2 Feb 2002 16:28:28 +0000 (16:28 +0000)]
Remove framework for subdirectories

22 years agoRemove Swedish manpages which are in man/ now
Wichert Akkerman [Sat, 2 Feb 2002 16:27:32 +0000 (16:27 +0000)]
Remove Swedish manpages which are in man/ now

22 years agoRemove Russian manpages which are in man/ now
Wichert Akkerman [Sat, 2 Feb 2002 16:25:35 +0000 (16:25 +0000)]
Remove Russian manpages which are in man/ now

22 years agoRemove Japanese manpages which are in man/ now
Wichert Akkerman [Sat, 2 Feb 2002 16:24:56 +0000 (16:24 +0000)]
Remove Japanese manpages which are in man/ now

22 years agoRemove French manpages which are in man/ now
Wichert Akkerman [Sat, 2 Feb 2002 16:20:50 +0000 (16:20 +0000)]
Remove French manpages which are in man/ now

22 years agoRemove german manpages which are in man/ now
Wichert Akkerman [Sat, 2 Feb 2002 16:19:18 +0000 (16:19 +0000)]
Remove german manpages which are in man/ now

22 years agoRemove files that moved to man/
Wichert Akkerman [Sat, 2 Feb 2002 16:17:42 +0000 (16:17 +0000)]
Remove files that moved to man/

22 years agoOops, restore
Wichert Akkerman [Sat, 2 Feb 2002 16:14:13 +0000 (16:14 +0000)]
Oops, restore