]> err.no Git - dpkg/commitdiff
Add basic OpenBSD 2.8/i386 support
authorWichert Akkerman <wakkerma@debian.org>
Sat, 3 Feb 2001 17:23:21 +0000 (17:23 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Sat, 3 Feb 2001 17:23:21 +0000 (17:23 +0000)
Fix description for dpkg-gencontrol in the dpkg-source manpage

ChangeLog
archtable
configure.in
debian/changelog
scripts/dpkg-architecture.pl
scripts/dpkg-source.1

index 7b31de86e94fe96664820bfb69a7ccc6b4e26711..4bf5bab2490bca30471e21a1fce95b1f07a087fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Sat Feb  3 18:18:42 CET 2001 Wichert Akkerman <wakkerma@debian.org>
+
+  * scripts/dpkg-source.1: fix description for dpkg-gencontrol
+  * archtable: add entry for OpenBSD 2.8 for i386
+  * scripts/dpkg-architecture.p: add openbsd-i386 entry
+
+Sat Feb  3 18:12:18 CET 2001 Wichert Akkerman <wakkerma@debian.org>
+
+  * configure.in: check for ranlib
+  * lib/Makefile.in: run ranlib on libdpkg.a
+
 Fri Feb  2 14:27:47 CET 2001 Wichert Akkerman <wakkerma@debian.org>
 
   * scripts/dpkg-statoverride.pl: use -e instead of -f to test
index ea70360d8da01ef419f6feecdf898641c366eb61..62307570c5a26617b6a6494f585259346e7b04a4 100644 (file)
--- a/archtable
+++ b/archtable
@@ -43,4 +43,4 @@ i386-freebsd          freebsd-i386    freebsd-i386
 s390-linux-gnu         s390            s390
 s390-ibm-linux-gnu     s390            s390
 s390-unknown-linux-gnu s390            s390
-
+i386-openbsd2.8                openbsd-i386    i386
index aaa79854d065e62f0c9101811729437df0f41411..93f9ee7cc1e6b83675e91573ccca93252924ad79 100644 (file)
@@ -101,6 +101,7 @@ AM_GNU_GETTEXT
 dnl Other stuff
 
 AC_STDC_HEADERS
+AC_PROG_RANLIB
 AC_PROG_LN_S
 AC_CHECK_PROG(RM,rm,rm -f)
 AC_CHECK_PROG(SED,sed,sed)
index 243df9bceb89f30c296f90799579be496c9d1825..eba674fa6c67eee70fd68a75f43cd0e984eb6c11 100644 (file)
@@ -16,8 +16,8 @@ dpkg (1.9.0) unstable; urgency=low
   * Fix dpkg-statoverride --update for things other then plain files.
     Closes: Bug#84449
   * Fix race with source directory disappearing in dpkg-source.
-    chdir("$dirchdir") || &syserr("cannot chdir to \`$dirchdir' for tar extract");
     Closes: Bug#82797
+  * Fix manpage for dpkg-gencontrol. Fies: Bug#84625
 
  -- Wichert Akkerman <wakkerma@debian.org>  UNRELEASED
 
index 1eb4b4f0629f7d232bf6d6b5a7b19a2f5720f754..61c9655ce43e7ecdeed1f0f8eba0d1aaf77113ce 100755 (executable)
@@ -61,6 +61,7 @@ require 'controllib.pl';
            'hppa',      'hppa-linux',
            'hurd-i386', 'i386-gnu',
            's390',      's390-linux',
+           'openbsd-i386', 'i386-openbsd'
            'freebsd-i386', 'i386-freebsd');
 
 sub usageversion {
index 004515dac55ebcd225ef60fa7d34f90da541bc20..c212b6eb5884d6d191dd03edf8435dbe34e01341 100644 (file)
@@ -35,8 +35,8 @@ packs and unpacks Debian source archives.
 
 .B dpkg-gencontrol
 reads information from an unpacked Debian source tree and generates a
-binary package control file on standard output; it also adds an entry
-for the binary package to
+binary package control file (which defaults to debian/tmp/DEBIAN/control);
+it also adds an entry for the binary package to
 .BR debian/files .
 
 .B dpkg-shlibdeps