[SCM] synfig-synfig/master: Rename packages for GCC 5 transition

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Mon Sep 7 18:14:19 UTC 2015


The following commit has been merged in the master branch:
commit 4675c4e5c4223d85bf5b3f9c6af26dfde7a9db0a
Author: Sebastian Ramacher <sebastian at ramacher.at>
Date:   Mon Sep 7 19:53:47 2015 +0200

    Rename packages for GCC 5 transition

diff --git a/debian/changelog b/debian/changelog
index 8aa1297..798f74b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+synfig (1.0-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Rename libsynfig0 to libsynfig0v5 for the GCC 5 transition. (Closes:
+    #797994)
+
+ -- Sebastian Ramacher <sramacher at debian.org>  Mon, 07 Sep 2015 19:46:44 +0200
+
 synfig (1.0-1) unstable; urgency=low
 
   * New upstream release [April 2015].
diff --git a/debian/control b/debian/control
index a482639..7a2e7b5 100644
--- a/debian/control
+++ b/debian/control
@@ -43,7 +43,7 @@ Description: vector-based 2D animation renderer
  This package contains the command-line renderer, for the GUI animation
  editor, please install synfigstudio.
 
-Package: libsynfig0
+Package: libsynfig0v5
 Section: libs
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
@@ -53,6 +53,8 @@ Depends: ${shlibs:Depends},
 # libav-tools,
  imagemagick
 Breaks: synfigstudio (<< 0.64.2)
+Conflicts: libsynfig0
+Replaces: libsynfig0
 Description: render library and plugins for synfig 2D animation
  synfig is a vector based 2D animation package. It is designed to be
  capable of producing feature-film quality animation.
@@ -62,7 +64,7 @@ Description: render library and plugins for synfig 2D animation
 Package: libsynfig-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libsynfig0 (= ${binary:Version}),
+Depends: ${misc:Depends}, libsynfig0v5 (= ${binary:Version}),
  etl-dev (>= 0.04.16), libxml++2.6-dev, libsigc++-2.0-dev
 Suggests: synfig-dbg
 Description: synfig library development files
@@ -77,7 +79,7 @@ Section: debug
 Priority: extra
 Architecture: any
 Depends: ${misc:Depends},
- libsynfig0 (= ${binary:Version}) | synfig (= ${binary:Version})
+ libsynfig0v5 (= ${binary:Version}) | synfig (= ${binary:Version})
 Suggests: libsynfig-dev
 Description: synfig debugging symbols
  synfig is a vector based 2D animation package. It is designed to be
diff --git a/debian/libsynfig0.install b/debian/libsynfig0v5.install
similarity index 100%
rename from debian/libsynfig0.install
rename to debian/libsynfig0v5.install

-- 
synfig-synfig packaging



More information about the pkg-multimedia-commits mailing list