debian: Explicitly require g++-4.8

This commit is contained in:
Alexander Kojevnikov 2013-09-30 10:34:18 -07:00
parent ba58ef7d3a
commit 0e17c5ab06
3 changed files with 8 additions and 0 deletions

View File

@ -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)

1
dist/debian/control vendored
View File

@ -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),

1
dist/debian/rules vendored
View File

@ -1,6 +1,7 @@
#!/usr/bin/make -f
export V=1
export CXX=g++-4.8
%:
dh $@