File: rules

package info (click to toggle)
segno 1.6.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,068 kB
  • sloc: python: 9,936; makefile: 162; javascript: 16
file content (10 lines) | stat: -rwxr-xr-x 230 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DH_VERBOSE=1
export PYBUILD_NAME=segno
export PYBUILD_AFTER_INSTALL=rm -rfv {destdir}/usr/bin {destdir}/usr/share/man
export PYBUILD_AFTER_TEST = rm -rfv .pybuild_cache


%:
	dh $@ --buildsystem pybuild