aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorLouis Bouchard <louis.bouchard@canonical.com>2016-03-04 12:28:41 +0100
committerBryn M. Reeves <bmr@redhat.com>2016-04-25 16:57:56 +0100
commit098d19684456eceb6bc2cea094b30effa19c37fc (patch)
tree032270870be5801c729d08c77ecd03d0cc565cb4 /debian/rules
parent48df62597ff987364c70f24bf79313657a6e4665 (diff)
downloadsos-098d19684456eceb6bc2cea094b30effa19c37fc.tar.gz
[debian] Remove the debian specific directory
From now on, debian packaging specific files will be maintained separately from the upstream project. This is meant to avoid pull requests to upstream when debian-only changes are required. The debian packaging files along with a pristine copy of upstream files will now reside at the following git repository : * http://anonscm.debian.org/cgit/collab-maint/sosreport.git/ Signed-off-by: Louis Bouchard <louis.bouchard@ubuntu.com>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules13
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