summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog10
-rw-r--r--debian/control2
-rw-r--r--debian/patches/0004-Disable-running-tests-that-require-the-kernel-module.patch28
-rw-r--r--debian/patches/series1
-rw-r--r--tests/CMakeLists.txt2
5 files changed, 40 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index da7a676..9b417c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+freediameter (1.2.1-2) unstable; urgency=medium
+
+ * d/patches/0004-Disable-running-tests-that-require-the-kernel-module.patch:
+ - Fix FTBFS because of build machine not having loaded the 'sctp' kernel
+ module
+ * d/control:
+ - New standards version 4.2.1 - no changes
+
+ -- Ruben Undheim <ruben.undheim@gmail.com> Sun, 26 Aug 2018 10:41:29 +0200
+
freediameter (1.2.1-1) unstable; urgency=low
* Initial release (Closes: #904219)
diff --git a/debian/control b/debian/control
index e1e21d4..24a4769 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 11),
libgnutls28-dev,
pkg-config,
txt2man
-Standards-Version: 4.2.0
+Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/debian-mobcom-team/freediameter
Vcs-Git: https://salsa.debian.org/debian-mobcom-team/freediameter.git
Homepage: http://www.freediameter.net/trac/
diff --git a/debian/patches/0004-Disable-running-tests-that-require-the-kernel-module.patch b/debian/patches/0004-Disable-running-tests-that-require-the-kernel-module.patch
new file mode 100644
index 0000000..31b579e
--- /dev/null
+++ b/debian/patches/0004-Disable-running-tests-that-require-the-kernel-module.patch
@@ -0,0 +1,28 @@
+From: Ruben Undheim <ruben.undheim@gmail.com>
+Date: Sun, 26 Aug 2018 10:37:23 +0200
+Subject: Disable running tests that require the kernel module sctp
+
+---
+ tests/CMakeLists.txt | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
+index eaaaa94..2874fbf 100644
+--- a/tests/CMakeLists.txt
++++ b/tests/CMakeLists.txt
+@@ -19,7 +19,6 @@ ENDIF(OPT_TEST_ARGUMENTS)
+ #############################
+ # List the test cases
+ SET(TEST_LIST
+- testsctp
+ testostr
+ testfifo
+ testpeers
+@@ -28,7 +27,6 @@ SET(TEST_LIST
+ testmesg_stress
+ testsess
+ testdisp
+- testcnx
+ testloadext
+ )
+
diff --git a/debian/patches/series b/debian/patches/series
index 07a1241..6b3653b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
0001-Fix-some-spelling-errors.patch
0002-install-extensions-in-usr-lib-freeDiameter.-Do-not-i.patch
0003-Set-default-debian-location-for-freeDiameter-configu.patch
+0004-Disable-running-tests-that-require-the-kernel-module.patch
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index eaaaa94..2874fbf 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -19,7 +19,6 @@ ENDIF(OPT_TEST_ARGUMENTS)
#############################
# List the test cases
SET(TEST_LIST
- testsctp
testostr
testfifo
testpeers
@@ -28,7 +27,6 @@ SET(TEST_LIST
testmesg_stress
testsess
testdisp
- testcnx
testloadext
)