diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-04 20:01:40 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-04 20:01:53 +0100 |
commit | 2eb86576b8f17456078c9d016a28085bac6db5e4 (patch) | |
tree | 4874153dbfafa8cc9615b14169421910a47f701d /debian | |
parent | debian: upgrade cowbuilder image to Focal (diff) | |
download | config-links-2eb86576b8f17456078c9d016a28085bac6db5e4.tar.gz config-links-2eb86576b8f17456078c9d016a28085bac6db5e4.zip |
debian: force inclusion of the original sources
Unbelievable:
https://lists.debian.org/debian-mentors/1998/04/msg00084.html
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 f7b1e89..078d892 100644 --- a/debian/Makefile +++ b/debian/Makefile @@ -69,7 +69,7 @@ src/test: .PHONY: src src: - pushd '$(call escape,$(root))' && gbp buildpackage -S '-k0x$(call escape,$(GPG_KEY))' + pushd '$(call escape,$(root))' && gbp buildpackage -S --changes-option=-sa '-k0x$(call escape,$(GPG_KEY))' .PHONY: bin/test bin/test: |