From: Adam Glasgall Date: Tue, 30 Jul 2013 01:38:31 +0000 (-0400) Subject: add --with quilt so our patches get applied X-Git-Tag: 0.0.14^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-vnc-client.git/commitdiff_plain/c5a72140d0de9b83185212056054d94b695f80bf?ds=inline add --with quilt so our patches get applied --- 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"