aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/debian/rules
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-02-04 19:09:30 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-02-04 19:13:16 +0100
commit624c178337f78528da4a0ad44ec7892b467d0777 (patch)
treeec1814495f3055913c878c594a4028be7d468ca7 /debian/rules
parentworkflows/ppa: do it on commits also (diff)
downloadconfig-links-624c178337f78528da4a0ad44ec7892b467d0777.tar.gz
config-links-624c178337f78528da4a0ad44ec7892b467d0777.zip
debian: shut up dh_auto_build
Diffstat (limited to '')
-rwxr-xr-xdebian/rules10
1 files changed, 9 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 43896d7..a75e265 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,11 @@
#!/usr/bin/make -f
%:
- dh $@ --buildsystem=none
+ dh $@
+
+# Replace the recipe above with this when the cowbuilder image is upgraded.
+#dh $@ --buildsystem=none
+# Also, remove the overrides below.
+
+override_dh_auto_build:
+
+override_dh_auto_test: