[SCM] rubberband/master: Add missing substitution variable.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sat Dec 24 09:49:45 UTC 2016


The following commit has been merged in the master branch:
commit 218ac9aff1c572ca1e9ad7c1c22d63b32ec6e7eb
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sat Dec 24 10:44:57 2016 +0100

    Add missing substitution variable.

diff --git a/debian/control b/debian/control
index d62f0d7..52e642f 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Section: libs
 Architecture: any
 Depends:
  ${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Description: audio time-stretching and pitch-shifting library
@@ -38,7 +38,8 @@ Architecture: any
 Pre-Depends: dpkg (>= 1.17.5)
 Depends:
  ${misc:Depends},
- librubberband2 (= ${binary:Version})
+ ${misc:Pre-Depends},
+ librubberband2 (= ${binary:Version}),
 Multi-Arch: same
 Description: audio time-stretching and pitch-shifting library (development files)
  Rubber Band is a library and utility program that permits you to
@@ -55,7 +56,8 @@ Architecture: any
 Pre-Depends: dpkg (>= 1.17.5)
 Depends:
  ${misc:Depends},
- ${shlibs:Depends}
+ ${misc:Pre-Depends},
+ ${shlibs:Depends},
 Description: audio time-stretching and pitch-shifting utility
  Rubber Band is a library and utility program that permits you to
  change the tempo and pitch of an audio recording independently of one
@@ -69,7 +71,8 @@ Architecture: any
 Pre-Depends: dpkg (>= 1.17.5)
 Depends:
  ${misc:Depends},
- ${shlibs:Depends}
+ ${misc:Pre-Depends},
+ ${shlibs:Depends},
 Description: LADSPA plugin for audio pitch-shifting
  Rubber Band is a library and utility program that permits you to
  change the tempo and pitch of an audio recording independently of one
@@ -83,7 +86,8 @@ Architecture: any
 Pre-Depends: dpkg (>= 1.17.5)
 Depends:
  ${misc:Depends},
- ${shlibs:Depends}
+ ${misc:Pre-Depends},
+ ${shlibs:Depends},
 Description: Vamp plugins using Rubber Band
  Rubber Band is a library and utility program that permits you to
  change the tempo and pitch of an audio recording independently of one

-- 
rubberband packaging



More information about the pkg-multimedia-commits mailing list