summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2019-10-15 20:38:54 +0200
committerPicca Frédéric-Emmanuel <picca@debian.org>2019-10-15 20:38:54 +0200
commit96d3ad1f6a8f063302e07c0a33af85ba027b5b1e (patch)
treec5fd25a2dd369f00bb4e4849179df2e259743d8b
parentf071fef94b9ae31134ce61dae02eae676a07d04e (diff)
removed Python2 module
-rw-r--r--debian/changelog11
-rw-r--r--debian/control20
-rw-r--r--debian/pydist-overrides1
-rw-r--r--debian/python-qtawesome.links1
-rw-r--r--debian/python-qtawesome.pyremove1
-rwxr-xr-xdebian/rules2
-rw-r--r--debian/salsa-ci.yml4
7 files changed, 16 insertions, 24 deletions
diff --git a/debian/changelog b/debian/changelog
index 0628f66..bf6c8bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,21 @@
python-qtawesome (0.4.4+ds1-2) UNRELEASED; urgency=medium
+ * Team Upload
+ [Ondřej Nový]
* d/control: Set Vcs-* to salsa.debian.org
* d/changelog: Remove trailing whitespaces
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
* Convert git repository from git-dpm to gbp layout
* Use 'python3 -m sphinx' instead of sphinx-build for building docs
- * Use debhelper-compat instead of debian/compat.
+ * Use debhelper-compat instead of debian/compat
- -- Ondřej Nový <onovy@debian.org> Tue, 13 Feb 2018 10:03:47 +0100
+ [Picca Frédéric-Emmanuel]
+ * Switch to compat level 12
+ * Removed Python2 module (Closes: #938115)
+ * Added salsa-ci.yml
+
+ -- Picca Frédéric-Emmanuel <picca@debian.org> Tue, 15 Oct 2019 20:32:34 +0200
python-qtawesome (0.4.4+ds1-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 7b2af5d..1df39bc 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,9 @@ Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Priority: optional
-Build-Depends: debhelper-compat (= 10),
+Build-Depends: debhelper-compat (= 12),
dh-python,
dpkg-dev (>= 1.17.14),
- python-all,
- python-qtpy,
- python-setuptools,
- python-six,
python3-all,
python3-doc <!nodoc>,
python3-qtpy,
@@ -19,23 +15,11 @@ Build-Depends: debhelper-compat (= 10),
sphinx-common,
xauth <!nocheck>,
xvfb <!nocheck>
-Standards-Version: 3.9.8
+Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-qtawesome
Vcs-Git: https://salsa.debian.org/python-team/modules/python-qtawesome.git
Homepage: https://github.com/spyder-ide/qtawesome
-Package: python-qtawesome
-Architecture: all
-Depends: ${misc:Depends},
- ${python:Depends},
- python-qtawesome-common
-Suggests: python-qtawesome-doc
-Description: iconic fonts in PyQt and PySide applications (Python 2)
- QtAwesome enables iconic fonts such as Font Awesome and Elusive Icons in
- PyQt and PySide applications.
- .
- This package provides QtAwesome for Python 2.
-
Package: python3-qtawesome
Architecture: all
Depends: ${misc:Depends},
diff --git a/debian/pydist-overrides b/debian/pydist-overrides
deleted file mode 100644
index ba148c0..0000000
--- a/debian/pydist-overrides
+++ /dev/null
@@ -1 +0,0 @@
-qtpy python-qtpy
diff --git a/debian/python-qtawesome.links b/debian/python-qtawesome.links
deleted file mode 100644
index 165c18c..0000000
--- a/debian/python-qtawesome.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/python-qtawesome/fonts usr/lib/python2.7/dist-packages/qtawesome/fonts
diff --git a/debian/python-qtawesome.pyremove b/debian/python-qtawesome.pyremove
deleted file mode 100644
index a4cdc9d..0000000
--- a/debian/python-qtawesome.pyremove
+++ /dev/null
@@ -1 +0,0 @@
-qtawesome/fonts
diff --git a/debian/rules b/debian/rules
index c8b907f..c509cac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
export PYBUILD_NAME = qtawesome
%:
- dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+ dh $@ --with python3,sphinxdoc --buildsystem=pybuild
ifeq (,$(findstring nodoc,$(DEB_BUILD_PROFILES)))
override_dh_auto_build: export http_proxy=127.0.0.1:9
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
new file mode 100644
index 0000000..33c3a64
--- /dev/null
+++ b/debian/salsa-ci.yml
@@ -0,0 +1,4 @@
+---
+include:
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml