diff -Nru ltsp-5.5.1/debian/changelog ltsp-5.5.1/debian/changelog --- ltsp-5.5.1/debian/changelog 2014-02-27 04:55:38.000000000 +0000 +++ ltsp-5.5.1/debian/changelog 2014-03-09 01:39:19.000000000 +0000 @@ -1,3 +1,10 @@ +ltsp (5.5.1-1+rpi1) jessie-staging; urgency=low + + * Treat raspbian the same as debian to avoid build failure, further + tweaking may be needed to make the package actually work on a Pi. + + -- Peter Michael Green Sun, 09 Mar 2014 01:38:49 +0000 + ltsp (5.5.1-1) unstable; urgency=medium * New upstream version: diff -Nru ltsp-5.5.1/debian/rules ltsp-5.5.1/debian/rules --- ltsp-5.5.1/debian/rules 2014-02-26 00:01:22.000000000 +0000 +++ ltsp-5.5.1/debian/rules 2014-03-09 01:39:19.000000000 +0000 @@ -13,6 +13,7 @@ dh $@ --with autoreconf override_dh_auto_configure: + cd client && ln -s Debian Raspbian cd server/man; ./configure ; cd - ifeq ($(DEB_HOST_ARCH_OS),linux) cd client/nbd-proxy; ./configure --prefix=/usr --libexecdir=/usr/lib; cd - @@ -32,6 +33,7 @@ [ ! -f client/nbd-proxy/Makefile ] || $(MAKE) -C client/nbd-proxy clean endif dh_autoreconf_clean + rm -f client/Raspbian override_dh_clean: [ ! -f client/getltscfg/Makefile ] || $(MAKE) -C client/getltscfg clean