]> err.no Git - dpkg/log
dpkg
22 years agoModified for version 1.10.6.
Adam Heath [Sun, 1 Sep 2002 04:43:30 +0000 (04:43 +0000)]
Modified for version 1.10.6.

22 years agoSet date for release.
Adam Heath [Thu, 29 Aug 2002 21:50:14 +0000 (21:50 +0000)]
Set date for release.

22 years agoBack out one memleak fix.
Adam Heath [Thu, 29 Aug 2002 21:44:43 +0000 (21:44 +0000)]
Back out one memleak fix.

22 years agoRemove /usr/sbin/start-stop-daemon.
Adam Heath [Thu, 29 Aug 2002 20:12:24 +0000 (20:12 +0000)]
Remove /usr/sbin/start-stop-daemon.

22 years agoFix several minor memleaks.
Adam Heath [Thu, 29 Aug 2002 19:58:11 +0000 (19:58 +0000)]
Fix several minor memleaks.

22 years agoFix corruption of available file, caused by use of memory that was
Adam Heath [Thu, 29 Aug 2002 19:39:07 +0000 (19:39 +0000)]
Fix corruption of available file, caused by use of memory that was
previously freed.

22 years agoCheck for eof before we getc(), not after.
Adam Heath [Thu, 29 Aug 2002 19:28:16 +0000 (19:28 +0000)]
Check for eof before we getc(), not after.

22 years agoClose 147492.
Adam Heath [Sat, 24 Aug 2002 20:43:47 +0000 (20:43 +0000)]
Close 147492.

22 years agoPrevious install-infos(before 1.10) handled multiple dir file entries,
Adam Heath [Sat, 24 Aug 2002 20:43:08 +0000 (20:43 +0000)]
Previous install-infos(before 1.10) handled multiple dir file entries,
because they would copy the entire stanza unmodified.  The newest version
does not do this, as it reformats the options, and thereby only takes the
first line.  So, we now split all the lines from the stanza, and process
them all.

22 years ago* archtable: Add i386-gnu0.3.
Adam Heath [Sat, 24 Aug 2002 19:54:18 +0000 (19:54 +0000)]
* archtable: Add i386-gnu0.3.
* main/Makefile.in, utils/Makefile.in: Fix handling of static compiles,
  with regard to zlib.

22 years agoAllow spaces between the end of a version, and the trailing ')'.
Adam Heath [Sat, 24 Aug 2002 19:47:47 +0000 (19:47 +0000)]
Allow spaces between the end of a version, and the trailing ')'.

22 years agoFix segfault when --auto-deconfigure is given. This is causes because the
Adam Heath [Sat, 24 Aug 2002 19:22:33 +0000 (19:22 +0000)]
Fix segfault when --auto-deconfigure is given.  This is causes because the
deconfigure list is allocated in an obstack, but then freed with normal
free().

22 years agoFix several read pass buffer bugs, and a memleak.
Adam Heath [Fri, 23 Aug 2002 04:43:52 +0000 (04:43 +0000)]
Fix several read pass buffer bugs, and a memleak.

22 years agoFix read past buffer in lib/nfmalloc.c.
Adam Heath [Fri, 23 Aug 2002 04:31:27 +0000 (04:31 +0000)]
Fix read past buffer in lib/nfmalloc.c.

22 years agoHandle directories better in md5sum.
Adam Heath [Fri, 23 Aug 2002 04:22:03 +0000 (04:22 +0000)]
Handle directories better in md5sum.

22 years agoFix extraction of md5sum in dpkg-scanpackages.
Adam Heath [Fri, 23 Aug 2002 04:12:50 +0000 (04:12 +0000)]
Fix extraction of md5sum in dpkg-scanpackages.

22 years agoFix segfault in md5sum if the file being checked doesn't exist.
Adam Heath [Fri, 23 Aug 2002 04:08:35 +0000 (04:08 +0000)]
Fix segfault in md5sum if the file being checked doesn't exist.

22 years agoModified for 1.10.5.
Adam Heath [Fri, 23 Aug 2002 04:04:10 +0000 (04:04 +0000)]
Modified for 1.10.5.

22 years agoSet date for 1.10.4 release.
Adam Heath [Sun, 14 Jul 2002 20:15:42 +0000 (20:15 +0000)]
Set date for 1.10.4 release.

22 years agoInstall archtable into /usr/share/dpkg/.
Adam Heath [Sun, 14 Jul 2002 20:15:06 +0000 (20:15 +0000)]
Install archtable into /usr/share/dpkg/.

22 years agoRemove -ffunction-sections and -fdata-sections.
Adam Heath [Sun, 14 Jul 2002 20:08:11 +0000 (20:08 +0000)]
Remove -ffunction-sections and -fdata-sections.

22 years agoUpdated for 1.10.4 version.
Adam Heath [Sun, 14 Jul 2002 20:07:14 +0000 (20:07 +0000)]
Updated for 1.10.4 version.

22 years agodselect replaces dpkg << 1.10.3, as we moved the dselect config file and
Adam Heath [Fri, 12 Jul 2002 04:38:31 +0000 (04:38 +0000)]
dselect replaces dpkg << 1.10.3, as we moved the dselect config file and
manpages from dpkg.deb to dselect.deb.

22 years agoChange release name to me, and set release date.
Adam Heath [Fri, 12 Jul 2002 04:05:46 +0000 (04:05 +0000)]
Change release name to me, and set release date.

22 years agoIf in --test mode, and --stop is given, increment n_killed, so that
Adam Heath [Fri, 12 Jul 2002 03:32:00 +0000 (03:32 +0000)]
If in --test mode, and --stop is given, increment n_killed, so that
start-stop-daemon returns the proper exit value.  Thanks Thomas Morin
<thomas.morin@enst-bretagne.fr>.

22 years agoFix test inversion in start-stop-daemon, when checking the pid given in a
Adam Heath [Fri, 12 Jul 2002 03:26:41 +0000 (03:26 +0000)]
Fix test inversion in start-stop-daemon, when checking the pid given in a
pid file.  Thanks Thomas Morin <thomas.morin@enst-bretagne.fr>.

22 years agoFix install location of /usr/lib/dpkg/methods.
Adam Heath [Sun, 7 Jul 2002 20:06:36 +0000 (20:06 +0000)]
Fix install location of /usr/lib/dpkg/methods.

22 years agoOops
Wichert Akkerman [Sat, 6 Jul 2002 22:07:20 +0000 (22:07 +0000)]
Oops

22 years agoUpdate to 1.10.3
Wichert Akkerman [Sat, 6 Jul 2002 22:06:31 +0000 (22:06 +0000)]
Update to 1.10.3

22 years agoMove dselect.cfg to dselect package
Wichert Akkerman [Sat, 6 Jul 2002 22:01:17 +0000 (22:01 +0000)]
Move dselect.cfg to dselect package

22 years agoInstall deselect.conffiles into tmp/dselect, not tmp/dpkg.
Adam Heath [Fri, 5 Jul 2002 02:41:20 +0000 (02:41 +0000)]
Install deselect.conffiles into tmp/dselect, not tmp/dpkg.

22 years agoInstall debian/dselect.conffiles.
Adam Heath [Fri, 5 Jul 2002 02:34:11 +0000 (02:34 +0000)]
Install debian/dselect.conffiles.

22 years agoChange uploader to me, instead of Wichert.
Adam Heath [Fri, 5 Jul 2002 02:25:36 +0000 (02:25 +0000)]
Change uploader to me, instead of Wichert.

22 years agoSet date for release.
Adam Heath [Fri, 5 Jul 2002 02:09:48 +0000 (02:09 +0000)]
Set date for release.

22 years agoRemove -Z from patch call, as it makes patch warn about missing timestamps.
Adam Heath [Fri, 5 Jul 2002 00:36:28 +0000 (00:36 +0000)]
Remove -Z from patch call, as it makes patch warn about missing timestamps.

22 years agodpkg + dpkg-static conflict dpkg-dev << 1.9, as dpkg-source 1.9 doesn't
Adam Heath [Tue, 2 Jul 2002 17:12:56 +0000 (17:12 +0000)]
dpkg + dpkg-static conflict dpkg-dev << 1.9, as dpkg-source 1.9 doesn't
work with md5sum 1.10.

22 years agocheck for malloc failure and actually look in /home/wichert for file instead of looki...
Wichert Akkerman [Tue, 2 Jul 2002 10:39:55 +0000 (10:39 +0000)]
check for malloc failure and actually look in /home/wichert for file instead of looking in confdir twice

22 years agoMark 1.10.1 release
Wichert Akkerman [Tue, 2 Jul 2002 08:30:58 +0000 (08:30 +0000)]
Mark 1.10.1 release

22 years agoFixup install path
Wichert Akkerman [Tue, 2 Jul 2002 08:25:17 +0000 (08:25 +0000)]
Fixup install path

22 years agocp instead of mv since we need files for both dpkg and dpkg-static (ugh)
Wichert Akkerman [Tue, 2 Jul 2002 08:21:34 +0000 (08:21 +0000)]
cp instead of mv since we need files for both dpkg and dpkg-static (ugh)

22 years agoRemove autom4te.cache in clean target
Wichert Akkerman [Tue, 2 Jul 2002 08:09:01 +0000 (08:09 +0000)]
Remove autom4te.cache in clean target

22 years agoUnbackport version-nr
Wichert Akkerman [Tue, 2 Jul 2002 07:56:53 +0000 (07:56 +0000)]
Unbackport version-nr

22 years agomove dpkg.cfg.5 and dselect.cfg.5 into dpkg package
Wichert Akkerman [Tue, 2 Jul 2002 07:53:32 +0000 (07:53 +0000)]
move dpkg.cfg.5 and dselect.cfg.5 into dpkg package

22 years agoBackport fixed from HEAD
Wichert Akkerman [Tue, 2 Jul 2002 07:47:47 +0000 (07:47 +0000)]
Backport fixed from HEAD

22 years agoBackport fixed from HEAD
Wichert Akkerman [Tue, 2 Jul 2002 07:47:47 +0000 (07:47 +0000)]
Backport fixed from HEAD

22 years agosync dpkg and dpkg-static dependencies, fix double conflict for dpkg
Wichert Akkerman [Tue, 2 Jul 2002 07:42:48 +0000 (07:42 +0000)]
sync dpkg and dpkg-static dependencies, fix double conflict for dpkg

22 years agoAdd a Closes entry for the manpages-de replace.
Adam Heath [Tue, 2 Jul 2002 06:10:10 +0000 (06:10 +0000)]
Add a Closes entry for the manpages-de replace.

22 years agoDon't always call autoheader during build.
Adam Heath [Tue, 2 Jul 2002 06:06:00 +0000 (06:06 +0000)]
Don't always call autoheader during build.

22 years agoStart 1.10.1
Wichert Akkerman [Mon, 1 Jul 2002 12:52:32 +0000 (12:52 +0000)]
Start 1.10.1

22 years agoadd conflict with dpkg-iasearch which intruded on our namespace and replace manpages...
Wichert Akkerman [Mon, 1 Jul 2002 12:50:36 +0000 (12:50 +0000)]
add conflict with dpkg-iasearch which intruded on our namespace and replace manpages-de which includes one of our manpages

22 years agoAdd ~ to the list of legal characters in a package filename
Wichert Akkerman [Sat, 22 Jun 2002 22:47:56 +0000 (22:47 +0000)]
Add ~ to the list of legal characters in a package filename

22 years agoFixup paths
Wichert Akkerman [Sat, 22 Jun 2002 14:18:31 +0000 (14:18 +0000)]
Fixup paths

22 years agoremove forced check for build-essential, we should not hardcode Debian policy into...
Wichert Akkerman [Sat, 22 Jun 2002 14:15:14 +0000 (14:15 +0000)]
remove forced check for build-essential, we should not hardcode Debian policy into dpkg

22 years agoApply (modified version of) patch from Josip Rodin to improve bits of documentation
Wichert Akkerman [Sat, 22 Jun 2002 12:19:11 +0000 (12:19 +0000)]
Apply (modified version of) patch from Josip Rodin to improve bits of documentation

22 years agoInstall dselect methods in dselect package
Wichert Akkerman [Sat, 22 Jun 2002 12:11:48 +0000 (12:11 +0000)]
Install dselect methods in dselect package

22 years agoStart 1.11 work
Wichert Akkerman [Sat, 22 Jun 2002 12:03:44 +0000 (12:03 +0000)]
Start 1.11 work

22 years agopatch from Josip Rodin to improve the move from /usr/info to /usr/share/info
Wichert Akkerman [Fri, 21 Jun 2002 19:54:28 +0000 (19:54 +0000)]
patch from Josip Rodin to improve the move from /usr/info to /usr/share/info

22 years agoUpdate release date
Wichert Akkerman [Fri, 21 Jun 2002 19:13:44 +0000 (19:13 +0000)]
Update release date

22 years agoUpdate Catalan translation
Wichert Akkerman [Fri, 21 Jun 2002 19:12:17 +0000 (19:12 +0000)]
Update Catalan translation

22 years agoAdd autom4te.cache
Wichert Akkerman [Fri, 21 Jun 2002 16:41:28 +0000 (16:41 +0000)]
Add autom4te.cache

22 years agoFix broken merge from 1.9 branch.
Adam Heath [Thu, 20 Jun 2002 05:56:57 +0000 (05:56 +0000)]
Fix broken merge from 1.9 branch.

22 years agoRevert last modification. It'll be fixed properly for dpkg 1.11.
Adam Heath [Sun, 2 Jun 2002 04:26:46 +0000 (04:26 +0000)]
Revert last modification.  It'll be fixed properly for dpkg 1.11.

22 years agoFixed printversion(), to allow translations to be done better.
Adam Heath [Sat, 1 Jun 2002 21:50:08 +0000 (21:50 +0000)]
Fixed printversion(), to allow translations to be done better.

22 years agoUpdated.
Adam Heath [Sat, 1 Jun 2002 21:23:23 +0000 (21:23 +0000)]
Updated.

22 years agoUpdated Russian translation
Wichert Akkerman [Sat, 1 Jun 2002 20:04:53 +0000 (20:04 +0000)]
Updated Russian translation

22 years agoUpdate French manpages
Wichert Akkerman [Fri, 31 May 2002 19:49:12 +0000 (19:49 +0000)]
Update French manpages

22 years agoUpdate translations.
Adam Heath [Tue, 28 May 2002 02:19:40 +0000 (02:19 +0000)]
Update translations.

22 years agoRegenerated
Wichert Akkerman [Mon, 27 May 2002 17:06:01 +0000 (17:06 +0000)]
Regenerated

22 years agoUpdated Swedish translation.
Peter Karlsson [Sun, 26 May 2002 17:54:33 +0000 (17:54 +0000)]
Updated Swedish translation.

22 years agodpkg now reorders symlinks when extracting debs. However, this is also
Adam Heath [Sun, 26 May 2002 06:40:41 +0000 (06:40 +0000)]
dpkg now reorders symlinks when extracting debs.  However, this is also
still done when building debs.  After a stable release of Debian has
occurred with this modified dpkg, the reordering when building can be
removed.

22 years agoFix /usr/info/dir moving/symlink code.
Adam Heath [Sun, 26 May 2002 06:32:57 +0000 (06:32 +0000)]
Fix /usr/info/dir moving/symlink code.

22 years agoFix some mis-merging of the 1.9 branch:
Adam Heath [Sun, 26 May 2002 06:15:09 +0000 (06:15 +0000)]
Fix some mis-merging of the 1.9 branch:
* debian/rules, debian/dpkg.conffiles: dselect was split to a separate deb,
  no longer install dselect.cfg into dpkg.deb.  Also, dpkg.cfg is no longer
  a conffile.

22 years agoMerge 1.9 branch.
Adam Heath [Sun, 26 May 2002 03:53:42 +0000 (03:53 +0000)]
Merge 1.9 branch.

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.