File: rules

package info (click to toggle)
libepoxy 1.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,560 kB
  • ctags: 26,044
  • sloc: ansic: 80,359; xml: 50,881; sh: 11,416; python: 578; makefile: 288
file content (12 lines) | stat: -rwxr-xr-x 328 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@

# Running make check is unsuitable because the tests require a working
# X environment currently, so we disable dh_auto_test.
override_dh_auto_test:

# No symbols for udebs, specify the highest version from symbols file:
override_dh_makeshlibs:
	dh_makeshlibs --add-udeb='libepoxy0-udeb (>= 1.3)'