File: rules

package info (click to toggle)
gnucobol 5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 20 kB
  • sloc: makefile: 6
file content (14 lines) | stat: -rwxr-xr-x 282 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# gnucobol-defaults 5.0 is the first version for GnuCOBOL 3
export PV_GNUCOBOL:=3

%:
	dh $@

override_dh_gencontrol:
	echo 'pv:gnucobol=$(PV_GNUCOBOL)' >> debian/gnucobol.substvars
	dh_gencontrol