Drop $(DEPSUBSTVARS) from dh_gencontrol call
This has no longer been needed since commit 3ca0202
.
This commit is contained in:
parent
52ead1a6f8
commit
877f48ad91
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -223,7 +223,7 @@ binary-arch: build install
|
|||
grep shlibs:Suggests debian/monitoring-plugins-standard.substvars.in \
|
||||
| sed -e 's/shlibs:Suggests/shlibs:Recommends/' \
|
||||
>> debian/monitoring-plugins-standard.substvars
|
||||
dh_gencontrol -s -- $(DEPSUBSTVARS)
|
||||
dh_gencontrol -s
|
||||
dh_md5sums -s
|
||||
dh_builddeb -s
|
||||
|
||||
|
|
Loading…
Reference in a new issue