diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-04 13:33:47 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-04 13:33:47 +0100 |
commit | 4bf6ef776fbfa55f143e1a765fb022eebebd8f4e (patch) | |
tree | bbe1eaf55e27755db6b9cc48f847160772b914aa | |
parent | debian: 2.0.3-1 (diff) | |
download | config-links-4bf6ef776fbfa55f143e1a765fb022eebebd8f4e.tar.gz config-links-4bf6ef776fbfa55f143e1a765fb022eebebd8f4e.zip |
debian: disable build system auto-detection
debhelper sees the Makefile, and assumes that it needs to run make
(while it should just copy files).
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index cbe925d..43896d7 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,3 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --buildsystem=none |