File: rules

package info (click to toggle)
gajim-syntaxhighlight 1.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 168 kB
  • sloc: python: 647; sh: 25; xml: 11; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 257 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --with python3

tmp/syntax_highlight.png: debian/syntax_highlight.svg
	-mkdir tmp
	/usr/bin/inkscape --export-filename=$@ --export-height=16 --export-width=16 $<

override_dh_auto_build: tmp/syntax_highlight.png
	dh_auto_build