From 8fb9a6c9322ee83cc79a383ccd952b5df82db7f6 Mon Sep 17 00:00:00 2001 From: navjot Date: Wed, 14 Oct 2020 14:48:05 +0530 Subject: [PATCH] Fix version, dh argument, use native format and removed python-msgpack --- packages/debian/README.Debian | 2 +- packages/debian/changelog | 2 +- packages/debian/rules | 2 +- packages/debian/source/format | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/debian/README.Debian b/packages/debian/README.Debian index 1f44b1d1..db103f20 100644 --- a/packages/debian/README.Debian +++ b/packages/debian/README.Debian @@ -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: diff --git a/packages/debian/changelog b/packages/debian/changelog index 17f6df05..ecb8854b 100644 --- a/packages/debian/changelog +++ b/packages/debian/changelog @@ -1,4 +1,4 @@ -bitmessage (0.7a-1) unstable; urgency=medium +bitmessage (0.6.3.2) stable; urgency=medium * Initial release diff --git a/packages/debian/rules b/packages/debian/rules index 5b68b019..22fd7887 100755 --- a/packages/debian/rules +++ b/packages/debian/rules @@ -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 diff --git a/packages/debian/source/format b/packages/debian/source/format index 163aaf8d..89ae9db8 100644 --- a/packages/debian/source/format +++ b/packages/debian/source/format @@ -1 +1 @@ -3.0 (quilt) +3.0 (native)