aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/debian
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-02-04 13:33:47 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-02-04 13:33:47 +0100
commit4bf6ef776fbfa55f143e1a765fb022eebebd8f4e (patch)
treebbe1eaf55e27755db6b9cc48f847160772b914aa /debian
parentdebian: 2.0.3-1 (diff)
downloadconfig-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).
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
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