Explorar o código

Avoid mangling configure.in on incomplete changelog

Matt Zimmerman %!s(int64=22) %!d(string=hai) anos
pai
achega
3d851670e9
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      debian/rules

+ 2 - 0
debian/rules

@@ -58,9 +58,11 @@ endif
 
 # Rebuild configure.in to have the correct version from the change log
 ifneq ($(APT_DEBVER),$(APT_CONFVER))
+ifneq ($(APT_DEBVER),)
 .PHONY: configure.in
 configure.in:
 	sed -e 's/$(APT_CONFVER)/$(APT_DEBVER)/' $@ > $@.$$$$ && mv $@.$$$$ $@
+fi
 else
 configure.in:
 endif