[Dist/Debian] Append a debian version string, -nnsX 17/231417/1 accepted/tizen_6.5_base accepted/tizen_7.0_base accepted/tizen_7.0_base_hotfix accepted/tizen_8.0_base accepted/tizen_base accepted/tizen_base_dev tizen tizen_6.5_base tizen_7.0_base tizen_7.0_base_hotfix tizen_8.0_base tizen_base accepted/tizen/6.5/base/20211028.055929 accepted/tizen/7.0/base/20221116.025819 accepted/tizen/7.0/base/hotfix/20221116.055227 accepted/tizen/8.0/base/20231005.044806 accepted/tizen/base/20210824.014346 accepted/tizen/base/20221115.103656 accepted/tizen/base/dev/20230602.080740 submit/tizen_6.5_base/20211028.134101 submit/tizen_base/20210824.002740 tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
authorWook Song <wook16.song@samsung.com>
Wed, 22 Apr 2020 01:54:37 +0000 (10:54 +0900)
committerWook Song <wook16.song@samsung.com>
Wed, 22 Apr 2020 01:56:53 +0000 (10:56 +0900)
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 <wook16.song@samsung.com>
debian/changelog
debian/control

index 66082fd..d0ad37c 100644 (file)
@@ -1,3 +1,9 @@
+iniparser (4.1-nns0) unstable; urgency=medium
+
+  * A debian version string (-nnsX) is appended.
+
+ -- Wook Song <wook16.song@samsung.com>  Wed, 22 Apr 2020 10:44:03 +0900
+
 iniparser (4.1) unstable; urgency=medium
 
   * Initial packaging for Ubuntu
index e9180a7..f665aab 100644 (file)
@@ -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.