File: rules

package info (click to toggle)
libebml 1.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 624 kB
  • sloc: cpp: 4,334; ansic: 630; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 249 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DBUILD_SHARED_LIBS=ON

override_dh_makeshlibs:
	# For new symbols when compiled with GCC 7 (this version b-depends on GCC 7)
	dh_makeshlibs -V'libebml5 (>= 1.3.4-2~)'