File: rules

package info (click to toggle)
brewtarget 2.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 21,344 kB
  • sloc: cpp: 36,111; sql: 1,866; xml: 1,280; perl: 709; sh: 211; makefile: 9
file content (18 lines) | stat: -rwxr-xr-x 422 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

%:
	dh $@ --buildsystem=cmake

override_dh_auto_configure:
	dh_auto_configure -- -DNO_QTMULTIMEDIA=ON

# Remove upstream's copyright installation, we take care of that.
override_dh_auto_install:
	dh_auto_install
	rm -f debian/brewtarget/usr/share/doc/brewtarget/COPYRIGHT

# Disable testing.
# Currently, all tests are failing.
override_dh_auto_test: