--- a/debian/changelog Wed Nov 06 11:14:50 2019 +0100
+++ b/debian/changelog Wed Nov 06 11:20:56 2019 +0100
@@ -1,3 +1,9 @@
+rql (0.35.2-1.1) UNRELEASED; urgency=medium
+
+ * Drop python2 packaging
+
+ -- Philippe Pepiot <philippe.pepiot@logilab.fr> Wed, 06 Nov 2019 11:20:39 +0100
+
rql (0.35.2-1) unstable; urgency=medium
[ Denis Laxalde ]
--- a/debian/control Wed Nov 06 11:14:50 2019 +0100
+++ b/debian/control Wed Nov 06 11:20:56 2019 +0100
@@ -6,22 +6,14 @@
Build-Depends:
debhelper (>= 9),
dh-python,
- python-all-dev,
python3-all-dev,
- python-pytest,
python3-pytest,
- python-unittest2,
- python-logilab-common,
python3-logilab-common,
- python-logilab-database,
python3-logilab-database,
libgecode-dev,
python3-sphinx,
- python-setuptools,
python3-setuptools,
- python-six,
python3-six
-X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Standards-Version: 4.3.0
Testsuite: autopkgtest-pkg-python
@@ -29,26 +21,6 @@
Vcs-Browser: https://hg.logilab.org/master/rql
Homepage: http://www.logilab.org/project/rql
-Package: python-rql
-Architecture: any
-Depends:
- ${python:Depends},
- ${misc:Depends},
- ${shlibs:Depends},
- python-logilab-common (>= 0.35.3-1),
- python-yapps,
- python-logilab-database (>= 1.6.0),
- python-logilab-constraint,
- python-six (>= 1.4.0),
-Breaks:
- cubicweb-common (<< 3.21.99),
-Suggests: python-pygments
-Description: relationship query language (RQL) utilities - Python 2
- A library providing the base utilities to handle RQL queries,
- such as a parser, a type inferencer.
- .
- This package contains the Python 2 version of the RQL library.
-
Package: python3-rql
Architecture: any
Depends:
@@ -59,9 +31,8 @@
python3-yapps,
python3-logilab-database (>= 1.6.0),
python3-logilab-constraint,
- python3-six (>= 1.4.0),
Suggests: python3-pygments
-Description: relationship query language (RQL) utilities - Python 3
+Description: relationship query language (RQL) utilities
A library providing the base utilities to handle RQL queries,
such as a parser, a type inferencer.
.
--- a/debian/rules Wed Nov 06 11:14:50 2019 +0100
+++ b/debian/rules Wed Nov 06 11:20:56 2019 +0100
@@ -7,7 +7,7 @@
export RQL_FORCE_GECODE = 1
%:
- dh $@ --with python2,python3 --buildsystem pybuild
+ dh $@ --with python3 --buildsystem pybuild
override_dh_auto_build:
dh_auto_build