From e1ba796e435768865884272b23092ea0cba1f2d8 Mon Sep 17 00:00:00 2001 From: Bjørn Mork Date: Fri, 15 Feb 2019 13:40:54 +0100 Subject: debian: use mbim-proxy feature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bjørn Mork --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1797edc..4b32a97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +umbim (0.0.2-2) UNRELEASED; urgency=low + + * proxy support + + -- Bjørn Mork Fri, 15 Feb 2019 12:40:19 +0100 + umbim (0.0.2-1) UNRELEASED; urgency=low * Initial version diff --git a/debian/rules b/debian/rules index 6c35c0d..9cf668b 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,6 @@ DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) dh $@ override_dh_auto_configure: - cmake CMakeLists.txt -DCMAKE_INSTALL_PREFIX=/usr + cmake CMakeLists.txt -DCMAKE_INSTALL_PREFIX=/usr -DPROXY=ON override_dh_auto_clean: override_dh_auto_configure -- cgit v1.2.3