File: rules

package info (click to toggle)
udiskie 1.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 600 kB
  • ctags: 685
  • sloc: python: 3,761; makefile: 16
file content (17 lines) | stat: -rwxr-xr-x 346 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

#export PYBUILD_NAME=udiskie

%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_clean:
	$(MAKE) -C doc clean
	rm -f doc/udiskie-mount.8 doc/udiskie-umount.8
	dh_auto_clean

override_dh_auto_build:
	$(MAKE) -C doc
	cp -f doc/udiskie.8 doc/udiskie-mount.8
	cp -f doc/udiskie.8 doc/udiskie-umount.8
	dh_auto_build