File: rules

package info (click to toggle)
theme-d-intr 0.20.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,876 kB
  • sloc: lisp: 1,701; xml: 730; sh: 564; makefile: 283
file content (24 lines) | stat: -rwxr-xr-x 535 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/make -f
export DH_VERBOSE = 1

%:
	dh $@ --with autoreconf

#override_dh_install:
#	dh_install --list-missing -X.la -X.pyc -X.pyo

GUILE_VERSION=3.0

override_dh_auto_configure:
	dh_auto_configure -- --with-guile=$(GUILE_VERSION) \
	  --libdir=/usr/lib/$(DEB_HOST_MULTIARCH)

override_dh_compress:
	dh_compress -X.thp -X.thi -X.thb -X.mk -X.ui -X.scm

override_dh_strip:
	dh_strip --exclude=.go

override_dh_fixperms:
	dh_fixperms -X/intr-gtk4-examples/calc2/compute-deps.sh \
		-X/intr-gtk4-examples/calc2/install-calc2.sh