|
From: Pascal G. <evi...@us...> - 2012-03-12 03:54:42
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "sox".
The branch, master has been updated
via 1fb7b82307c7a5857001a6d983f7e7bd113e21f6 (commit)
from 0ac837acf779752de4c12680914ab3ce59ece20f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1fb7b82307c7a5857001a6d983f7e7bd113e21f6
Author: Pascal Giard <evi...@gm...>
Date: Sun Mar 11 23:54:09 2012 -0400
Oops, arch goes AFTER version.
diff --git a/debian/control b/debian/control
index febbe12..384dea5 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,7 @@ Standards-Version: 3.9.1
Package: sox
Architecture: any
-Depends: libsox-fmt-alsa [linux-any] (= ${binary:Version}) | libsox-fmt-ao (= ${binary:Version}) | libsox-fmt-oss (= ${binary:Version}) | libsox-fmt-pulse (= ${binary:Version}),
+Depends: libsox-fmt-alsa (= ${binary:Version}) [linux-any] | libsox-fmt-ao (= ${binary:Version}) | libsox-fmt-oss (= ${binary:Version}) | libsox-fmt-pulse (= ${binary:Version}),
libsox-fmt-base (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
@@ -150,7 +150,7 @@ Description: SoX PulseAudio format I/O library
Package: libsox-fmt-all
Architecture: any
-Depends: libsox-fmt-alsa [linux-any] (= ${binary:Version}),
+Depends: libsox-fmt-alsa (= ${binary:Version}) [linux-any],
libsox-fmt-ao (= ${binary:Version}),
libsox-fmt-base (= ${binary:Version}),
libsox-fmt-ffmpeg (= ${binary:Version}),
-----------------------------------------------------------------------
Summary of changes:
debian/control | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
sox
|