Hi, I have just did a NMU of libnss-db to fix this long standing issue. The package is really needed on GNU/kFreeBSD as part of standard package on DSAed machines.
Cheers, Aurelien -- Aurelien Jarno GPG: 1024D/F1BCDB73 [email protected] http://www.aurel32.net
diff -u libnss-db-2.2.3pre1/debian/rules libnss-db-2.2.3pre1/debian/rules --- libnss-db-2.2.3pre1/debian/rules +++ libnss-db-2.2.3pre1/debian/rules @@ -167,6 +167,8 @@ echo -E ' autoheader';\ echo -E ' automake-1.9 --add-missing --copy';\ echo -E ' autoconf';\ + echo -E ' cp /usr/share/misc/config.guess .';\ + echo -E ' cp /usr/share/misc/config.sub .';\ echo -E ' sleep 1 && touch autoconf-stamp';\ echo -E 'fi';\ echo -E '';\ diff -u libnss-db-2.2.3pre1/debian/changelog libnss-db-2.2.3pre1/debian/changelog --- libnss-db-2.2.3pre1/debian/changelog +++ libnss-db-2.2.3pre1/debian/changelog @@ -1,3 +1,10 @@ +libnss-db (2.2.3pre1-3.1) unstable; urgency=low + + * Porter NMU for GNU/kFreeBSD. + * Update config.guess/sub from autotools-dev. Closes: #528325. + + -- Aurelien Jarno <[email protected]> Thu, 30 Jul 2009 02:06:56 +0200 + libnss-db (2.2.3pre1-3) unstable; urgency=low * Applied all NMU patches. Closes: #460339, #460851, #344277, #361464, diff -u libnss-db-2.2.3pre1/debian/packages libnss-db-2.2.3pre1/debian/packages --- libnss-db-2.2.3pre1/debian/packages +++ libnss-db-2.2.3pre1/debian/packages @@ -40,7 +40,7 @@ Copyright: GPL Copyright (C) 2000, 2001 Free Software Foundation, Inc. # autoconf-stamp -Build-Depends: autoconf%{autoconf_version}, automake%{automake_version} +Build-Depends: autoconf%{autoconf_version}, automake%{automake_version}, autotools-dev # libtoolize Build-Depends: libtool # gettextize @@ -109,6 +109,8 @@ autoheader automake-%{automake_version} --add-missing --copy autoconf + cp /usr/share/misc/config.guess . + cp /usr/share/misc/config.sub . sleep 1 && touch autoconf-stamp fi . diff -u libnss-db-2.2.3pre1/debian/control libnss-db-2.2.3pre1/debian/control --- libnss-db-2.2.3pre1/debian/control +++ libnss-db-2.2.3pre1/debian/control @@ -3,7 +3,7 @@ Section: admin Priority: standard Standards-Version: 3.7.3 -Build-Depends: autoconf, automake1.9, libtool, gettext, libipc-run-perl, perl, libdb4.6-dev, libselinux1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], yada (>= 0.54) +Build-Depends: autoconf, automake1.9, autotools-dev, libtool, gettext, libipc-run-perl, perl, libdb4.6-dev, libselinux1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], yada (>= 0.54) Homepage: http://www.gnu.org/software/libc/ Vcs-Browser: http://svn.debian.org/wsvn/cvsdebuild/libnss-db/ Vcs-Svn: svn://svn.debian.org/cvsdebuild/libnss-db
signature.asc
Description: Digital signature

