debian package building added #1675
|
@ -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 \
|
apt-get install python-minimal python-setuptools python-all \
|
||||||
python openssl libssl-dev dh-apparmor debhelper dh-python \
|
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:
|
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
|
* Initial release
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ export DH_OPTIONS=-v
|
||||||
export PYBUILD_NAME=bitmessage
|
export PYBUILD_NAME=bitmessage
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with python2 --buildsystem=pybuild --sourcedirectory=..
|
dh $@ --with python2 --system=pybuild
|
||||||
dh_apparmor --profile-name=pybitmessage -ppython-bitmessage
|
dh_apparmor --profile-name=pybitmessage -ppython-bitmessage
|
||||||
|
|
||||||
# If you need to rebuild the Sphinx documentation
|
# If you need to rebuild the Sphinx documentation
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
3.0 (quilt)
|
3.0 (native)
|
||||||
|
|
Reference in New Issue
Block a user