From 96d773e0cc01c6bcb00a09af7f701dfd27e3209f Mon Sep 17 00:00:00 2001 From: Alexander Kojevnikov Date: Sun, 27 Mar 2011 12:20:08 +0800 Subject: [PATCH] debian: Build-Depend on valac --- dist/debian/control | 2 ++ dist/debian/rules | 14 ++++---------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/dist/debian/control b/dist/debian/control index 7447504..8ad5ad2 100644 --- a/dist/debian/control +++ b/dist/debian/control @@ -3,7 +3,9 @@ Section: sound Priority: optional Maintainer: Alexander Kojevnikov 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 index 955dd78..cefdbb3 100755 --- 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