File: rules

package info (click to toggle)
tikzit 2.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,024 kB
  • sloc: cpp: 8,500; yacc: 226; lex: 194; sh: 77; python: 68; makefile: 9; xml: 7
file content (17 lines) | stat: -rwxr-xr-x 413 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

#export DH_VERBOSE = 1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export QT_SELECT = qt5
TEXMFDEBIAN:=$(shell kpsewhich --expand-path='$$TEXMFDEBIAN')

%:
	dh $@ --without cmake --buildsystem qmake

override_dh_auto_install:
	install -D -m 644 tex/sample/tikzit.sty debian/tikzit/$(TEXMFDEBIAN)/tex/latex/tikzit/tikzit.sty
	dh_auto_install

# The tests require X.
override_dh_auto_test: