[SCM] beast/master: Add proper Breaks,Replaces fields.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat May 7 09:25:35 UTC 2011


The following commit has been merged in the master branch:
commit 9f553900c38753e2ed84355cf0c0956323a5cb76
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat May 7 11:25:00 2011 +0200

    Add proper Breaks,Replaces fields.

diff --git a/debian/control b/debian/control
index 91a6f19..b7b2c27 100644
--- a/debian/control
+++ b/debian/control
@@ -56,6 +56,8 @@ Section: libs
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
+Breaks: beast (<< 0.7.4)
+Replaces: beast (<< 0.7.4)
 Description: music synthesis and composition framework - shared library
  BEAST/BSE is a plugin-based graphical system where you can link objects
  to each other and generate sound.
@@ -68,6 +70,8 @@ Architecture: all
 Depends: libbse-0.7-4 (>= ${source:Version}),
  libbse-0.7-4 (<< ${source:Upstream-Version}+1~),
  ${misc:Depends}
+Breaks: beast (<< 0.7.4)
+Replaces: beast (<< 0.7.4)
 Description: music synthesis and composition framework - development files
  BEAST/BSE is a plugin-based graphical system where you can link objects
  to each other and generate sound.
@@ -78,6 +82,8 @@ Package: beast-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
+Breaks: beast (<< 0.7.4)
+Replaces: beast (<< 0.7.4)
 Description: Documentation for BEAST/BSE
  BEAST/BSE is a plugin-based graphical system where you can link objects
  to each other and generate sound.

-- 
beast packaging



More information about the pkg-multimedia-commits mailing list