File: rules

package info (click to toggle)
songwrite 3-0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 6,584 kB
  • sloc: python: 9,162; xml: 1,369; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 437 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYBUILD_INSTALL_ARGS=--install-lib=/usr/share/ --no-xdg

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

override_dh_auto_install:
	dh_auto_install
	mv debian/songwrite/usr/share/songwrite3/locale debian/songwrite/usr/share
	find debian/songwrite/usr/share/locale -name *.po -delete
	mv debian/songwrite/usr/share/songwrite3/manpage debian/songwrite/usr/share/man
	rm -rf debian/songwrite/usr/share/*.egg-info