File: rules

package info (click to toggle)
libsecret 0.18.5-3.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,524 kB
  • ctags: 3,652
  • sloc: ansic: 23,366; sh: 4,095; python: 1,709; xml: 1,037; makefile: 503
file content (14 lines) | stat: -rwxr-xr-x 293 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk

%:
	dh $@ --with autoreconf,gir,gnome

override_dh_install:
	find debian/tmp/usr/lib -name '*.la' -delete
	dh_install --fail-missing

override_dh_auto_test:
	env -u LD_PRELOAD dbus-run-session -- make check