summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-11-05 22:31:30 +0100
committerRuben Undheim <ruben.undheim@gmail.com>2018-11-05 22:32:56 +0100
commit613931d40bb2ae71f55a520ddf2a0fb744f9c08b (patch)
tree5b01a2c6e5f3cc5940da03cedd58b5ee371f73e6
parentff6e4d8a1899ae07b0b0c4696553b98ae9e5a6f3 (diff)
Upload to unstabledebian/1.1.0-2
-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