File: rules

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

READLINE_DEP = $(shell apt-cache depends --important libreadline-dev | perl -n -e 'print $$1 if /Depends: (libreadline\w+)/;')

%:
	dh $@

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