[gexiv2] debian: Fix lintian warnings
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gexiv2] debian: Fix lintian warnings
- Date: Mon, 5 Jun 2017 06:17:37 +0000 (UTC)
commit b04ede848a250cfdf0e5dd71205a515b7305ac80
Author: Jens Georg <mail jensge org>
Date: Sun Jun 4 13:19:51 2017 +0200
debian: Fix lintian warnings
debian/control | 12 ++++++++----
debian/rules | 2 +-
debian/source/format | 1 +
3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/debian/control b/debian/control
index 16c1372..68456db 100644
--- a/debian/control
+++ b/debian/control
@@ -15,8 +15,10 @@ Build-Depends: debhelper (>= 7),
libgirepository1.0-dev (>= 0.9.12),
gir1.2-glib-2.0,
python3-gi,
- python-gi
-Standards-Version: 3.8.4
+ python-gi,
+ python:any,
+ python3:any
+Standards-Version: 3.9.8
Section: libs
Homepage: https://wiki.gnome.org/Projects/gexiv2
@@ -77,7 +79,8 @@ Architecture: any
Depends: gir1.2-gexiv2-0.10 (= ${binary:Version}),
libgexiv2-2 (= ${binary:Version}),
python-gi,
- ${python:Depends}
+ ${python:Depends},
+ ${misc:Depends}
Description: GExiv2 GObject introspection overrides for Python (Python2)
gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the basic
features of Exiv2 available to GNOME applications.
@@ -87,7 +90,8 @@ Architecture: any
Depends: gir1.2-gexiv2-0.10 (= ${binary:Version}),
libgexiv2-2 (= ${binary:Version}),
python3-gi,
- ${python3:Depends}
+ ${python3:Depends},
+ ${misc:Depends}
Description: GExiv2 GObject introspection overrides for Python (Python3)
gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the basic
features of Exiv2 available to GNOME applications.
diff --git a/debian/rules b/debian/rules
index e301ea4..046c949 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@
%:
- dh $@ --with autotools_dev --parallel
+ dh $@ --with autotools_dev --parallel --with python2 --with python3
# dh_make generated override targets
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]