File: rules

package info (click to toggle)
animals 201207131226-2.3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 220 kB
  • sloc: cpp: 1,809; makefile: 36
file content (16 lines) | stat: -rwxr-xr-x 447 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
	dh $@

override_dh_strip:
	dh_strip --dbgsym-migration='animals-dbg (<<201207131226-1)'

override_dh_fixperms:
	dh_fixperms
	chown games:games $(CURDIR)/debian/animals/var/games/animals
	chmod 06775 $(CURDIR)/debian/animals/var/games/animals
	chown games:games $(CURDIR)/debian/animals/usr/games/animals
	chmod 02755 $(CURDIR)/debian/animals/usr/games/animals