]> err.no Git - dpkg/log
dpkg
24 years agoscripts/cl-debian.pl: Allow space between `#' and the bugnumber in the changelog...
Wichert Akkerman [Sun, 9 Jan 2000 01:31:17 +0000 (01:31 +0000)]
scripts/cl-debian.pl: Allow space between `#' and the bugnumber in the changelog scripts
scripts/start-stop-daemon.c: test for __sparc__ instead
scripts/Makefile.in: add optlib to CFLAGS
utils/start-stop-daemon.c: add option to chroot first, patch from Marco d'Itri
utils/start-stop-daemon.8: document chroot option
dselect/pkgtop.cc: use waddnstr to print package description instead of waddch

24 years agoUpdate changelog
Wichert Akkerman [Sat, 8 Jan 2000 03:52:59 +0000 (03:52 +0000)]
Update changelog

24 years agodselect/method.cc: pass admindir to dpkg
Wichert Akkerman [Fri, 7 Jan 2000 18:48:52 +0000 (18:48 +0000)]
dselect/method.cc: pass admindir to dpkg
dselect/Makefile.in: fix rule to build helpmessages
dselect/curkeys.h: use curses.h instead of ncurses.h, since someone decided to play nasty and just remove that
scripts/: remove dpkg-safelist
dpkg-deb/build.c: remove dpkg-safelist calls
main/enquiry.c: redo formula to get fieldwidths for packages

24 years agoscripts/dpkg-buildpackage.sh: support debsign
Wichert Akkerman [Wed, 5 Jan 2000 23:20:31 +0000 (23:20 +0000)]
scripts/dpkg-buildpackage.sh: support debsign
scripts/update-alternatives.8: fix wrong order of parameters in ACTION section
Updated Polish translation

24 years agoUpdate copyright of swedish translation
Wichert Akkerman [Sun, 26 Dec 1999 00:47:46 +0000 (00:47 +0000)]
Update copyright of swedish translation

24 years agoUpdate changelog
Wichert Akkerman [Sat, 25 Dec 1999 03:53:36 +0000 (03:53 +0000)]
Update changelog

24 years agoinstall dpkg-safefilelist
Wichert Akkerman [Sat, 25 Dec 1999 03:46:25 +0000 (03:46 +0000)]
install dpkg-safefilelist

24 years agomain/enquire.c: always use a minimum width of 80 in list1package
Wichert Akkerman [Sat, 25 Dec 1999 03:33:37 +0000 (03:33 +0000)]
main/enquire.c: always use a minimum width of 80 in list1package

24 years agoupdate spanish translation
Wichert Akkerman [Sat, 25 Dec 1999 03:30:02 +0000 (03:30 +0000)]
update spanish translation

24 years agodselect/pkgtop.cc: use waddnstr instead of waddch so we don't strip the 8th bit of...
Wichert Akkerman [Sat, 25 Dec 1999 03:21:47 +0000 (03:21 +0000)]
dselect/pkgtop.cc: use waddnstr instead of waddch so we don't strip the 8th bit of characters
Replace `Debian Linux' with `Debian GNU/Linux' in some more places

24 years agohandle 8th bit properly in packagelist-displays
Wichert Akkerman [Sat, 25 Dec 1999 03:09:13 +0000 (03:09 +0000)]
handle 8th bit properly in packagelist-displays

24 years agoFix missing newline in dpkg-deb helpmessage
Wichert Akkerman [Sat, 25 Dec 1999 01:53:51 +0000 (01:53 +0000)]
Fix missing newline in dpkg-deb helpmessage
Update changelog for 1.6.5 release

24 years agoOops, forgot to add scripts/dpkg-safefilelist.{1,pl}
Wichert Akkerman [Sat, 25 Dec 1999 01:52:20 +0000 (01:52 +0000)]
Oops, forgot to add scripts/dpkg-safefilelist.{1,pl}
debian/control: remove double empty line

24 years agoadd email address for Scott Barker
Wichert Akkerman [Fri, 24 Dec 1999 22:01:35 +0000 (22:01 +0000)]
add email address for Scott Barker

24 years ago* version-nr: update to 1.6.5
Wichert Akkerman [Fri, 24 Dec 1999 21:55:36 +0000 (21:55 +0000)]
* version-nr: update to 1.6.5
* doc/Makefile.in: install THANKS
* TODO: remove items that have been done
* lib/showcright.c: exit(0) after showing the copyright since we don't exec cat anymore
* main/configure.c: add NULL to execlp() parameters; this fixes the random segfaults when showing the conffile-diff

24 years agoFrom the ChangeLog
Wichert Akkerman [Fri, 24 Dec 1999 16:28:10 +0000 (16:28 +0000)]
From the ChangeLog
  * debian/control: add Build-Depends
  * THANKS: new file which lists everyone who contributed to the code
  * Change `Debian Linux' to `Debian GNU/Linux' in a couple of manpages
  * main/enquiry.c: modify list1package to use the full width of the tty
  * Merge patches from Adam Heath:
    + lib/mlib.c: new function do_fd_copy to read a file into a fd
    + dpkg-deb/build.c: use do_fd_copy
    + dpkg-deb/build.c: use dpkg-deb-filelist to reorder files when
      building a package
    + dpkg-deb/info.c: use do_fd_copy
    + lib/showcright.c: use do_fd_copy to read license
    + scripts/dpkg-safelist.{1,pl}: new script to reorder a filelist to
      make sure symlinks are listed after their targets.
    + dpkg-deb/main.c: add -z option to set compression level
    + dpkg-deb/build.c: pass new -z options to gzip
  * dpkg-deb/dpkg-deb.1: document new -z option

24 years agodebian/dpkg-doc.postrm: Use doc-name instead of file-name
Wichert Akkerman [Wed, 22 Dec 1999 12:21:17 +0000 (12:21 +0000)]
debian/dpkg-doc.postrm: Use doc-name instead of file-name
dselect/pkgdisplay.cc: Replace empty string for eflags to a space so gettext doesn't use the translation-info
po/update.sh: Generate dselect/helpmsgs.{cc,h} so we can translate them.
po/POTFILES.in: add dselect/helpmsgs.cc
dselect/pkgtop.cc: use ACS_HLINE instead of `-'
dselect/baselist.cc: change colour of column headings
dselect: add a new --export mode which suppresses the display of the helpscreen

24 years agoscripts/dpkg-scansoures.pl: don't use \z since that is perl5.005-specific.
Wichert Akkerman [Tue, 21 Dec 1999 23:21:44 +0000 (23:21 +0000)]
scripts/dpkg-scansoures.pl: don't use \z since that is perl5.005-specific.
debian/rules: fix typo so cleanup-info.8 actually gets installed

24 years agoFix wrong formatting of dpkg-divert manpage
Wichert Akkerman [Sat, 18 Dec 1999 22:22:02 +0000 (22:22 +0000)]
Fix wrong formatting of dpkg-divert manpage

24 years agoFix typo in swedish translation
Wichert Akkerman [Fri, 17 Dec 1999 10:10:45 +0000 (10:10 +0000)]
Fix typo in swedish translation

24 years agoMakefile.conf.in: use @libdir@ and @admindir@
Wichert Akkerman [Thu, 16 Dec 1999 23:43:40 +0000 (23:43 +0000)]
Makefile.conf.in: use @libdir@ and @admindir@
configure.in: add --with-admindir option and change the default to $libdir/db
debian/rules: add --with-admindir=/var/lib/dpkg
scripts/debian-changelog-mode.el: update location of GPL
scripts/dpkg-name.sh: update location of GPL

24 years agoutils/start-stop-daemon.c: Fix OS-detection for sunos
Wichert Akkerman [Thu, 16 Dec 1999 23:38:39 +0000 (23:38 +0000)]
utils/start-stop-daemon.c: Fix OS-detection for sunos
utils/update-rc.d: Accept single-number values, since they are always in the [0,99] range

24 years agoAdd optlib
Wichert Akkerman [Wed, 15 Dec 1999 15:29:16 +0000 (15:29 +0000)]
Add optlib

24 years agoautogen.sh: copy gettextm4, lcmessage.m4 and progtest.m4 to automake/ systems without...
Wichert Akkerman [Wed, 15 Dec 1999 15:25:23 +0000 (15:25 +0000)]
autogen.sh: copy gettextm4, lcmessage.m4 and progtest.m4 to automake/ systems without gettext installed
Makefile.in: remove the gettext-macros in distclean
utils/Makefile.in: fix clean target, link md5sum and start-stop-daemon optlib
optlib/*: getopt implementation for systems without GNU getopt.

24 years agoFix typo
Wichert Akkerman [Wed, 15 Dec 1999 01:07:27 +0000 (01:07 +0000)]
Fix typo

24 years agoMore autoconf updates
Wichert Akkerman [Wed, 15 Dec 1999 01:03:19 +0000 (01:03 +0000)]
More autoconf updates

24 years agoadd ptrdiff_t to acconfig.h
Wichert Akkerman [Wed, 15 Dec 1999 00:54:45 +0000 (00:54 +0000)]
add ptrdiff_t to acconfig.h

24 years agoTest for ptrdiff_t
Wichert Akkerman [Wed, 15 Dec 1999 00:47:14 +0000 (00:47 +0000)]
Test for ptrdiff_t

24 years agoAdd config.guess and config.sub
Wichert Akkerman [Tue, 14 Dec 1999 23:58:29 +0000 (23:58 +0000)]
Add config.guess and config.sub

24 years agoMake it possible to not build dselect
Wichert Akkerman [Tue, 14 Dec 1999 23:44:20 +0000 (23:44 +0000)]
Make it possible to not build dselect

24 years agofix dpkg-buildpackage -nc option
Wichert Akkerman [Tue, 14 Dec 1999 19:27:49 +0000 (19:27 +0000)]
fix dpkg-buildpackage -nc option

24 years agoReally add automake/sysinfo.m4
Wichert Akkerman [Tue, 14 Dec 1999 19:22:38 +0000 (19:22 +0000)]
Really add automake/sysinfo.m4
Fix some minor things in depisok
Update swedish translation

24 years agodselect/main.cc: We need to printf programdesc as well
Wichert Akkerman [Sun, 12 Dec 1999 23:44:46 +0000 (23:44 +0000)]
dselect/main.cc: We need to printf programdesc as well
autogen.sh: Remove libtoolize call
automake/sysconf.m4: new autoconf-macros for sysconf
filesdb/main.c: also check MEMINFO_IN_SYSINFO
configure.in: remove ugly sysinfo-hacks to use new ac macros instead
utils/start-stop-daemon.c: modify to build on sunos

24 years agoRename cvsclean to distclean
Wichert Akkerman [Sun, 12 Dec 1999 20:25:17 +0000 (20:25 +0000)]
Rename cvsclean to distclean
Update Swedish translation (bork bork!)
Check exitnodo-flag in do_stop

24 years agoAdd Swedish translation
Wichert Akkerman [Sat, 11 Dec 1999 23:49:08 +0000 (23:49 +0000)]
Add Swedish translation

24 years agoUpdate Czech translation
Wichert Akkerman [Wed, 8 Dec 1999 00:28:41 +0000 (00:28 +0000)]
Update Czech translation

24 years agoDrop emacs byte-compiling support
Wichert Akkerman [Tue, 7 Dec 1999 16:44:57 +0000 (16:44 +0000)]
Drop emacs byte-compiling support

24 years agoFix typo in release.sh
Wichert Akkerman [Tue, 7 Dec 1999 16:20:13 +0000 (16:20 +0000)]
Fix typo in release.sh

24 years agoSet date in debian/changelog
Wichert Akkerman [Tue, 7 Dec 1999 16:06:21 +0000 (16:06 +0000)]
Set date in debian/changelog

24 years agoSmall fixups
Wichert Akkerman [Tue, 7 Dec 1999 16:04:06 +0000 (16:04 +0000)]
Small fixups

24 years agoComment new suggest/recommend behaviour in dselect - it's broken
Wichert Akkerman [Tue, 7 Dec 1999 00:13:32 +0000 (00:13 +0000)]
Comment new suggest/recommend behaviour in dselect - it's broken

24 years agoFix uid/gid changing in start-stop-daemon
Wichert Akkerman [Mon, 6 Dec 1999 00:26:20 +0000 (00:26 +0000)]
Fix uid/gid changing in start-stop-daemon

24 years agoHandle new manpages in debian/rules
Wichert Akkerman [Sun, 5 Dec 1999 18:52:18 +0000 (18:52 +0000)]
Handle new manpages in debian/rules

24 years agoFixup default lispdir
Wichert Akkerman [Sun, 5 Dec 1999 18:48:30 +0000 (18:48 +0000)]
Fixup default lispdir

24 years agoFix silly error in utils/Makefile.in
Wichert Akkerman [Sun, 5 Dec 1999 18:39:37 +0000 (18:39 +0000)]
Fix silly error in utils/Makefile.in

24 years agoAdd install-sh
Wichert Akkerman [Sun, 5 Dec 1999 18:27:25 +0000 (18:27 +0000)]
Add install-sh

24 years agoMake dselect build again
Wichert Akkerman [Sun, 5 Dec 1999 18:04:27 +0000 (18:04 +0000)]
Make dselect build again
Don't copy strings when reading fileslists

24 years agodpkg-divert manpage added
Wichert Akkerman [Sun, 5 Dec 1999 17:59:21 +0000 (17:59 +0000)]
dpkg-divert manpage added

24 years agoUpdate polish translation, add manpage for cleanup-info, update
Wichert Akkerman [Sun, 5 Dec 1999 17:49:03 +0000 (17:49 +0000)]
Update polish translation, add manpage for cleanup-info, update
dpkg-scansources to handle trailing blanks.

25 years agochange maintainer
Wichert Akkerman [Sat, 4 Dec 1999 14:48:42 +0000 (14:48 +0000)]
change maintainer

25 years agoUpdated polish translation
Wichert Akkerman [Sat, 4 Dec 1999 03:20:43 +0000 (03:20 +0000)]
Updated polish translation

25 years agoVarious updates; see ChangeLog
Wichert Akkerman [Sat, 4 Dec 1999 03:01:54 +0000 (03:01 +0000)]
Various updates; see ChangeLog

25 years agoNew polish translation
Wichert Akkerman [Thu, 2 Dec 1999 22:31:01 +0000 (22:31 +0000)]
New polish translation

25 years ago * utils/start-stop-daemon.c: call initgroups() prior to seteuid()
Ben Collins [Sat, 27 Nov 1999 14:49:13 +0000 (14:49 +0000)]
  * utils/start-stop-daemon.c: call initgroups() prior to seteuid()

25 years ago * dselect/main.cc: fixed three cases where gettext usage was not
Ben Collins [Fri, 26 Nov 1999 23:40:03 +0000 (23:40 +0000)]
  * dselect/main.cc: fixed three cases where gettext usage was not
    possible die to macros inlined in the strings

25 years ago * configure.in: generate utils/Makefile
Ben Collins [Fri, 26 Nov 1999 23:11:24 +0000 (23:11 +0000)]
  * configure.in: generate utils/Makefile
  * utils/configure.in: removed so top level configure will take over this
    subdir

25 years agoFix .so-entries for script manpages
Wichert Akkerman [Fri, 26 Nov 1999 01:16:11 +0000 (01:16 +0000)]
Fix .so-entries for script manpages

25 years agoCorrect name of source tarball in debian/rules
Wichert Akkerman [Thu, 25 Nov 1999 03:46:03 +0000 (03:46 +0000)]
Correct name of source tarball in debian/rules

25 years agoLast updates for 1.6 release
Wichert Akkerman [Thu, 25 Nov 1999 03:26:59 +0000 (03:26 +0000)]
Last updates for 1.6 release

25 years agoAdd missing semiclon in baselist::kd_search() (yes, again)
Wichert Akkerman [Thu, 25 Nov 1999 03:03:54 +0000 (03:03 +0000)]
Add missing semiclon in baselist::kd_search() (yes, again)

25 years agoAdd missing semiclon in baselist::kd_search()
Wichert Akkerman [Thu, 25 Nov 1999 03:01:24 +0000 (03:01 +0000)]
Add missing semiclon in baselist::kd_search()

25 years agoUpdate
Wichert Akkerman [Thu, 25 Nov 1999 02:55:34 +0000 (02:55 +0000)]
Update

25 years agoOops, removed a bit too much
Wichert Akkerman [Thu, 25 Nov 1999 02:53:09 +0000 (02:53 +0000)]
Oops, removed a bit too much

25 years agoUpdate changelogs
Wichert Akkerman [Thu, 25 Nov 1999 02:38:28 +0000 (02:38 +0000)]
Update changelogs

25 years agoMore updates - we should (almost) be there now
Wichert Akkerman [Thu, 25 Nov 1999 02:31:16 +0000 (02:31 +0000)]
More updates - we should (almost) be there now

25 years agoSome more updates.. we should (almost) be there now
Wichert Akkerman [Thu, 25 Nov 1999 02:29:25 +0000 (02:29 +0000)]
Some more updates.. we should (almost) be there now

25 years agoMore of the same
Wichert Akkerman [Thu, 25 Nov 1999 02:25:40 +0000 (02:25 +0000)]
More of the same

25 years agoMove the new buildsystem into the main branch
Wichert Akkerman [Thu, 25 Nov 1999 02:14:53 +0000 (02:14 +0000)]
Move the new buildsystem into the main branch

25 years agoAdd strdup to start-stop-daemon
Wichert Akkerman [Tue, 23 Nov 1999 20:48:25 +0000 (20:48 +0000)]
Add strdup to start-stop-daemon

25 years agoUseless change in uid-parsing
Wichert Akkerman [Sat, 20 Nov 1999 01:58:39 +0000 (01:58 +0000)]
Useless change in uid-parsing

25 years agoimprove searchkeys in dselect
Wichert Akkerman [Fri, 19 Nov 1999 14:07:56 +0000 (14:07 +0000)]
improve searchkeys in dselect

25 years agoChanged start-stop-daemon's --chuid user/group seperator to ':'
Ben Collins [Fri, 19 Nov 1999 00:42:05 +0000 (00:42 +0000)]
Changed start-stop-daemon's --chuid user/group seperator to ':'

25 years ago * utils/start-stop-daemon.c: Added ability for user.group arg to
Ben Collins [Thu, 18 Nov 1999 15:23:59 +0000 (15:23 +0000)]
  * utils/start-stop-daemon.c: Added ability for user.group arg to
    --chuid. Also, always call initgroups() when using --chuid.
  * utils/start-stop-daemon.8: Document above change, also add note to the
    --make-pidfile option concerning its problem with daemons that fork

25 years agoRemoved generated file
Wichert Akkerman [Sat, 13 Nov 1999 19:40:00 +0000 (19:40 +0000)]
Removed generated file

25 years agoRename Japanese translation
Wichert Akkerman [Fri, 12 Nov 1999 20:23:54 +0000 (20:23 +0000)]
Rename Japanese translation

25 years ago * lib/tarfn.c: add braces around if to fix compiler warning
Ben Collins [Fri, 12 Nov 1999 01:18:12 +0000 (01:18 +0000)]
  * lib/tarfn.c: add braces around if to fix compiler warning

25 years agoAlso fix dpkg-source.pl
Wichert Akkerman [Fri, 12 Nov 1999 01:10:33 +0000 (01:10 +0000)]
Also fix dpkg-source.pl

25 years agoCorrect names for build-depency names according to Bug# 49792
Wichert Akkerman [Fri, 12 Nov 1999 00:49:24 +0000 (00:49 +0000)]
Correct names for build-depency names according to Bug# 49792

25 years ago * Remove files that get generated by gettextize, and make sure autogen.sh
Ben Collins [Thu, 11 Nov 1999 15:05:57 +0000 (15:05 +0000)]
 * Remove files that get generated by gettextize, and make sure autogen.sh
   creates them

25 years agoFix silly typo
Wichert Akkerman [Tue, 9 Nov 1999 09:57:31 +0000 (09:57 +0000)]
Fix silly typo

25 years agoChangeLog update
Wichert Akkerman [Mon, 8 Nov 1999 16:46:59 +0000 (16:46 +0000)]
ChangeLog update

25 years agoMore enhances updates
Wichert Akkerman [Mon, 8 Nov 1999 16:42:43 +0000 (16:42 +0000)]
More enhances updates

25 years agoAdded Enhances to a few scripts
Wichert Akkerman [Mon, 8 Nov 1999 16:19:11 +0000 (16:19 +0000)]
Added Enhances to a few scripts

25 years agoAdded Enhances to a few scripts
Wichert Akkerman [Mon, 8 Nov 1999 16:19:11 +0000 (16:19 +0000)]
Added Enhances to a few scripts

25 years agoFix translation mixups
Wichert Akkerman [Tue, 2 Nov 1999 19:23:03 +0000 (19:23 +0000)]
Fix translation mixups

25 years agoHmm
Wichert Akkerman [Mon, 1 Nov 1999 23:09:25 +0000 (23:09 +0000)]
Hmm

25 years agoAdding Russian translation
Wichert Akkerman [Mon, 1 Nov 1999 23:07:04 +0000 (23:07 +0000)]
Adding Russian translation

25 years agoRelease 1.4.1.19
Wichert Akkerman [Sat, 30 Oct 1999 15:25:15 +0000 (15:25 +0000)]
Release 1.4.1.19

25 years agoDon't translate internal errors
Wichert Akkerman [Sat, 30 Oct 1999 01:44:55 +0000 (01:44 +0000)]
Don't translate internal errors

25 years agoUpdate ChangeLog
Wichert Akkerman [Sat, 30 Oct 1999 01:33:08 +0000 (01:33 +0000)]
Update ChangeLog

25 years agoSilly fixed to make it all build again
Wichert Akkerman [Sat, 30 Oct 1999 01:30:40 +0000 (01:30 +0000)]
Silly fixed to make it all build again

25 years agoAdd proper includes to helpmsgs.pl
Wichert Akkerman [Sat, 30 Oct 1999 01:04:27 +0000 (01:04 +0000)]
Add proper includes to helpmsgs.pl

25 years ago * po/update.sh: make sure we only update when there are changes,
Ben Collins [Sat, 30 Oct 1999 00:25:10 +0000 (00:25 +0000)]
  * po/update.sh: make sure we only update when there are changes,
    also autodetect list of .po files we need to change
  * release.sh: likewise for .gmo generation

25 years agos/DPK/DPKG in main/archives.c
Ben Collins [Fri, 29 Oct 1999 20:52:23 +0000 (20:52 +0000)]
s/DPK/DPKG in main/archives.c

25 years agoFix name for spanish translation
Wichert Akkerman [Fri, 29 Oct 1999 19:24:56 +0000 (19:24 +0000)]
Fix name for spanish translation

25 years ago * dpkg-divert: Fix check for writable filesystem, closes: #48646
Ben Collins [Fri, 29 Oct 1999 14:36:43 +0000 (14:36 +0000)]
  * dpkg-divert: Fix check for writable filesystem, closes: #48646

25 years agoAdded cs.gmo to the gen list (really need an automated way to detect all
Ben Collins [Fri, 29 Oct 1999 11:16:25 +0000 (11:16 +0000)]
Added cs.gmo to the gen list (really need an automated way to detect all
.po files)

25 years ago * fixed description for new multiple conflicts/replaces code
Ben Collins [Fri, 29 Oct 1999 01:19:45 +0000 (01:19 +0000)]
  * fixed description for new multiple conflicts/replaces code

25 years agoAdd Polish translation
Wichert Akkerman [Thu, 28 Oct 1999 20:16:30 +0000 (20:16 +0000)]
Add Polish translation

25 years ago * dpkg-shlibdeps: fix ordering for shlibs.default
Ben Collins [Thu, 28 Oct 1999 14:08:13 +0000 (14:08 +0000)]
  * dpkg-shlibdeps: fix ordering for shlibs.default