File: rules

package info (click to toggle)
solarwolf 1.5%2Bdfsg1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,656 kB
  • sloc: python: 5,353; ansic: 159; makefile: 102; pascal: 50; sh: 27
file content (13 lines) | stat: -rwxr-xr-x 311 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@ --with python3

override_dh_install:
	dh_install
	mv debian/solarwolf/usr/games/solarwolf.py debian/solarwolf/usr/games/solarwolf
	rm -rf debian/solarwolf/usr/share/games/solarwolf/data/.xvpics/

# keep full changelog
override_dh_installchangelogs:
	dh_installchangelogs --no-trim