Fix version, dh argument, use native format and removed python-msgpack

This commit is contained in:
navjot 2020-10-14 14:48:05 +05:30
parent fa157ec998
commit 8fb9a6c932
No known key found for this signature in database
GPG Key ID: 9EE70AFD71357F1C
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ In order to build the .deb yourself, you'll first have to install the stuff that
apt-get install python-minimal python-setuptools python-all \
python openssl libssl-dev dh-apparmor debhelper dh-python \
python-msgpack python-qt4 git
python-qt4 git
Next make some build directory and clone the newest git repository:

View File

@ -1,4 +1,4 @@
bitmessage (0.7a-1) unstable; urgency=medium
bitmessage (0.6.3.2) stable; urgency=medium
* Initial release

View File

@ -7,7 +7,7 @@ export DH_OPTIONS=-v
export PYBUILD_NAME=bitmessage
%:
dh $@ --with python2 --buildsystem=pybuild --sourcedirectory=..
dh $@ --with python2 --system=pybuild
dh_apparmor --profile-name=pybitmessage -ppython-bitmessage
# If you need to rebuild the Sphinx documentation

View File

@ -1 +1 @@
3.0 (quilt)
3.0 (native)