diff -Nru ltsp-5.5.0/debian/changelog ltsp-5.5.0/debian/changelog --- ltsp-5.5.0/debian/changelog 2014-01-01 09:07:08.000000000 +0000 +++ ltsp-5.5.0/debian/changelog 2014-01-19 00:47:17.000000000 +0000 @@ -1,3 +1,10 @@ +ltsp (5.5.0-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, 19 Jan 2014 00:46:57 +0000 + ltsp (5.5.0-1) unstable; urgency=medium * New upstream version: diff -Nru ltsp-5.5.0/debian/rules ltsp-5.5.0/debian/rules --- ltsp-5.5.0/debian/rules 2013-12-29 23:08:03.000000000 +0000 +++ ltsp-5.5.0/debian/rules 2014-01-19 00:47:54.000000000 +0000 @@ -16,6 +16,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; CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure --prefix=/usr --libexecdir=/usr/lib; cd - @@ -35,6 +36,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