[SCM] crtmpserver/master: Add fields Replaces and Breaks to packages crtmpserver-{libs, apps} to ensure correct upgrade proccess.(Some libs was moved from package crtmpserver to crtmpserver-{libs, apps} and upgrade fails).

jet-guest at users.alioth.debian.org jet-guest at users.alioth.debian.org
Wed Dec 21 00:42:50 UTC 2011


The following commit has been merged in the master branch:
commit e8b56304dfc1456c0b0bac0163da02f28fce7016
Author: Andriy Beregovenko <jet at jet.kiev.ua>
Date:   Wed Dec 21 02:34:43 2011 +0200

    Add fields Replaces and Breaks to packages crtmpserver-{libs,apps} to ensure
    correct upgrade proccess.(Some libs was moved from package crtmpserver to
    crtmpserver-{libs,apps} and upgrade fails).

diff --git a/debian/control b/debian/control
index 5768378..0e229e7 100644
--- a/debian/control
+++ b/debian/control
@@ -40,6 +40,8 @@ Description: High performance RTMP/RTSP streaming server
 
 Package: crtmpserver-libs
 Architecture: any
+Replaces: crtmpserver (<< 0.0~dfsg+svn611.1-1)
+Breaks: crtmpserver (<< 0.0~dfsg+svn611.1-1)
 Depends:
  liblua5.1-0,
  libtinyxml2.6.2,
@@ -59,6 +61,8 @@ Description: shared libraries for the crtmpserver platform
 
 Package: crtmpserver-apps
 Architecture: any
+Replaces: crtmpserver (<< 0.0~dfsg+svn611.1-1)
+Breaks: crtmpserver (<< 0.0~dfsg+svn611.1-1)
 Depends:
  crtmpserver-libs(>= ${binary:Version}),
  ${misc:Depends},
@@ -92,4 +96,5 @@ Description: Development files for the crtmpserver platform
   - IP-TV using MPEG-TS and RTSP/RTCP/RTP protocols
  .
  This package contains header files for base crtmpserver libraries
- 'common' and 'thelib'.
\ No newline at end of file
+ 'common' and 'thelib'.
+

-- 
crtmpserver packaging



More information about the pkg-multimedia-commits mailing list