File: rules

package info (click to toggle)
combat 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 1,408 kB
  • sloc: tcl: 10,461; sh: 2,535; makefile: 154; ansic: 73
file content (13 lines) | stat: -rwxr-xr-x 262 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@

override_dh_gencontrol:
	tcltk-depends
	dh_gencontrol

# Work-around permission issue in the 0.8.1 tarball
override_dh_fixperms:
	find debian/tcl-combat -name '*.tcl' -o -name '*.txt' -o -name '*.idl' | xargs chmod -x
	dh_fixperms