diff -Nru ltsp-5.4.2/debian/changelog ltsp-5.4.2/debian/changelog --- ltsp-5.4.2/debian/changelog 2013-03-25 16:58:38.000000000 +0000 +++ ltsp-5.4.2/debian/changelog 2013-10-26 21:33:17.000000000 +0000 @@ -1,3 +1,10 @@ +ltsp (5.4.2-6+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 Sat, 26 Oct 2013 21:32:48 +0000 + ltsp (5.4.2-6) unstable; urgency=low * Add patch to run jetpipe from ltsp-client-core init script rather than diff -Nru ltsp-5.4.2/debian/rules ltsp-5.4.2/debian/rules --- ltsp-5.4.2/debian/rules 2012-11-19 22:33:11.000000000 +0000 +++ ltsp-5.4.2/debian/rules 2013-10-26 21:36:40.000000000 +0000 @@ -16,6 +16,7 @@ dh $@ --with autoreconf override_dh_auto_configure: + cd client && ln -s Debian Raspbian cd client/localapps; CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure --prefix=/usr --libexecdir=/usr/lib; cd - ifeq ($(DEB_HOST_ARCH_OS),linux) cd client/nbd-proxy; CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure --prefix=/usr --libexecdir=/usr/lib; cd - @@ -36,6 +37,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