]> err.no Git - dpkg/log
dpkg
22 years agoAdd dpkg-scansources to dpkg-scanpackages(8).
Adam Heath [Sat, 25 May 2002 03:35:00 +0000 (03:35 +0000)]
Add dpkg-scansources to dpkg-scanpackages(8).

22 years agoFix typo in dpkg-source(1), s/-su/-sU/.
Adam Heath [Sat, 25 May 2002 03:11:02 +0000 (03:11 +0000)]
Fix typo in dpkg-source(1), s/-su/-sU/.

22 years agoFix documentation of -v<version> for dpkg-parsechangelog, removing the
Adam Heath [Sat, 25 May 2002 03:08:55 +0000 (03:08 +0000)]
Fix documentation of -v<version> for dpkg-parsechangelog, removing the
requirement that the version has to be in the changelog.

22 years agoClose the old debian/files file, before doing a rename.
Adam Heath [Sat, 25 May 2002 03:04:04 +0000 (03:04 +0000)]
Close the old debian/files file, before doing a rename.

22 years agoAdd -I<filename> to dpkg-buildpackage and dpkg-source, to excludes files
Adam Heath [Sat, 25 May 2002 02:57:14 +0000 (02:57 +0000)]
Add -I<filename> to dpkg-buildpackage and dpkg-source, to excludes files
from tar, when building a native package.

22 years agoProperly count recursive expansion of variables, instead of just counting
Adam Heath [Sat, 25 May 2002 02:46:50 +0000 (02:46 +0000)]
Properly count recursive expansion of variables, instead of just counting
all variable expansions.

22 years agoRecognize emergency as valid in changelogs.
Adam Heath [Sat, 25 May 2002 02:17:22 +0000 (02:17 +0000)]
Recognize emergency as valid in changelogs.

22 years agos/build on/built on/; same for 'build for'.
Adam Heath [Sat, 25 May 2002 02:10:15 +0000 (02:10 +0000)]
s/build on/built on/; same for 'build for'.

22 years agoGive proper case for Source and Installed-Size.
Adam Heath [Sat, 25 May 2002 02:05:06 +0000 (02:05 +0000)]
Give proper case for Source and Installed-Size.

22 years agoMatch fields case insensitively in debian/control.
Adam Heath [Fri, 24 May 2002 06:16:49 +0000 (06:16 +0000)]
Match fields case insensitively in debian/control.

22 years agoClean up after ctrl-c is received.
Adam Heath [Fri, 24 May 2002 05:26:48 +0000 (05:26 +0000)]
Clean up after ctrl-c is received.

22 years agoNew functions, standard_startup, standard_shutdown, that contain the most
Adam Heath [Fri, 24 May 2002 05:16:43 +0000 (05:16 +0000)]
New functions, standard_startup, standard_shutdown, that contain the most
common functions that all dpkg binaries call.

22 years agoUse setcloexec wrapper instead of calling fcntl directly.
Adam Heath [Fri, 24 May 2002 04:28:09 +0000 (04:28 +0000)]
Use setcloexec wrapper instead of calling fcntl directly.

22 years agoAdd items for --reconfigure and --call-maint-script.
Adam Heath [Thu, 23 May 2002 20:18:21 +0000 (20:18 +0000)]
Add items for --reconfigure and --call-maint-script.

22 years agoAlways set CLOEXEC on the lock fd.
Adam Heath [Thu, 23 May 2002 16:14:56 +0000 (16:14 +0000)]
Always set CLOEXEC on the lock fd.

22 years agoRemove hash.c from SOURCES, as it is a test file.
Adam Heath [Wed, 22 May 2002 18:01:49 +0000 (18:01 +0000)]
Remove hash.c from SOURCES, as it is a test file.

22 years agoremove compat stuff for ancient dpkg versions.
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

22 years agoEven more gcc warning fixes.
Adam Heath [Mon, 20 May 2002 05:56:01 +0000 (05:56 +0000)]
Even more gcc warning fixes.

22 years agoAdd rules to Makefile.conf, to rebuild Makefile if $(srcdir)/Makefile.in is
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.

22 years agoFairly heavy work(net no lines changed), to fix longjmp() clashing variable
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.

22 years agoSeveral more gcc -W<foo> fixes. (forgot main.h)
Adam Heath [Mon, 20 May 2002 03:46:54 +0000 (03:46 +0000)]
Several more gcc -W<foo> fixes.  (forgot main.h)

22 years agoSeveral more gcc -W<foo> fixes.
Adam Heath [Mon, 20 May 2002 03:40:56 +0000 (03:40 +0000)]
Several more gcc -W<foo> fixes.

22 years agoSeveral more gcc -W<foo> fixes.
Adam Heath [Mon, 20 May 2002 01:22:31 +0000 (01:22 +0000)]
Several more gcc -W<foo> fixes.

22 years agoFix overzealous running of autoheader for every build.
Adam Heath [Sun, 19 May 2002 23:46:18 +0000 (23:46 +0000)]
Fix overzealous running of autoheader for every build.

22 years agoSplit out the -W*-prototype warnings into separate checks.
Adam Heath [Sun, 19 May 2002 11:03:19 +0000 (11:03 +0000)]
Split out the -W*-prototype warnings into separate checks.

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