File: rules

package info (click to toggle)
segno 1.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,952 kB
  • sloc: python: 9,768; makefile: 161; javascript: 16
file content (9 lines) | stat: -rwxr-xr-x 209 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

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


%:
	dh $@ --buildsystem pybuild