fix debian build (again)

This commit is contained in:
Jens Langhammer
2019-03-07 20:58:18 +01:00
parent e05c18b19b
commit ca663d16fc
5 changed files with 4 additions and 15 deletions

2
debian/files vendored
View File

@ -1,2 +0,0 @@
passbook-dbgsym_0.1.3_amd64.ddeb debug optional
passbook_0.1.3_amd64.deb admin optional

View File

@ -1,6 +0,0 @@
# Automatically added by dh_installdebconf/11.1.6ubuntu2
if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule
db_purge
fi
# End automatically added section

View File

@ -1,3 +0,0 @@
misc:Depends=debconf (>= 0.5) | debconf-2.0
shlibs:Depends=libc6 (>= 2.4), passbook
misc:Pre-Depends=

1
debian/rules vendored
View File

@ -7,6 +7,7 @@
dh $@ --with=systemd
build-arch:
python3 -m pip install setuptools
python3 -m pip install --target=vendor/ -r requirements.txt
override_dh_strip: