summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2023-01-14 08:36:01 +0100
committerHelmut Grohne <helmut@subdivi.de>2023-01-14 08:36:01 +0100
commit7dd12157f9076d0f2bff9ce594e44c491b4690be (patch)
tree966aceecaa5ef29f345e49795b534712a7d3f199
parent419784f27da33441090b66a7e1d29780321370e6 (diff)
Drop commented out code about vendored msgpack
-rwxr-xr-xdebian/rules5
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules
index 27b7f69a..c14569d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,11 +54,6 @@ execute_before_dh_installdocs-indep:
execute_before_dh_installman-arch:
$(MAKE) -C docs man
-#override_dh_auto_install:
-# dh_auto_install
-# #removing bundled msgpack directory
-# rm -rf debian/tmp/usr/lib/python3*/dist-packages/borg/algorithms/msgpack
-
# Run dh_auto_test in a fakeroot environment, this will
# disable some feature tests from upstream that are not
# guaranteed to work on a buildd anyway, like acls.