File: rules

package info (click to toggle)
packaging-dev 0.8
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 24 kB
  • ctags: 3
  • sloc: makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 335 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

Ubuntu_RECOMMENDS := lptools, ubuntu-dev-tools, ubuntu-packaging-guide
Ubuntu_SUGGESTS := kubuntu-dev-tools

VENDOR := $(shell dpkg-vendor --query Vendor)

%:
	dh $@

override_dh_gencontrol:
	dh_gencontrol -- -Vvendor-specific:Recommends="$($(VENDOR)_RECOMMENDS)" -Vvendor-specific:Suggests="$($(VENDOR)_SUGGESTS)"