summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rw-r--r--debian/control2
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index ff92477..b3319ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+openbsc (1.1.0-2) unstable; urgency=low
+
+ * Upload to unstable
+ * debian/control:
+ - Build-Depends: libgtp-dev (>= 1.2.2)
+
+ -- Ruben Undheim <ruben.undheim@gmail.com> Mon, 05 Nov 2018 22:31:01 +0100
+
openbsc (1.1.0-1) experimental; urgency=medium
* New upstream release
diff --git a/debian/control b/debian/control
index 42acd56..2e7fab7 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Section: net
Priority: optional
Build-Depends: debhelper (>= 11)
, pkg-config
- , libgtp-dev
+ , libgtp-dev (>= 1.2.2)
, libosmocore-dev (>= 0.11.0)
, libosmo-sccp-dev (>= 0.9.0)
, libdbi-dev