package userinfo tag 342443 patch thanks Hi,
I've attached a patch which takes a fresh copy of config.guess and config.sub from the autotools-dev package on build time. In case you're currently not able to fix this problem yourself with a new upload, I'd be happy to assist you and prepare an NMU. Regards, Tobias -- Tobias Toedter | The following statement is not true. Hamburg, Germany | The previous statement is true.
diff -u userinfo-1.10a/debian/control userinfo-1.10a/debian/control
--- userinfo-1.10a/debian/control
+++ userinfo-1.10a/debian/control
@@ -2,6 +2,7 @@
Section: admin
Priority: optional
Maintainer: Lenart Janos <[EMAIL PROTECTED]>
+Build-Depends: autotools-dev
Standards-Version: 3.5.7.1
Package: userinfo
diff -u userinfo-1.10a/debian/rules userinfo-1.10a/debian/rules
--- userinfo-1.10a/debian/rules
+++ userinfo-1.10a/debian/rules
@@ -8,6 +8,9 @@
build:
$(checkdir)
+ # Link to the newest config.{guess,sub} from autotools-dev
+ ln -s /usr/share/misc/config.sub build/config.sub
+ ln -s /usr/share/misc/config.guess build/config.guess
./configure
$(MAKE)
touch debbuild
@@ -16,6 +19,8 @@
$(checkdir)
rm -f debbuild
-$(MAKE) distclean
+ # Remove symlinks
+ rm -f build/config.sub build/config.guess
rm -rf debian/tmp debian/files* debian/substvars
binary-indep: debbuild
pgpBBjLjGQzSM.pgp
Description: PGP signature

