File: rules

package info (click to toggle)
entangle 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,836 kB
  • ctags: 3,171
  • sloc: ansic: 18,933; sh: 11,305; makefile: 448; xml: 227; python: 221
file content (19 lines) | stat: -rwxr-xr-x 398 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
#!/usr/bin/make -f
export DH_OPTIONS

INSTDIR=debian/tmp

%:
	dh $@ --with autoreconf,gir

override_dh_auto_configure:
	dh_auto_configure -- --enable-static=no --disable-silent-rules

override_dh_auto_install:
	dh_auto_install --destdir=$(INSTDIR)
	find $(INSTDIR)/usr/share/entangle/plugins/ -type d -empty -delete

override_dh_strip:
	dh_strip --dbg-package=entangle-dbg

override_dh_auto_clean: