[SCM] libebur128/master: use ${misc:Pre-Depends} instead of hard coding
andrewrk-guest at users.alioth.debian.org
andrewrk-guest at users.alioth.debian.org
Mon Feb 17 23:47:05 UTC 2014
The following commit has been merged in the master branch:
commit 7d7aaa553fcdeff4f750933d5143742d36a2bf18
Author: Andrew Kelley <superjoe30 at gmail.com>
Date: Mon Feb 17 23:41:09 2014 +0000
use ${misc:Pre-Depends} instead of hard coding
diff --git a/debian/control b/debian/control
index 3923b03..9578dec 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,6 @@ Package: libebur128-dev
Section: libdevel
Architecture: any
Depends: libebur128-1 (= ${binary:Version}), ${misc:Depends}
-Pre-Depends: multiarch-support
Description: implementation of the EBU R128 loudness standard (development files)
The European Broadcasting Union Loudness Recommendation (EBU R128) informs
broadcasters how they can analyze and normalize audio so that each piece of
@@ -32,7 +31,7 @@ Description: implementation of the EBU R128 loudness standard (development files
Package: libebur128-1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Pre-Depends: multiarch-support
+Pre-Depends: ${misc:Pre-Depends}
Description: implementation of the EBU R128 loudness standard
The European Broadcasting Union Loudness Recommendation (EBU R128) informs
broadcasters how they can analyze and normalize audio so that each piece of
--
libebur128 packaging
More information about the pkg-multimedia-commits
mailing list