Adding debian version 1.9.1-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
031879240c
commit
9fdbd62010
7 changed files with 132 additions and 0 deletions
22
debian/rules
vendored
Executable file
22
debian/rules
vendored
Executable file
|
@ -0,0 +1,22 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
export PYBUILD_NAME=iredis
|
||||
|
||||
%:
|
||||
dh ${@} --buildsystem=pybuild --with python3
|
||||
|
||||
execute_before_dh_auto_clean:
|
||||
cp debian/local/setup.py setup.py
|
||||
|
||||
execute_after_dh_auto_clean:
|
||||
rm -f setup.py
|
||||
|
||||
execute_before_dh_auto_configure:
|
||||
cp debian/local/setup.py setup.py
|
||||
|
||||
execute_after_dh_auto_install:
|
||||
mkdir -p debian/iredis/usr/lib/python3/dist-packages/iredis/data
|
||||
cp iredis/data/iredisrc debian/iredis/usr/lib/python3/dist-packages/iredis/data/iredisrc
|
||||
|
||||
override_dh_auto_test:
|
||||
# disabled
|
Loading…
Add table
Add a link
Reference in a new issue