File: rules

package info (click to toggle)
lepton-eda 1.9.18-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 41,024 kB
  • sloc: ansic: 66,688; lisp: 29,508; sh: 6,792; makefile: 3,111; perl: 1,404; pascal: 1,161; lex: 887; sed: 16; cpp: 8
file content (21 lines) | stat: -rwxr-xr-x 445 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

%:
	dh $@ --with autoreconf 

override_dh_auto_configure:
	dh_auto_configure -- \
		--with-gtk3 \
		--disable-rpath \
		--disable-static \
		--disable-update-xdg-database \
		GUILE=/usr/bin/guile-3.0 \
		LDFLAGS="$(LDFLAGS) -Wl,--as-needed" \
		USE_LDCONFIG=/sbin/ldconfig

override_dh_auto_install:
	dh_auto_install
	rm -f debian/lepton-eda/usr/lib/*/*.la

override_dh_compress:
	dh_compress -Xwiki -X.sch -Xexamples -X.sym