[hamradio-commits] [pyqso] 01/01: Imported Debian patch 0.3-1.1

Iain R. Learmonth irl at moszumanska.debian.org
Thu Sep 8 19:22:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

irl pushed a commit to branch master
in repository pyqso.

commit 1f433e9221351f0c26668eccaa9bb43bd7e7623d
Author: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
Date:   Thu Sep 8 01:00:46 2016 +0300

    Imported Debian patch 0.3-1.1
---
 .gitignore       |  1 -
 debian/changelog | 11 +++++++++++
 debian/control   | 16 ++++++++--------
 debian/rules     |  2 +-
 4 files changed, 20 insertions(+), 10 deletions(-)

diff --git a/.gitignore b/.gitignore
index 66171a3..e625f77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
-.pc/
 *.pyc
 pyqso.debug
 build/
diff --git a/debian/changelog b/debian/changelog
index 6d92f1b..457a401 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+pyqso (0.3-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild with Python3 (Closes: #835489).
+  * Change packages in dependencies to rerefence Python3 packages.
+  * Move python(3)-libhamlib2 to Recomends, as the Python3 version of package
+    is not yet available in Debian.
+  * Bump standards version to 3.9.8 (No changes needed).
+
+ -- Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>  Thu, 08 Sep 2016 01:00:46 +0300
+
 pyqso (0.3-1) unstable; urgency=medium
 
   * Imported Upstream version 0.3.
diff --git a/debian/control b/debian/control
index 00e975e..5d63681 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,10 @@ Section: hamradio
 Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-python,
-               python-all,
+               python3-all,
                python-setuptools,
                python-sphinx
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-hamradio/pyqso.git
 Vcs-Git: http://anonscm.debian.org/git/pkg-hamradio/pyqso.git
 Homepage: http://christianjacobs.uk/pyqso
@@ -16,15 +16,15 @@ Homepage: http://christianjacobs.uk/pyqso
 Package: pyqso
 Architecture: all
 Depends: ${misc:Depends},
-         ${python:Depends},
-         python-libhamlib2,
+         ${python3:Depends},
          gir1.2-gtk-3.0,
-         python-gi-cairo,
-         python-mpltoolkits.basemap,
-         python-numpy,
-         python-matplotlib,
+         python3-gi-cairo,
+         python3-mpltoolkits.basemap,
+         python3-numpy,
+         python3-matplotlib,
          libjs-jquery,
          libjs-underscore
+Recommends: python3-libhamlib2,
 Description: logging tool for amateur radio operators
  PyQSO is a logging tool for amateur radio operators. It provides a simple
  graphical interface through which users can manage information about the
diff --git a/debian/rules b/debian/rules
index f92e752..8d1441c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 export PYBUILD_NAME=pyqso
 
 %:
-	dh $@ --with python2 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_auto_build:
 	PYTHONPATH=. http_proxy='localhost' sphinx-build -N -bhtml docs/source/ build/html  # HTML generator

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/pyqso.git



More information about the pkg-hamradio-commits mailing list