[libaudio-ecasound-perl] 01/06: use versioned (build-) dependency on ecasound (>= 2.9.1-2~) to make sure #736616 (mips failure) is fixed. Closes: #637757 (ftbfs in mips)
Damyan Ivanov
dmn at moszumanska.debian.org
Fri Feb 7 09:48:12 UTC 2014
This is an automated email from the git hooks/post-receive script.
dmn pushed a commit to branch master
in repository libaudio-ecasound-perl.
commit 2a3bf4a2891ea13da7e5a8e4a87334142e212e57
Author: Damyan Ivanov <dmn at debian.org>
Date: Fri Feb 7 09:35:11 2014 +0000
use versioned (build-) dependency on ecasound (>= 2.9.1-2~) to make sure #736616 (mips failure) is fixed. Closes: #637757 (ftbfs in mips)
---
debian/changelog | 4 ++++
debian/control | 5 +++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index dff4f53..86e8736 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,10 @@ libaudio-ecasound-perl (1.01-3) UNRELEASED; urgency=low
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs
+ [ Damyan Ivanov ]
+ * use versioned (build-) dependency on ecasound (>= 2.9.1-2~) to make sure
+ #736616 (mips failure) is fixed. Closes: #637757 (ftbfs in mips)
+
-- Ansgar Burchardt <ansgar at debian.org> Wed, 27 Jul 2011 18:40:35 +0200
libaudio-ecasound-perl (1.01-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 249c13b..f7a761e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libaudio-ecasound-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8), perl,
- ecasound,
+ ecasound (>= 2.9.1-2~),
libecasoundc-dev,
libtest-pod-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
@@ -15,7 +15,8 @@ Uploaders: Joel Roth <joelz at pobox.com>,
Package: libaudio-ecasound-perl
Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, ecasound
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
+ ecasound (>= 2.9.1-2~),
Description: Perl binding to the ecasound sampler, recorder, fx-processor
Audio::Ecasound provides perl bindings to the ecasound control interface of
the ecasound program. You can use perl to automate or interact with ecasound
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libaudio-ecasound-perl.git
More information about the Pkg-perl-cvs-commits
mailing list