File: rules

package info (click to toggle)
cl-plus-ssl 20190204.gitab6fc5d-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 416 kB
  • sloc: lisp: 2,933; sh: 28; makefile: 9
file content (10 lines) | stat: -rwxr-xr-x 232 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

LIBSSL := $(shell dpkg-query --showformat='$${Depends}' --show libssl-dev | grep -o 'libssl[^ ]*')

%:
	dh $@

override_dh_gencontrol:
	echo "ssl:Depends=$(LIBSSL)" >> debian/cl-plus-ssl.substvars
	dh_gencontrol