summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorSerge Cohen <serge.cohen@synchrotron-soleil.fr>2020-09-24 14:07:17 +0200
committerSerge Cohen <serge.cohen@synchrotron-soleil.fr>2020-09-24 14:11:18 +0200
commit6013560ab0d706f851be5105b2f69b37e95a1fb7 (patch)
treee4966c544ab2301d60183ecc70d622c7ba20f52e /debian/control
parentfa4390c7b9fb3939cbe303f412efc5cfc18556fc (diff)
ABI version bumped to 1
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 7e2c8e4..c536bbd 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ 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/
-Package: gir1.2-ufo-0.0
+Package: gir1.2-ufo-1.0
Architecture: any
Multi-Arch: same
Section: introspection
@@ -45,7 +45,7 @@ Description: Library for high-performance, GPU-based computing - gir binding
This package can be used by other packages using the GIRepository
format to generate dynamic bindings.
-Package: libufo0
+Package: libufo1
Architecture: any
Multi-Arch: same
Section: libs
@@ -100,11 +100,11 @@ Package: libufo-dev
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: gir1.2-ufo-0.0 (= ${binary:Version}),
+Depends: gir1.2-ufo-1.0 (= ${binary:Version}),
libglib2.0-dev,
libjson-glib-dev,
libpython3-dev,
- libufo0 (= ${binary:Version}),
+ libufo1 (= ${binary:Version}),
libzmq3-dev,
ocl-icd-opencl-dev,
${misc:Depends}