diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-04 22:11:26 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-04 22:11:26 +0100 |
commit | 3efc1334ae9bfbabbaf9ed29c3c3c0fbb45b0457 (patch) | |
tree | bfb7917c6363a4f8abf0e2b1d0da72e089aea141 /debian | |
parent | debian: 2.3.2-2 (diff) | |
download | linux-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?
Diffstat (limited to 'debian')
-rw-r--r-- | debian/Makefile | 2 |
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: |