File: rules

package info (click to toggle)
ftools-fv 5.5.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,076 kB
  • sloc: tcl: 50,770; ansic: 17,858; exp: 2,004; makefile: 172; cpp: 169; sh: 113; csh: 10
file content (22 lines) | stat: -rwxr-xr-x 432 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f
# -*- makefile -*-
#DH_VERBOSE=1

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -D tcltk/pow -- CC=gcc

override_dh_auto_build:
	dh_auto_build -D tcltk/pow

override_dh_auto_install:
	dh_auto_install -D tcltk/pow

override_dh_fixperms:
	dh_fixperms
	chmod 0644 debian/ftools-*/usr/share/ftools/*/*.tcl

override_dh_auto_clean:
	fgrep -q WCSLIB_OBJ_TMP tcltk/pow/Makefile || dh_auto_clean -D tcltk/pow