Removed cdbs dependency.

This commit is contained in:
codestation
2015-02-28 18:18:35 -04:30
parent 022998beee
commit 8b1cb64700
2 changed files with 11 additions and 6 deletions

1
debian/control vendored
View File

@@ -7,7 +7,6 @@ Homepage: http://github.com/codestation/qcma
Vcs-Git: git://github.com/codestation/qcma.git
Build-Depends:
debhelper (>= 8.0.0),
cdbs,
libavformat-dev,
libswscale-dev,
qtbase5-dev,

16
debian/rules vendored
View File

@@ -1,9 +1,15 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/qmake.mk
DEB_QMAKE_ARGS += qcma.pro PREFIX=/usr CONFIG+="ENABLE_APPINDICATOR"
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
pre-build::
lrelease resources/translations/*.ts
lrelease resources/translations/qcma_*.ts
%:
dh $@ --buildsystem=qmake
override_dh_auto_configure:
dh_auto_configure -- qcma.pro CONFIG+="ENABLE_APPINDICATOR"
.PHONY: override_dh_auto_configure