[Debian-med-packaging] Bug#731214: dialign-t: FTBFS with debian/rules build-arch
Roland Stigge
stigge at antcom.de
Tue Dec 3 08:57:12 UTC 2013
Source: dialign-t
Version: 1.0.2-4
Severity: serious
Tags: patch
Hi,
dialign-t currenly FTBFS on all buildds because they only run "debian/rules
build-arch", i.e. without building arch independent packages:
...
make[1]: Entering directory `/«PKGBUILDDIR»'
dh_fixperms
chmod 644 /«PKGBUILDDIR»/debian/dialign-tx-data/usr/share/dialign-tx/*
chmod: cannot access '/«PKGBUILDDIR»/debian/dialign-tx-data/usr/share/dialign-tx/*': No such file or directory
make[1]: *** [override_dh_fixperms] Error 1
make[1]: Leaving directory `/«PKGBUILDDIR»'
...
This can be fixed in debian/rules like this:
==============================================================================
override_dh_fixperms:
dh_fixperms
override_dh_fixperms-indep:
chmod 644 $(CURDIR)/debian/dialign-tx-data/usr/share/dialign-tx/*
==============================================================================
Roland
-- System Information:
Debian Release: 7.0
APT prefers unreleased
APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)
Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
More information about the Debian-med-packaging
mailing list