spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit 0e17c5ab06b68e786bec530e8cf43bbb105f26f7
parent ba58ef7d3a5fb059f8429f3c5c217b915cf5b88c
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Mon, 30 Sep 2013 10:34:18 -0700

debian: Explicitly require g++-4.8

Diffstat:
Mdist/debian/changelog | 6++++++
Mdist/debian/control | 1+
Mdist/debian/rules | 1+
3 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/dist/debian/changelog b/dist/debian/changelog @@ -1,3 +1,9 @@ +spek (0.8.2-3) unstable; urgency=low + + * Explicitly require g++-4.8 (Closes: #722486) + + -- Alexander Kojevnikov <alexander@kojevnikov.com> Mon, 30 Sep 2013 09:41:21 -0700 + spek (0.8.2-2) unstable; urgency=low * Fix compilation with Libav 9 (Closes: #721025) diff --git a/dist/debian/control b/dist/debian/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: Alexander Kojevnikov <alexander@kojevnikov.com> Build-Depends: debhelper (>= 9), autotools-dev, + g++-4.8, pkg-config, intltool (>= 0.35), libavcodec-dev (>= 6:0.8), diff --git a/dist/debian/rules b/dist/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f export V=1 +export CXX=g++-4.8 %: dh $@