From c5a72140d0de9b83185212056054d94b695f80bf Mon Sep 17 00:00:00 2001 From: Adam Glasgall Date: Mon, 29 Jul 2013 21:38:31 -0400 Subject: [PATCH] add --with quilt so our patches get applied --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0c8f0bb..51f773f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-vnc-client (0.0.14) precise; urgency=low + + * Add --with quilt so our patches get applied. + + -- Adam Glasgall Mon, 29 Jul 2013 21:38:01 -0400 + invirt-vnc-client (0.0.13) precise; urgency=low * Updating version for precise migration. diff --git a/debian/rules b/debian/rules index 6965995..269ce9d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with quilt override_dh_auto_build: dh_auto_build -- JCFLAGS="-source 1.5 -target 1.5" -- 1.7.9.5