Skip to content

Commit a53723e

Browse files
committed
newer debian makefiles don't like us generating our control dynamically
1 parent dd5d571 commit a53723e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

debian/rules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ export DH_VERBOSE=1
1616
# Enable hardening options
1717
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
1818
DPKG_EXPORT_BUILDFLAGS = 1
19+
20+
ifneq "$(MAKECMDGOALS)" "debian/control"
1921
include /usr/share/dpkg/default.mk
22+
endif
23+
2024
CFLAGS += $(CPPFLAGS)
2125

2226

0 commit comments

Comments
 (0)