summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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