[SCM] ois/master: Rename library packages for GCC 5 transition

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Aug 23 16:39:55 UTC 2015


The following commit has been merged in the master branch:
commit 593103e4cb61c6e44da851a8c2c3a627799ef6f7
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sun Aug 23 18:16:45 2015 +0200

    Rename library packages for GCC 5 transition

diff --git a/debian/control b/debian/control
index 0654455..7eb59e4 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Section: libdevel
 Architecture: any
 Multi-Arch: same
 Depends:
- libois-1.3.0 (= ${binary:Version}),
+ libois-1.3.0v5 (= ${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,
@@ -33,17 +33,15 @@ Description: Object Oriented Input System library (C++ development headers)
  .
  This package provides the development files.
 
-Package: libois-1.3.0
+Package: libois-1.3.0v5
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends:
  ${misc:Depends},
  ${shlibs:Depends}
-Breaks:
- libois
-Replaces:
- libois
+Replaces: libois-1.3.0
+Conflicts: libois-1.3.0
 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-1.3.0.dirs b/debian/libois-1.3.0.dirs
deleted file mode 100644
index f644c87..0000000
--- a/debian/libois-1.3.0.dirs
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib
-usr/lib
diff --git a/debian/libois-1.3.0.install b/debian/libois-1.3.0v5.install
similarity index 100%
rename from debian/libois-1.3.0.install
rename to debian/libois-1.3.0v5.install

-- 
ois packaging



More information about the pkg-multimedia-commits mailing list