aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/debian/rules
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-02-04 19:32:25 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-02-04 19:32:27 +0100
commit1f72356372dfeb475e1aa879d4c12b3d467ceae3 (patch)
tree62fba377edb77f319a26cf334c1a97148d8c5071 /debian/rules
parentdebian: 2.0.3-3 (diff)
downloadconfig-links-1f72356372dfeb475e1aa879d4c12b3d467ceae3.tar.gz
config-links-1f72356372dfeb475e1aa879d4c12b3d467ceae3.zip
debian: upgrade cowbuilder image to Focal
It's debhelper supports --buildsystem=none, which I desperately need. For example, the latest failure was due to debhelper _didn't_ include source files to the uploaded changes. Which kinda makes sense I guess for make projects, but not for this one!
Diffstat (limited to '')
-rwxr-xr-xdebian/rules10
1 files changed, 1 insertions, 9 deletions
diff --git a/debian/rules b/debian/rules
index a75e265..43896d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,3 @@
#!/usr/bin/make -f
%:
- 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:
+ dh $@ --buildsystem=none