File: rules

package info (click to toggle)
dangen 0.5-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,868 kB
  • sloc: ansic: 49,744; sh: 999; yacc: 494; makefile: 273; lex: 142
file content (18 lines) | stat: -rwxr-xr-x 482 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		--prefix=/usr \
		--bindir=/usr/games \
		--mandir=/usr/share/man

override_dh_auto_install:
	$(MAKE) install DESTDIR=$(CURDIR)/debian/dangen/
	cp $(CURDIR)/debian/dangen.png $(CURDIR)/debian/dangen/usr/share/icons/hicolor/64x64/apps/
	cp $(CURDIR)/debian/dangen.desktop $(CURDIR)/debian/dangen/usr/share/applications/dangen.desktop

override_dh_installchangelogs:
	dh_installchangelogs ChangeLog