spek

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

commit 96d773e0cc01c6bcb00a09af7f701dfd27e3209f
parent 5dacc190eb907eef7a5c1b97b6e2506b72c84cd7
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Sun, 27 Mar 2011 12:20:08 +0800

debian: Build-Depend on valac

Diffstat:
Mdist/debian/control | 2++
Mdist/debian/rules | 14++++----------
2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/dist/debian/control b/dist/debian/control @@ -3,7 +3,9 @@ Section: sound Priority: optional Maintainer: Alexander Kojevnikov <alexander@kojevnikov.com> Build-Depends: debhelper (>= 7.0.50~), + cdbs, autotools-dev, + valac (>= 0.8.0), intltool (>= 0.35), libavcodec-dev (>= 4:0.6), libavformat-dev (>= 4:0.6), diff --git a/dist/debian/rules b/dist/debian/rules @@ -1,13 +1,7 @@ #!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk -%: - dh $@ +makebuilddir:: + rm -f src/spek_vala.stamp