mirror of
https://github.com/alexkay/spek.git
synced 2025-04-19 18:07:37 +03:00
debian: Build-Depend on valac
This commit is contained in:
parent
5dacc190eb
commit
96d773e0cc
2
dist/debian/control
vendored
2
dist/debian/control
vendored
@ -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),
|
||||
|
14
dist/debian/rules
vendored
14
dist/debian/rules
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user