diff options
| author | Ruben Undheim <ruben.undheim@gmail.com> | 2018-09-02 20:31:50 +0200 |
|---|---|---|
| committer | Ruben Undheim <ruben.undheim@gmail.com> | 2018-09-02 20:31:50 +0200 |
| commit | d550b7deb4f7691a1a5617eac50d0aff863a0198 (patch) | |
| tree | c2ae22c41938d7f7b5abba1f69b2fdfff9f3c939 | |
| parent | badf0a87642058ad342a34d3b18308fb3a91c347 (diff) | |
More changes
| -rw-r--r-- | debian/changelog | 13 | ||||
| -rw-r--r-- | debian/control | 2 |
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 |
