File: rules

package info (click to toggle)
minigalaxy 1.2.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,460 kB
  • sloc: python: 5,539; xml: 340; sh: 147; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 336 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
#export DH_VERBOSE = 1
export PYBUILD_DISABLE=test
export PYBUILD_NAME=minigalaxy
export PYBUILD_INSTALL_ARGS_python3=--install-scripts=/usr/games/

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_build:
	help2man -N -s 6 -n "a simple GTK based GOG Linux client" bin/minigalaxy > debian/minigalaxy.6
	dh_auto_build