File: rules

package info (click to toggle)
grilo-plugins 0.3.15-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,172 kB
  • sloc: ansic: 35,138; xml: 634; python: 423; makefile: 15
file content (23 lines) | stat: -rwxr-xr-x 448 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
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS) \
	-DGLIB_DISABLE_DEPRECATION_WARNINGS \
	-Wno-deprecated-declarations

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		-Denable-tracker=no \
		-Denable-tracker3=yes

override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp

override_dh_auto_test:

override_dh_missing:
	dh_missing --fail-missing