[SCM] ois/master: Append SONAME to the shared library package (Closes: #629162).

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Jun 4 07:32:11 UTC 2011


The following commit has been merged in the master branch:
commit 866707936c595c53188a3ab595385023cac3d848
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Jun 4 09:31:31 2011 +0200

    Append SONAME to the shared library package (Closes: #629162).
    
    Properly adjust Breaks,Replaces fields.

diff --git a/debian/control b/debian/control
index 1a23ca9..16c4b05 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/ois.git
 Package: libois-dev
 Section: libdevel
 Architecture: any
-Depends: libois (= ${binary:Version}),
+Depends: libois-1.3.0 (= ${binary:Version}),
  ${misc:Depends}
 Description: Object Oriented Input System library (C++ development headers)
  Object Oriented Input System (OIS) is meant to be a cross platform,
@@ -29,12 +29,12 @@ Description: Object Oriented Input System library (C++ development headers)
  .
  This package provides the development files.
 
-Package: libois
+Package: libois-1.3.0
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
-Breaks: libois-1.2.0
-Replaces: libois-1.2.0
+Breaks: libois
+Replaces: libois
 Description: Object Oriented Input System library (C++)
  Object Oriented Input System (OIS) is meant to be a cross platform,
  simple solution for using all kinds of Input Devices
diff --git a/debian/libois.dirs b/debian/libois-1.3.0.dirs
similarity index 100%
rename from debian/libois.dirs
rename to debian/libois-1.3.0.dirs
diff --git a/debian/libois.install b/debian/libois-1.3.0.install
similarity index 100%
rename from debian/libois.install
rename to debian/libois-1.3.0.install

-- 
ois packaging



More information about the pkg-multimedia-commits mailing list