File: rules

package info (click to toggle)
seahorse-adventures 1.1%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,544 kB
  • sloc: python: 8,640; makefile: 11; sh: 3
file content (18 lines) | stat: -rwxr-xr-x 413 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

%:
	dh $@ --with python3

override_dh_install:
	cp $(CURDIR)/icon128.png $(CURDIR)/seahorse-adventures.png
	$(RM) $(CURDIR)/lib/pgu/LICENSE.txt
	dh_install

override_dh_installchangelogs:
	dh_installchangelogs CHANGES.txt

override_dh_auto_clean:
	# remove setup.py as it is not used anyway and it throws off
	# debhelper, as it assumes a python-distutils build
	$(RM) setup.py
	dh_auto_clean