[SCM] ecasound/master: add transitional dummy packages for the old libecasound2.2-dev, libecasoundc2.2-dev and python-ecasound2.2

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Wed Mar 23 20:55:21 UTC 2011


The following commit has been merged in the master branch:
commit 58d6701d72bb43f6915fd4e61134fd0c9646d1eb
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Wed Mar 23 21:27:29 2011 +0100

    add transitional dummy packages for the old libecasound2.2-dev, libecasoundc2.2-dev and python-ecasound2.2

diff --git a/debian/control b/debian/control
index a89ae9b..485b829 100644
--- a/debian/control
+++ b/debian/control
@@ -82,6 +82,8 @@ Section: libdevel
 Depends: ${misc:Depends},
  libecasound22 (= ${binary:Version}),
  libkvutils-dev (= ${binary:Version})
+Replaces: libecasound2.2-dev (<< 2.7.2-1~)
+Conflicts: libecasound2.2-dev (<< 2.7.2-1~)
 Description: Multitrack-capable audio recorder and effect processor (C++ dev files)
  Ecasound is a software package designed for multitrack audio
  processing. It can be used for simple tasks like audio playback,
@@ -99,6 +101,16 @@ Description: Multitrack-capable audio recorder and effect processor (C++ dev fil
  .
  This package provides ecasound's C++ library development files.
 
+Package: libecasound2.2-dev
+Depends: libecasound-dev, ${misc:Depends}
+Architecture: all
+Section: oldlibs
+Description: transitional dummy package for libecasound-dev
+ This dummy package is provided for a smooth transition from the previous
+ libecasound2.2-dev package to the libecasound-dev package.
+ .
+ It may be safely removed after installation.
+
 Package: libecasoundc1
 Architecture: any
 Section: libs
@@ -125,6 +137,8 @@ Architecture: any
 Section: libdevel
 Depends: ${misc:Depends},
  libecasoundc1 (= ${binary:Version})
+Replaces: libecasoundc2.2-dev (<< 2.7.2-1~)
+Conflicts: libecasoundc2.2-dev (<< 2.7.2-1~)
 Description: Multitrack-capable audio recorder and effect processor (C dev library)
  Ecasound is a software package designed for multitrack audio
  processing. It can be used for simple tasks like audio playback,
@@ -142,6 +156,16 @@ Description: Multitrack-capable audio recorder and effect processor (C dev libra
  .
  This package provides ecasound's C library development files.
 
+Package: libecasoundc2.2-dev
+Depends: libecasoundc-dev, ${misc:Depends}
+Architecture: all
+Section: oldlibs
+Description: transitional dummy package for libecasoundc-dev
+ This dummy package is provided for a smooth transition from the previous
+ libecasoundc2.2-dev package to the libecasoundc-dev package.
+ .
+ It may be safely removed after installation.
+
 Package: libkvutils4
 Architecture: any
 Section: libdevel
@@ -191,6 +215,8 @@ Section: python
 Depends: ${misc:Depends},
  ${python:Depends},
  ecasound (>= 2.2.0)
+Replaces: python-ecasound2.2 (<< 2.7.2-1~)
+Conflicts: python-ecasound2.2 (<< 2.7.2-1~)
 Description: Multitrack-capable audio recorder and effect processor (python bindings)
  Ecasound is a software package designed for multitrack audio
  processing. It can be used for simple tasks like audio playback,
@@ -208,6 +234,16 @@ Description: Multitrack-capable audio recorder and effect processor (python bind
  .
  This package provides ecasound's Python bindings.
 
+Package: python-ecasound2.2
+Depends: python-ecasound, ${misc:Depends}
+Architecture: all
+Section: oldlibs
+Description: transitional dummy package for python-ecasound
+ This dummy package is provided for a smooth transition from the previous
+ python-ecasound2.2 package to the python-ecasound package.
+ .
+ It may be safely removed after installation.
+
 Package: libecasound-ruby1.8
 Architecture: any
 Section: ruby
diff --git a/debian/rules b/debian/rules
index 631cd64..b903b9b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,4 +23,4 @@ ifneq (,$(findstring libecasound-ruby1.8, $(shell dh_listpackages)))
 endif
 
 override_dh_installchangelogs:
-	dh-installchangelogs NEWS
+	dh_installchangelogs NEWS

-- 
ecasound packaging



More information about the pkg-multimedia-commits mailing list