aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-02-04 22:11:26 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-02-04 22:11:26 +0100
commit3efc1334ae9bfbabbaf9ed29c3c3c0fbb45b0457 (patch)
treebfb7917c6363a4f8abf0e2b1d0da72e089aea141
parentdebian: 2.3.2-2 (diff)
downloadlinux-status-3efc1334ae9bfbabbaf9ed29c3c3c0fbb45b0457.tar.gz
linux-status-3efc1334ae9bfbabbaf9ed29c3c3c0fbb45b0457.zip
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?
-rw-r--r--debian/Makefile2
1 files changed, 1 insertions, 1 deletions
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: