Package: gtkmathview Version: 0.7.4-1 Severity: serious Tags: patch When building 'gtkmathview' in a clean 'unstable' chroot, I get the following error:
dh_installpam -plibgtkmathview-bin dh_installlogrotate -plibgtkmathview-bin if test -x /usr/bin/dh_installlogcheck; then dh_installlogcheck -plibgtkmathview-bin ; fi dh_installchangelogs -plibgtkmathview-bin ./ChangeLog dh_install -plibgtkmathview-bin cp: cannot stat `./debian/tmp/usr/bin/mathmlviewer': No such file or directory dh_install: command returned error code 256 make: *** [binary-install/libgtkmathview-bin] Error 1 This can be fixed by adding a Build-Depends on 'libpopt-dev' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/gtkmathview-0.7.4/debian/control ./debian/control --- ../tmp-orig/gtkmathview-0.7.4/debian/control 2005-09-13 07:08:37.000000000 +0000 +++ ./debian/control 2005-09-13 07:08:34.000000000 +0000 @@ -2,7 +2,7 @@ Section: devel Priority: optional Maintainer: Stefano Zacchiroli <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.1.0), libgdome2-cpp-smart-dev (>= 0.2.3), libxml2-dev (>= 2.4.2), libglib2.0-dev (>= 2.2.3), libgtk2.0-dev (>= 2.4.10), libgdome2-dev (>= 0.8.1), libt1-dev (>= 5.0.0), pkg-config, dpatch, cdbs +Build-Depends: debhelper (>= 4.1.0), libpopt-dev, libgdome2-cpp-smart-dev (>= 0.2.3), libxml2-dev (>= 2.4.2), libglib2.0-dev (>= 2.2.3), libgtk2.0-dev (>= 2.4.10), libgdome2-dev (>= 0.8.1), libt1-dev (>= 5.0.0), pkg-config, dpatch, cdbs Standards-Version: 3.6.1.1 Package: libgtkmathview0c2 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]