diff -Nru boblight-2.0+trunk478/debian/changelog boblight-2.0+trunk478/debian/changelog --- boblight-2.0+trunk478/debian/changelog 2013-12-30 18:37:04.000000000 +0000 +++ boblight-2.0+trunk478/debian/changelog 2013-12-31 12:40:51.000000000 +0000 @@ -1,3 +1,9 @@ +boblight (2.0+trunk478-1yavdr0~precise) precise; urgency=medium + + * disable x11 and portaudio + + -- Lars Hanisch Tue, 31 Dec 2013 13:40:37 +0100 + boblight (2.0+trunk478-0yavdr0~precise) precise; urgency=medium * new upstream snapshot diff -Nru boblight-2.0+trunk478/debian/rules boblight-2.0+trunk478/debian/rules --- boblight-2.0+trunk478/debian/rules 2013-12-30 18:29:37.000000000 +0000 +++ boblight-2.0+trunk478/debian/rules 2013-12-31 12:21:37.000000000 +0000 @@ -2,6 +2,11 @@ #DH_VERBOSE=1 +.PHONY: override_dh_auto_configure + +override_dh_auto_configure: + dh_auto_configure -- --without-x11 --without-portaudio + %: dh $@