We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f58eec commit 203a96fCopy full SHA for 203a96f
Makefile.debian
@@ -316,7 +316,7 @@ check-repo:
316
ifndef UPDATE_REPO
317
$(error "You need to specify destination repo in UPDATE_REPO variable")
318
endif
319
- $(REPREPRO) -b $(UPDATE_REPO) -T deb listfilter $(DEBIANVERSION)$(REPO_SUFFIX) '\$$Source (== $$source_name), Version (== $$package_ver+$(DIST_TAG)u1)' | grep -q " "
+ $(REPREPRO) -b $(UPDATE_REPO) -T deb listfilter $(DEBIANVERSION)$(REPO_SUFFIX) '$$Source (== $(source_name)), Version (== $(package_ver)+$(DIST_TAG)u1)' | grep -q " "
320
321
322
ifeq (,$(PACKAGE_LIST))
0 commit comments