File: rules

package info (click to toggle)
seahorse-adventures 1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,208 kB
  • sloc: python: 8,524; xml: 28; makefile: 9; sh: 3
file content (16 lines) | stat: -rwxr-xr-x 385 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

%:
	dh $@

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

override_dh_installchangelogs:
	dh_installchangelogs CHANGES.txt

execute_before_dh_auto_clean:
	# remove setup.py as it is not used anyway and it throws off
	# debhelper, as it assumes a python3-setuptools build
	$(RM) setup.py