File: rules

package info (click to toggle)
trac-subtickets 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 120 kB
  • ctags: 41
  • sloc: python: 365; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 270 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

DB2MAN=http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
XP=xsltproc --nonet --novalid

%:
	dh $@ --with python2 --buildsystem=python_distutils

override_dh_install:
	$(XP) $(DB2MAN) debian/check-trac-subtickets.dbk
	dh_install