Package: wyrd Version: 1.4.3b-3 Severity: normal Tags: patch Hi!
wyrd is currently not built using the --enable-utf8 configure flag, resulting in encoding issues when ".reminders" is encoded using UTF-8. Since Etch, Debian uses UTF-8 by default so that's a real issue. The attached patch adds the configure flag and a new Build-Depends on libncursesw5-dev. Cheers, -- Jérémy Bobbio .''`. [EMAIL PROTECTED] : :Ⓐ : # apt-get install anarchism `. `'` `-
diff -u wyrd-1.4.3b/debian/changelog wyrd-1.4.3b/debian/changelog diff -u wyrd-1.4.3b/debian/control wyrd-1.4.3b/debian/control --- wyrd-1.4.3b/debian/control +++ wyrd-1.4.3b/debian/control @@ -2,7 +2,7 @@ Section: utils Priority: optional Maintainer: Kevin Coyner <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5.0), autotools-dev, camlp4, cdbs (>=0.4.39), remind (>= 03.00.24), dpatch +Build-Depends: debhelper (>= 5.0), autotools-dev, camlp4, cdbs (>=0.4.39), remind (>= 03.00.24), dpatch, libncursesw5-dev Standards-Version: 3.7.2 Package: wyrd diff -u wyrd-1.4.3b/debian/rules wyrd-1.4.3b/debian/rules --- wyrd-1.4.3b/debian/rules +++ wyrd-1.4.3b/debian/rules @@ -4,6 +4,8 @@ include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/dpatch.mk +DEB_CONFIGURE_EXTRA_FLAGS = --enable-utf8 + binary-post-install/wyrd:: -rm $(CURDIR)/debian/wyrd/usr/share/doc/wyrd/README find . -name '*.cm[iox]' -o -name '*.o' | xargs rm -f
signature.asc
Description: Digital signature