Package: cdebconf Version: 0.10-7.1 Tags: patch Two things:
build against slang-utf8, and set UTF8. diff -ru cdebconf-0.10-orig/debian/control cdebconf-0.10/debian/control --- cdebconf-0.10-orig/debian/control Tue Jan 1 03:44:16 2002 +++ cdebconf-0.10/debian/control Wed May 29 15:57:02 2002 @@ -1,6 +1,6 @@ Source: cdebconf Section: utils -Build-Depends: dpkg-dev (>= 1.7.0), debhelper (>= 2.1.18), slang1-dev, libbogl-dev [!hurd-i386] +Build-Depends: dpkg-dev (>= 1.7.0), debhelper (>= 2.1.18), slang1-utf8-dev, +libbogl-dev [!hurd-i386] Priority: optional Maintainer: Randolph Chung <[EMAIL PROTECTED]> Standards-Version: 3.2.1.0 Only in cdebconf-0.10/debian: files Only in cdebconf-0.10/debian: files~ diff -ru cdebconf-0.10-orig/src/modules/frontend/slang/Makefile cdebconf-0.10/src/modules/frontend/slang/Makefile --- cdebconf-0.10-orig/src/modules/frontend/slang/Makefile Sun Jan 21 10:12:40 2001 +++ cdebconf-0.10/src/modules/frontend/slang/Makefile Wed May 29 16:03:27 2002 @@ -1,6 +1,7 @@ SOBJ=slang.so OBJS=slang.opic +MODCFLAGS=-DUTF8 MODLDFLAGS=-lslang include ../modules.mak and shlibdeps are generating warnings, it should be like thus: diff -ru cdebconf-0.10-orig/debian/rules cdebconf-0.10/debian/rules --- cdebconf-0.10-orig/debian/rules Tue Jan 1 03:47:41 2002 +++ cdebconf-0.10/debian/rules Wed May 29 16:03:45 2002 @@ -110,7 +110,7 @@ dh_fixperms -p$@ dh_makeshlibs -p$@ dh_installdeb -p$@ - dh_shlibdeps -p$@ + dh_shlibdeps -p$@ -ldebian/$@/usr/lib dh_gencontrol -p$@ dh_md5sums -p$@ dh_builddeb -p$@ @@ -135,7 +135,7 @@ dh_compress -p$@ dh_fixperms -p$@ dh_installdeb -p$@ - dh_shlibdeps -p$@ + dh_shlibdeps -p$@ -ldebian/$@/usr/lib # Don't write your stupid guesses to debian/files. dh_gencontrol -p$@ -- -fdebian/files~ # Register file manually. But there is also a missing shlibs.local. -- [EMAIL PROTECTED] http://www.netfort.gr.jp/~dancer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]