[SCM] Debian packaging for jack-audio-connection-kit branch, master, updated. upstream/0.116.1-23-gc23cbd7

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Tue Feb 24 22:09:57 UTC 2009


The following commit has been merged in the master branch:
commit 02717541934906dd96f0c99b56d738bc15da532c
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Tue Feb 24 23:02:53 2009 +0100

    use ${binary:Version} / ${source:Version} in debian/control instead of
    the deprecated ${Source-Version} substvar

diff --git a/debian/control b/debian/control
index edd049e..e80e6bb 100644
--- a/debian/control
+++ b/debian/control
@@ -40,8 +40,8 @@ Package: libjack0
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}
-Conflicts: jackd (>> ${Source-Version}), jackd (<< ${Source-Version}), libjack0.100.0-0 (<< 0.102.20-2), libjack0.80.0-0
-Suggests: jackd (= ${Source-Version})
+Conflicts: jackd (>> ${binary:Version}), jackd (<< ${binary:Version}), libjack0.100.0-0 (<< 0.102.20-2), libjack0.80.0-0
+Suggests: jackd (= ${binary:Version})
 Description: JACK Audio Connection Kit (libraries)
  Low-latency sound server. JACK allows the connection of multiple applications
  to an audio device, as well as allowing them to share audio between
@@ -54,7 +54,7 @@ Description: JACK Audio Connection Kit (libraries)
 Package: libjack0.100.0-0
 Architecture: all
 Section: libs
-Depends: libjack0 (>= ${Source-Version})
+Depends: libjack0 (>= ${source:Version})
 Description: JACK Audio Connection Kit (libraries)
  Low-latency sound server. JACK allows the connection of multiple applications
  to an audio device, as well as allowing them to share audio between
@@ -68,7 +68,7 @@ Description: JACK Audio Connection Kit (libraries)
 Package: libjack-dev
 Architecture: any
 Section: libdevel
-Depends: libjack0 (= ${Source-Version}), ${asound:Depends}, pkg-config
+Depends: libjack0 (= ${binary:Version}), ${asound:Depends}, pkg-config
 Conflicts: libjack0.100.0-dev (<< 0.102.20-2)
 Replaces: libjack0.71.2-0 (<< 0.75.0-1)
 Description: JACK Audio Connection Kit (development files)
@@ -84,7 +84,7 @@ Description: JACK Audio Connection Kit (development files)
 Package: libjack0.100.0-dev
 Architecture: all
 Section: libs
-Depends: libjack-dev (>= ${Source-Version})
+Depends: libjack-dev (>= ${source:Version})
 Description: JACK Audio Connection Kit (libraries)
  Low-latency sound server. JACK allows the connection of multiple applications
  to an audio device, as well as allowing them to share audio between

-- 
Debian packaging for jack-audio-connection-kit



More information about the pkg-multimedia-commits mailing list