From 3efc1334ae9bfbabbaf9ed29c3c3c0fbb45b0457 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 4 Feb 2023 22:11:26 +0100 Subject: debian: force inclusion of the original sources Unbelievable: https://lists.debian.org/debian-mentors/1998/04/msg00084.html I've stumbled into this while working on my other project (config-links). Launchpad does seem to allow it, so why not? --- debian/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/Makefile b/debian/Makefile index 7f6fc01..35df656 100644 --- a/debian/Makefile +++ b/debian/Makefile @@ -69,7 +69,7 @@ src/test: .PHONY: src src: - cd -- '$(call escape,$(root))' && gbp buildpackage -S '-k0x$(call escape,$(GPG_KEY))' + cd -- '$(call escape,$(root))' && gbp buildpackage -S '-k0x$(call escape,$(GPG_KEY))' --changes-option=-sa .PHONY: bin/test bin/test: -- cgit v1.2.3