Hi!
Debian toolchain does nowadays work with build-indep/build-arch
targets without any tricks. However therion isn't working anyways:
fakeroot debian/rules binary-arch
dh_testdir
dh_testroot
dh_installdirs
install -d debian/therion
install -d debian/therion/etc debian/therion/usr/bin
debian/therion/usr/share/doc/therion
debian/therion/usr/share/doc/therion/examples debian/therion/usr/share/therion
install -d debian/therion-viewer
install -d debian/therion-doc
# Add here commands to install the package into debian/therion.
dh_install
cp -a ./therion debian/therion/usr/bin/
cp -a ./xtherion/xtherion debian/therion/usr/bin/
cp -a ./lib/grades.th debian/therion/usr/share/therion/
cp -a ./lib/layouts.thcfg debian/therion/usr/share/therion/
cp -a ./lib/therion.th debian/therion/usr/share/therion/
cp -a ./therion.ini debian/therion/etc/
cp -a ./xtherion/xtherion.ini debian/therion/etc/
install -d debian/therion/usr/share/therion/examples
cp -a ./thconfig debian/therion/usr/share/therion/examples/
cp -a ./therion.ini debian/therion/usr/share/therion/examples/
install -d debian/therion/usr/share/applications
cp -a ./debian/therion.desktop debian/therion/usr/share/applications/
install -d debian/therion/usr/share/icons/hicolor/scalable/apps
cp -a ./therion.svg
debian/therion/usr/share/icons/hicolor/scalable/apps/
install -d debian/therion/usr/share/icons/hicolor/32x32
cp -a ./therion.png debian/therion/usr/share/icons/hicolor/32x32/
install -d debian/therion-viewer/usr/bin
cp -a ./loch/loch debian/therion-viewer/usr/bin/
install -d debian/therion-viewer/usr/share/icons
cp -a ./therion.ico debian/therion-viewer/usr/share/icons/
install -d debian/therion-viewer/usr/share/doc/therion-viewer
cp -a ./loch/help/en/loch.htm
debian/therion-viewer/usr/share/doc/therion-viewer/
install -d debian/therion-viewer/usr/share/applications
cp -a ./debian/therion-viewer.desktop
debian/therion-viewer/usr/share/applications/
install -d debian/therion-doc/usr/share/doc/therion-doc
cp -a ./thbook/thbook.pdf debian/therion-doc/usr/share/doc/therion-doc/
cp: cannot stat `./thbook/thbook.pdf': No such file or directory
dh_install: cp -a ./thbook/thbook.pdf
debian/therion-doc/usr/share/doc/therion-doc/ returned exit code 1
make: *** [binary-arch] Error 2
Seems you need a binary-indep target as well to match your build-indep
;-)
Regards
Christoph
--
9FED 5C6C E206 B70A 5857 70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]