From: Wichert Akkerman Date: Sat, 3 Feb 2001 17:23:21 +0000 (+0000) Subject: Add basic OpenBSD 2.8/i386 support X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50e0c2adb3d92b648632aa2b9d4dce3633ed96d3;p=dpkg Add basic OpenBSD 2.8/i386 support Fix description for dpkg-gencontrol in the dpkg-source manpage --- diff --git a/ChangeLog b/ChangeLog index 7b31de86..4bf5bab2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Sat Feb 3 18:18:42 CET 2001 Wichert Akkerman + + * 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 + + * configure.in: check for ranlib + * lib/Makefile.in: run ranlib on libdpkg.a + Fri Feb 2 14:27:47 CET 2001 Wichert Akkerman * scripts/dpkg-statoverride.pl: use -e instead of -f to test diff --git a/archtable b/archtable index ea70360d..62307570 100644 --- 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 diff --git a/configure.in b/configure.in index aaa79854..93f9ee7c 100644 --- a/configure.in +++ b/configure.in @@ -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) diff --git a/debian/changelog b/debian/changelog index 243df9bc..eba674fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 UNRELEASED diff --git a/scripts/dpkg-architecture.pl b/scripts/dpkg-architecture.pl index 1eb4b4f0..61c9655c 100755 --- a/scripts/dpkg-architecture.pl +++ b/scripts/dpkg-architecture.pl @@ -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 { diff --git a/scripts/dpkg-source.1 b/scripts/dpkg-source.1 index 004515da..c212b6eb 100644 --- a/scripts/dpkg-source.1 +++ b/scripts/dpkg-source.1 @@ -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