File: rules

package info (click to toggle)
bwidget 1.9.16-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,728 kB
  • sloc: tcl: 15,045; makefile: 19
file content (28 lines) | stat: -rwxr-xr-x 609 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/usr/bin/make -f

v = 1.9.13

%:
	dh $@

override_dh_compress:
	dh_compress -X.tcl -X.xbm

override_dh_installdeb:
	tcltk-depends
	dh_installdeb

override_dh_fixperms:
	chmod a-x debian/bwidget/usr/share/tcltk/bwidget$(v)/*.tcl
	chmod a-x debian/bwidget/usr/share/tcltk/bwidget$(v)/lang/*
	dh_fixperms

override_dh_installchangelogs:
	dh_installchangelogs ChangeLog

get-orig-source:
	wget -O bwidget_$(v).orig.tar.gz \
		http://prdownloads.sourceforge.net/tcllib/bwidget-$(v).tar.gz

.PHONY: override_dh_compress override_dh_installdeb override_dh_fixperms \
	override_dh_installchangelogs get-orig-source