summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorAlexandre Marie <alexandre.marie@synchrotron-soleil.fr>2019-10-25 13:37:01 +0200
committerAlexandre Marie <alexandre.marie@synchrotron-soleil.fr>2019-10-25 13:37:01 +0200
commit49d34766a4c565e53ca63b7531a3852d0b47aa89 (patch)
treed829dfbbb01c4cd4151beeb24307f41be51282ec /debian/control
parent83f976deb045ca4c6b044f5420e2585194f129a0 (diff)
Added myself to uploaders and started py2 removal
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control11
1 files changed, 6 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 36a6a33..e21d29a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
Source: ufo-core
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Picca Frédéric-Emmanuel <picca@debian.org>,
- Serge Cohen <serge1cohen@free.fr>
+ Serge Cohen <serge1cohen@free.fr>,
+ Alexandre Marie <alexandre.marie@synchrotron-soleil.fr>
Section: libs
Priority: optional
Build-Depends: asciidoc,
@@ -16,11 +17,11 @@ Build-Depends: asciidoc,
libjson-glib-dev,
libzmq3-dev,
ocl-icd-opencl-dev,
- python-dev,
+ python3-dev,
python3-sphinx,
python3-sphinx-rtd-theme,
systemd
-Standards-Version: 4.1.1
+Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/science-team/ufo-core
Vcs-Git: https://salsa.debian.org/science-team/ufo-core.git
Homepage: http://ufo.kit.edu/
@@ -64,7 +65,7 @@ Description: Library for high-performance, GPU-based computing - runtime
Package: libufo-bin
Architecture: any
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Suggests: ufo-core-doc
Description: Library for high-performance, GPU-based computing - tools
The UFO data processing framework is a C library suited to build
@@ -102,7 +103,7 @@ Section: libdevel
Depends: gir1.2-ufo-0.0 (= ${binary:Version}),
libglib2.0-dev,
libjson-glib-dev,
- libpython-dev,
+ libpython3-dev,
libufo0 (= ${binary:Version}),
libzmq3-dev,
ocl-icd-opencl-dev,