summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-09-02 20:31:50 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-09-02 20:31:50 +0200
commitd550b7deb4f7691a1a5617eac50d0aff863a0198 (patch)
treec2ae22c41938d7f7b5abba1f69b2fdfff9f3c939
parentbadf0a87642058ad342a34d3b18308fb3a91c347 (diff)
More changes
-rw-r--r--debian/changelog13
-rw-r--r--debian/control2
2 files changed, 14 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9b417c2..f6821ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+freediameter (1.2.1-3) UNRELEASED; urgency=medium
+
+ * debian/control:
+ - freediameter now "Multi-Arch: same"
+ - libfreediameter-dev not "Multi-Arch: same" anymore because of
+ freeDiameter-host.h
+ * debian/*.install:
+ - Move freeDiameter.conf from libfdcore6 to freediameterd.
+ * debian/tests/control:
+ - Test depends on "build-essential"
+
+ -- Ruben Undheim <ruben.undheim@gmail.com> Sun, 02 Sep 2018 20:26:50 +0200
+
freediameter (1.2.1-2) unstable; urgency=medium
* d/patches/0004-Disable-running-tests-that-require-the-kernel-module.patch:
diff --git a/debian/control b/debian/control
index 24a4769..c47b5ad 100644
--- a/debian/control
+++ b/debian/control
@@ -61,7 +61,6 @@ Section: libdevel
Depends: libfdcore6 (= ${binary:Version}),
libfdproto6 (= ${binary:Version}),
${misc:Depends}
-Multi-Arch: same
Description: Library for the Diameter protocol (development files)
Diameter is a protocol designed to carry Authentication, Authorization and
Accounting (AAA) payload. It is an evolution of the RADIUS protocol (as the
@@ -115,6 +114,7 @@ Section: utils
Depends: freediameterd,
freediameter-extensions,
${misc:Depends}
+Multi-Arch: same
Description: Implementation of the freeDiameter protocol - metapackage
Diameter is a protocol designed to carry Authentication, Authorization and
Accounting (AAA) payload. It is an evolution of the RADIUS protocol (as the