-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathrules
executable file
·40 lines (34 loc) · 1.19 KB
/
rules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#!/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
# in template file --AC
#%:
# dh $@
#all the rest copied from trip0's libobd debian/rules file --AC
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/qmake.mk
#not supported by cdbs
#override_dh_auto_install:
# dh_auto_install
# cp ../../subscribers/logger/ces2010.db usr/share/libnobdy
#override_dh_shlibdeps:
# dh_shlibdeps -pnobdy
# dh_shlibdeps -Llibqjson -l/usr/lib
#http://cdbs-doc.duckcorp.org/en/cdbs-doc.xhtml#id465030
#has no effect!
install/wiki-doc::
# wget -T 1 -r http://nobdy.wikia.com/wiki/Nobdy_Wiki
# mkdir -p debian/tmp/usr/share/doc
# mv nobdy.wikia.com/wiki/Nobdy_Wiki debian/tmp/usr/share/doc
# dh_installdocs -A
# rm -rf nobdy.wikia.com
# Add here any variable or target overrides you need.
QMAKE=qmake-qt4
CFLAGS=-O3
CXXFLAGS=-O3