Package: src:pidgin-hotkeys Version: 0.2.4-1.2 User: sanv...@debian.org Usertags: binary-indep Severity: important
Dear maintainer: I tried to build this package with "dpkg-buildpackage -A" (i.e. only architecture-independent packages), and it failed: -------------------------------------------------------------------------------- [...] fakeroot debian/rules binary-indep dh_testdir dh_testroot dh_clean -k dh_clean: dh_clean -k is deprecated; use dh_prep instead dh_clean: Compatibility levels before 5 are deprecated (level 4 in use) dh_installdirs dh_installdirs: Compatibility levels before 5 are deprecated (level 4 in use) /usr/bin/make install DESTDIR=/<<PKGBUILDDIR>>/debian/pidgin-hotkeys make[1]: Entering directory '/<<PKGBUILDDIR>>' Making install in src make[2]: Entering directory '/<<PKGBUILDDIR>>/src' make[3]: Entering directory '/<<PKGBUILDDIR>>/src' make[3]: Nothing to be done for 'install-exec-am'. test -z "/usr/lib/pidgin" || mkdir -p -- "/<<PKGBUILDDIR>>/debian/pidgin-hotkeys/usr/lib/pidgin" /bin/bash ../libtool --mode=install /usr/bin/install -c 'hotkeys.la' '/<<PKGBUILDDIR>>/debian/pidgin-hotkeys/usr/lib/pidgin/hotkeys.la' /usr/bin/install -c .libs/hotkeys.so /<<PKGBUILDDIR>>/debian/pidgin-hotkeys/usr/lib/pidgin/hotkeys.so /usr/bin/install -c .libs/hotkeys.lai /<<PKGBUILDDIR>>/debian/pidgin-hotkeys/usr/lib/pidgin/hotkeys.la libtool: install: warning: remember to run `libtool --finish /usr/lib/pidgin' make[3]: Leaving directory '/<<PKGBUILDDIR>>/src' make[2]: Leaving directory '/<<PKGBUILDDIR>>/src' Making install in po make[2]: Entering directory '/<<PKGBUILDDIR>>/po' if test -r ".././mkinstalldirs"; then \ .././mkinstalldirs /<<PKGBUILDDIR>>/debian/pidgin-hotkeys/usr/share; \ else \ /bin/sh ../mkinstalldirs /<<PKGBUILDDIR>>/debian/pidgin-hotkeys/usr/share; \ fi mkdir -p -- /<<PKGBUILDDIR>>/debian/pidgin-hotkeys/usr/share mkdir -p -- /<<PKGBUILDDIR>>/debian/pidgin-hotkeys/usr/share/locale/fr/LC_MESSAGES installing fr.gmo as /<<PKGBUILDDIR>>/debian/pidgin-hotkeys/usr/share/locale/fr/LC_MESSAGES/pidgin-hotkeys.mo mkdir -p -- /<<PKGBUILDDIR>>/debian/pidgin-hotkeys/usr/share/locale/sv/LC_MESSAGES installing sv.gmo as /<<PKGBUILDDIR>>/debian/pidgin-hotkeys/usr/share/locale/sv/LC_MESSAGES/pidgin-hotkeys.mo mkdir -p -- /<<PKGBUILDDIR>>/debian/pidgin-hotkeys/usr/share/locale/zh_TW/LC_MESSAGES installing zh_TW.gmo as /<<PKGBUILDDIR>>/debian/pidgin-hotkeys/usr/share/locale/zh_TW/LC_MESSAGES/pidgin-hotkeys.mo mkdir -p -- /<<PKGBUILDDIR>>/debian/pidgin-hotkeys/usr/share/locale/de/LC_MESSAGES installing de.gmo as /<<PKGBUILDDIR>>/debian/pidgin-hotkeys/usr/share/locale/de/LC_MESSAGES/pidgin-hotkeys.mo if test "pidgin-hotkeys" = "glib"; then \ if test -r ".././mkinstalldirs"; then \ .././mkinstalldirs /<<PKGBUILDDIR>>/debian/pidgin-hotkeys/usr/share/glib-2.0/gettext/po; \ else \ /bin/sh ../mkinstalldirs /<<PKGBUILDDIR>>/debian/pidgin-hotkeys/usr/share/glib-2.0/gettext/po; \ fi; \ /usr/bin/install -c -m 644 ./Makefile.in.in \ /<<PKGBUILDDIR>>/debian/pidgin-hotkeys/usr/share/glib-2.0/gettext/po/Makefile.in.in; \ else \ : ; \ fi make[2]: Leaving directory '/<<PKGBUILDDIR>>/po' make[2]: Entering directory '/<<PKGBUILDDIR>>' make[3]: Entering directory '/<<PKGBUILDDIR>>' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/<<PKGBUILDDIR>>' make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: Leaving directory '/<<PKGBUILDDIR>>' sed -i "/dependency_libs/s/'.*'/''/" /<<PKGBUILDDIR>>/debian/pidgin-hotkeys/usr/lib/pidgin/*.la dpkg-genchanges -A >../pidgin-hotkeys_0.2.4-1.2_all.changes dpkg-genchanges: error: binary build with no binary artifacts found; cannot distribute dpkg-buildpackage: error: dpkg-genchanges gave error exit status 2 -------------------------------------------------------------------------------- This usually happens because there is a binary-indep target in debian/rules which is either empty or does not do anything useful. If all the arch-independent packages are dummy transitional packages released with jessie, the easy fix is to drop them now. If not, debian/rules should be modified so that the binary-indep target generates the architecture independent packages (and only those). After checking that both "dpkg-buildpackage -A" and "dpkg-buildpackage -B" work properly, this package will be suitable to be uploaded in source-only form if you wish (I recommend that you try it). Thanks.