File: rules

package info (click to toggle)
songwrite 3-0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,532 kB
  • sloc: python: 9,169; xml: 1,369; makefile: 10
file content (14 lines) | stat: -rwxr-xr-x 537 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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
	mv debian/songwrite/usr/share/man/man1/songwrite3 debian/songwrite/usr/share/man/man1/songwrite3.1
	rm -rf debian/songwrite/usr/share/*.egg-info