File: rules

package info (click to toggle)
tryton-meta 47
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 44 kB
  • sloc: makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 114 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

MAJOR := 5.0

%:
	dh $@

override_dh_gencontrol:
	dh_gencontrol -- -Vversion:major="$(MAJOR)"