diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 07e7196d..00000000 --- a/debian/rules +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/make -f - -DH_ALWAYS_EXCLUDE=.git -export PYBUILD_NAME=sosreport -export PYBUILD_DISABLE_python2=1 -export PYBUILD_INSTALL_ARGS_python3=--install-lib=usr/share/sosreport/ \ - --install-data=usr/ \ - --install-scripts=usr/share/sosreport/ \ - --root=$(CURDIR)/debian/sosreport/ \ - --no-compile -O0 - -%: - dh $@ --with python3 --buildsystem=pybuild |