File: rules

package info (click to toggle)
mysql-defaults 1.0.2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 80 kB
  • ctags: 1
  • sloc: sh: 60; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 219 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

#export DH_VERBOSE=1

VERSION	:= $(shell dpkg-parsechangelog --show-field=Version)

%:
	dh $@

override_dh_gencontrol:
	dh_gencontrol -pmysql-common -- -v5.8+$(VERSION)
	dh_gencontrol -Nmysql-common