We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64c7ae commit 6a41ce1Copy full SHA for 6a41ce1
makefiles/debianutils.mk
@@ -6,7 +6,7 @@ ifeq (,$(findstring darwin,$(MEMO_TARGET)))
6
7
STRAPPROJECTS += debianutils
8
DEBIANUTILS_VERSION := 5.7
9
-DEB_DEBIANUTILS_V ?= $(DEBIANUTILS_VERSION)
+DEB_DEBIANUTILS_V ?= $(DEBIANUTILS_VERSION)-1
10
11
debianutils-setup: setup
12
$(call DOWNLOAD_FILES,$(BUILD_SOURCE),http://deb.debian.org/debian/pool/main/d/debianutils/debianutils_$(DEBIANUTILS_VERSION).orig.tar.gz)
0 commit comments