File: rules

package info (click to toggle)
indicator-sensors 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,240 kB
  • sloc: ansic: 8,898; sh: 571; makefile: 394; xml: 41
file content (19 lines) | stat: -rwxr-xr-x 359 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_autoreconf:
	dh_autoreconf
	intltoolize --automake --copy --force

override_dh_autoreconf_clean:
	dh_autoreconf_clean
	rm -f m4/intltool.m4
	rm -f po/Makefile.in.in

override_dh_auto_install:
	dh_auto_install
	find debian/indicator-sensors/usr/lib -name '*.la' -delete