]> git.sur5r.net Git - fstl/blob - debian/rules
b78d01a9130dfc0c8b918e5e6908add46fc561f2
[fstl] / debian / rules
1 #!/usr/bin/make -f
2 # See debhelper(7) (uncomment to enable)
3 # output every command that modifies files on the build system.
4 #export DH_VERBOSE = 1
5
6 export QT_SELECT=qt5
7
8 # see FEATURE AREAS in dpkg-buildflags(1)
9 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
10
11 # see ENVIRONMENT in dpkg-buildflags(1)
12 # package maintainers to append CFLAGS
13 #export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
14 # package maintainers to append LDFLAGS
15 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
16
17
18 #DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp --list-missing
19
20 export DEB_QMAKE_ARGS=qt/fstl.pro
21
22 export QT_SELECT=qt5
23 include /usr/share/dpkg/buildflags.mk
24 include /usr/share/cdbs/1/rules/debhelper.mk
25 include /usr/share/cdbs/1/class/qmake.mk
26
27
28  #dh_make generated override targets
29 # This is example for Cmake (See https://bugs.debian.org/641051 )
30 #override_dh_auto_configure:
31 #       dh_auto_configure -- #  -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
32