File: rules

package info (click to toggle)
raku-readline 0.1.6-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 400 kB
  • sloc: perl: 67; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 212 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

READLINE_DEP = $(shell dpkg-query -W -f'$${Depends}' libreadline-dev | grep -E -o 'libreadline([^ ]+)')

%:
	dh $@

override_dh_gencontrol:
	dh_gencontrol -- -Vraku:Depends="$(READLINE_DEP)"