]> git.sven.stormbind.net Git - sven/vym.git/blob - debian/rules
New upstream release and debhelper conversion
[sven/vym.git] / debian / rules
1 #!/usr/bin/make -f
2
3 DEB_COMPRESS_EXCLUDE = vym.pdf
4
5 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
6 export DEB_CFLAGS_MAINT_APPEND = -Wall
7 export QT_SELECT = 5
8
9 %:
10         dh $@
11
12 override_dh_auto_configure:
13     dh_auto_configure -- \
14         -DCMAKE_INSTALL_DATAROOTDIR="share/vym" \
15         -DCMAKE_INSTALL_MANDIR="share/man/man1" \
16         -DCMAKE_INSTALL_DOCDIR="share/vym"
17