Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
postgis
Commits
7f1333621379
Commit
79daa50b
authored
Jun 27, 2019
by
Philippe Pepiot
Browse files
[debian] Introduce a python{,3}-cubicweb-postgis binary packages
parent
2dacc9960146
Changes
4
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
7f133362
...
...
@@ -2,6 +2,7 @@ cubicweb-postgis (0.7.0-2) UNRELEASED; urgency=medium
* Switch to 3.0 (quilt) format
* Use pybuild
* Introduce a python{,3}-cubicweb-postgis binary packages
-- Philippe Pepiot <philippe.pepiot@logilab.fr> Thu, 27 Jun 2019 16:17:16 +0200
...
...
debian/control
View file @
7f133362
...
...
@@ -6,15 +6,18 @@ Build-Depends:
debhelper (>= 9),
dh-python,
python-all (>= 2.7),
python3-all (>= 3.4),
python-setuptools,
python3-setuptools,
Standards-Version: 3.9.6
Homepage: https://www.cubicweb.org/project/cubicweb-postgis
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Package: cubicweb-postgis
Architecture: all
Depends:
${
python
:Depends}
,
python
-cubicweb-postgis (= ${source:Version})
,
${misc:Depends},
Description: Cube for GIS data support using PostGIS
CubicWeb is a semantic web application framework.
...
...
@@ -23,3 +26,37 @@ Description: Cube for GIS data support using PostGIS
.
This package will install all the components you need to run the
cubicweb-postgis application (cube :)..
.
This is a dependency package for the Python2 library
Package: python-cubicweb-postgis
Architecture: all
Section: python
Depends:
${python:Depends},
${misc:Depends},
Replaces:
cubicweb-postgis (<< 0.7.0-2)
Breaks:
cubicweb-postgis (<< 0.7.0-2)
Description: Cube for GIS data support using PostGIS (Python 2)
CubicWeb is a semantic web application framework.
.
Cube for GIS data support using PostGIS
.
This package will install all the components you need to run the
cubicweb-postgis application (cube :)..
Package: python3-cubicweb-postgis
Architecture: all
Section: python
Depends:
${python3:Depends},
${misc:Depends},
Description: Cube for GIS data support using PostGIS (Python 3)
CubicWeb is a semantic web application framework.
.
Cube for GIS data support using PostGIS
.
This package will install all the components you need to run the
cubicweb-postgis application (cube :)..
debian/py3dist-overrides
0 → 100644
View file @
7f133362
cubicweb python3-cubicweb
debian/rules
View file @
7f133362
...
...
@@ -3,4 +3,4 @@
export PYBUILD_NAME=cubicweb-postgis
%:
dh $@ --with python2 --buildsystem=pybuild
dh $@ --with python2
,python3
--buildsystem=pybuild
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment