File: rules

package info (click to toggle)
mmllib 0.3.0.post1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,484 kB
  • sloc: python: 1,534; makefile: 11; xml: 1
file content (16 lines) | stat: -rwxr-xr-x 395 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export PYBUILD_NAME=mmllib

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

override_dh_auto_install:
	dh_auto_install
	mkdir -p debian/mmllib-tools/usr/bin
	mv debian/python3-mmllib/usr/bin/* debian/mmllib-tools/usr/bin
	rm -rf debian/py*-mmllib/usr/bin

override_dh_installdocs:
	dh_installdocs -pmmllib-tools --link-doc=python3-mmllib
	dh_installdocs --remaining-packages