[ufo-core] 07/08: fix a bunch of lintian errors
Frédéric-Emmanuel Picca
picca at moszumanska.debian.org
Tue Dec 10 14:18:13 UTC 2013
This is an automated email from the git hooks/post-receive script.
picca pushed a commit to branch master
in repository ufo-core.
commit f0372d275161000ad2b4f6f2994f71956c571fe1
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date: Tue Dec 10 13:12:23 2013 +0100
fix a bunch of lintian errors
---
debian/control | 15 +++++++++------
debian/rules | 2 +-
2 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/debian/control b/debian/control
index 04143f4..33c9453 100644
--- a/debian/control
+++ b/debian/control
@@ -3,6 +3,7 @@ Maintainer: Picca Frédéric-Emmanuel <picca at debian.org>
Section: libs
Priority: extra
Build-Depends: debhelper (>= 9),
+ dh-python,
gobject-introspection,
gtk-doc-tools,
libglib2.0-dev,
@@ -19,7 +20,8 @@ Homepage: http://ufo.kit.edu/
Package: libufo-dev
Architecture: any
Section: libdevel
-Depends: gir1.2-ufo-0.0 (= ${binary:Version}),
+Depends: ${misc:Depends},
+ gir1.2-ufo-0.0 (= ${binary:Version}),
libglib2.0-dev,
libjson-glib-dev,
libufo0 (= ${binary:Version}),
@@ -36,7 +38,7 @@ Description: Library for high-performance, GPU-based computing - devel
A gobject-instrospection binding is also provided to write scripts or
user interfaces.
.
- This package contain the developpement files for libufo.
+ This package contain the development files for libufo.
Package: libufo0
Architecture: any
@@ -61,7 +63,8 @@ Architecture: any
Section: debug
Priority: extra
Depends: ${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
+ libufo0 (= ${binary:Version}) | libufo-bin (= ${binary:Version})
Description: Library for high-performance, GPU-based computing - debug
The UFO data processing framework is a C library suited to build
general purpose streams data processing on heterogeneous
@@ -77,8 +80,7 @@ Description: Library for high-performance, GPU-based computing - debug
Package: libufo-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
- libufo0 (= ${binary:Version})
+Depends: ${misc:Depends}
Description: Library for high-performance, GPU-based computing - documentation
The UFO data processing framework is a C library suited to build
general purpose streams data processing on heterogeneous
@@ -110,6 +112,7 @@ Description: Library for high-performance, GPU-based computing - data
Package: libufo-bin
Architecture: any
Depends: ${misc:Depends},
+ ${python:Depends},
${shlibs:Depends},
libufo0 (= ${binary:Version})
Description: Library for high-performance, GPU-based computing - tools
@@ -131,7 +134,7 @@ Section: introspection
Depends: ${gir:Depends},
${misc:Depends},
${shlibs:Depends}
-Description: <insert up to 60 chars description> - gir binding
+Description: Library for high-performance, GPU-based computing - gir binding
The UFO data processing framework is a C library suited to build
general purpose streams data processing on heterogeneous
architectures such as CPUs, GPUs or clusters. It is extensively used
diff --git a/debian/rules b/debian/rules
index 5dfb4ca..9f2b023 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,4 +7,4 @@ override_dh_auto_configure:
dh_auto_configure -- --enable-gtk-doc
%:
- dh $@ --with gir --dbg-package=libufo0-dbg
+ dh $@ --with gir,python2 --dbg-package=libufo0-dbg
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ufo-core.git
More information about the debian-science-commits
mailing list