File: rules

package info (click to toggle)
cl-plus-ssl 20200609.gitff4634a-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 448 kB
  • sloc: lisp: 3,049; sh: 79; makefile: 8
file content (9 lines) | stat: -rwxr-xr-x 223 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

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

%:
	dh $@

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