File: rules

package info (click to toggle)
virtnbdbackup 1.9.15-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 484 kB
  • sloc: python: 3,450; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 260 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYBUILD_NAME=virtnbdbackup
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_clean:
	dh_clean
	rm -rf virtnbdbackup.egg-info/

override_dh_fixperms:
	dh_fixperms
	chmod -x debian/virtnbdbackup/usr/bin/virtnbd-nbdkit-plugin