Package: gir1.2-ibus-1.0 Version: 1.4.1-7 Severity: serious Tags: patch Hi,
The depends field of gir1.2-ibus-1.0 is empty because dh_girepository has not been called during build. The "gir" sequence must be called (--with gir) during build. See the attached patch. Cheers Laurent Bigonville -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.5-trunk-amd64 (SMP w/8 CPU cores) Locale: LANG=fr_BE.utf8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru ibus-1.4.99.20120917/debian/rules ibus-1.4.99.20120917/debian/rules --- ibus-1.4.99.20120917/debian/rules 2012-10-17 07:09:24.000000000 +0200 +++ ibus-1.4.99.20120917/debian/rules 2012-10-21 00:41:52.000000000 +0200 @@ -4,7 +4,7 @@ LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed %: - dh $@ --with python2 --with autoreconf + dh $@ --with python2 --with autoreconf --with gir override_dh_auto_configure: dh_auto_configure -- \