summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2019-02-15 13:40:54 +0100
committerBjørn Mork <bjorn@mork.no>2019-02-15 14:11:37 +0100
commite1ba796e435768865884272b23092ea0cba1f2d8 (patch)
tree2da30331b7c8b8e58f4e51f43bbf71ef20cebb63
parente7829d33c3177b334ac76f817b9f7afe409567bd (diff)
debian: use mbim-proxy feature
Signed-off-by: Bjørn Mork <bjorn@mork.no>
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules2
2 files changed, 7 insertions, 1 deletions
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 <bjorn@mork.no> 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