Source: bibledit-gtk
Version: 4.4-1
Severity: serious
Justification: fails to build from source

Builds of bibledit-gtk that only cover the main architecture-dependent
package (as on the autobuilders) are failing:

  chmod: cannot access 
`debian/bibledit-gtk-data/usr/share/bibledit-gtk/usfm/Makefile.am': No such 
file or directory
  make[1]: *** [override_dh_fixperms] Error 1
  make[1]: Leaving directory `.../bibledit-gtk-4.4'
  make: *** [binary-arch] Error 2

Please conditionalize the call to chmod on its target's existence:

USFM_MAKEFILE=debian/bibledit-gtk-data/usr/share/bibledit-gtk/usfm/Makefile.am

        if [ -f $(USFM_MAKEFILE) ]; then chmod 0644 $(USFM_MAKEFILE); fi

Thanks!



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to