From 226f291a502a102e585e10fc0b4fe30da48e7e7f Mon Sep 17 00:00:00 2001 From: Wook Song Date: Wed, 22 Apr 2020 10:54:37 +0900 Subject: [PATCH] [Dist/Debian] Append a debian version string, -nnsX To avoid confliction with v4.1-2, which is officially provided from the Ubuntu repositories, this patch appends a debian version string, -nnsX. Change-Id: I1c99033e3cc7c9e0d833e8ff36a9ed9023fe8cd0 Signed-off-by: Wook Song --- debian/changelog | 6 ++++++ debian/control | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 66082fd..d0ad37c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +iniparser (4.1-nns0) unstable; urgency=medium + + * A debian version string (-nnsX) is appended. + + -- Wook Song Wed, 22 Apr 2020 10:44:03 +0900 + iniparser (4.1) unstable; urgency=medium * Initial packaging for Ubuntu diff --git a/debian/control b/debian/control index e9180a7..f665aab 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,8 @@ Package: libiniparser Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: libiniparser1 +Provides: libiniparser (= ${source:Version}-nns0) Description: iniParser: stand-alone ini parser library in ANSI C iniParser is a free stand-alone ini file parsing library. It is written in portable ANSI C and should compile anywhere. @@ -18,6 +20,7 @@ Description: iniParser: stand-alone ini parser library in ANSI C Package: libiniparser-dev Architecture: any Multi-Arch: same -Depends: libiniparser +Depends: libiniparser (= ${source:Version}-nns0) +Provides: libinitparser-dev (= ${source:Version}-nns0) Description: iniParser development package This is development package for iniParser. -- 2.7.4