Fix version, dh argument, use native format and removed python-msgpack
This commit is contained in:
parent
fa157ec998
commit
8fb9a6c932
|
@ -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:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
bitmessage (0.7a-1) unstable; urgency=medium
|
||||
bitmessage (0.6.3.2) stable; urgency=medium
|
||||
|
||||
* Initial release
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
3.0 (quilt)
|
||||
3.0 (native)
|
||||
|
|
Reference in New Issue
Block a user