From a03fe8021fc8802856295323bcff82ef636e41e6 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Sat, 30 Sep 2017 17:33:30 +0200 Subject: [PATCH] Debian pkg: updates from upstream. Added introspection and gtk-doc. --- debian/changelog | 11 ++++++++--- debian/control | 2 +- debian/rules | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index e60f44b..5190ce3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -libgdaex (0.6.0-1~3.gbp143d57) UNRELEASED; urgency=medium +libgdaex (0.7.0-1~2.gbp9bda7a) UNRELEASED; urgency=medium - ** SNAPSHOT build @143d57ea0a32691e33302011eca067f2b7e2e545 ** + ** SNAPSHOT build @9bda7a0050ca8517f208d15bcbe6a3f9d96d92d9 ** [ Andrea Zagli ] * Initial release @@ -19,4 +19,9 @@ libgdaex (0.6.0-1~3.gbp143d57) UNRELEASED; urgency=medium [ tux ] - -- tux Sun, 21 May 2017 10:02:09 +0200 + [ Andrea Zagli ] + * Debian pkg: updates from upstream. + * Enabled gir. + * Setted version 0.7.0. + + -- andreaz Wed, 27 Sep 2017 21:01:43 +0200 diff --git a/debian/control b/debian/control index 0bd1648..74ecb3c 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: libgdaex Priority: optional Maintainer: Andrea Zagli -Build-Depends: debhelper (>=9), libgda-5.0-dev, intltool, pkg-config, gnome-common, gtk-doc-tools, libzakutils-dev, libgtk-3-dev, libxml2-dev +Build-Depends: debhelper (>=9), gobject-introspection, libgirepository1.0-dev, libgda-5.0-dev, intltool, pkg-config, gnome-common, gtk-doc-tools, libzakutils-dev, libgtk-3-dev, libxml2-dev Standards-Version: 3.9.8 Section: libs Homepage: diff --git a/debian/rules b/debian/rules index 14552b7..b7397a6 100755 --- a/debian/rules +++ b/debian/rules @@ -25,7 +25,7 @@ export DEB_CXXFLAGS_MAINT_STRIP = -Werror=format-security override_dh_auto_configure: NOCONFIGURE="X" ./autogen.sh - dh_auto_configure + dh_auto_configure -- --enable-introspection --enable-gtk-doc override_dh_auto_install: $(MAKE) DESTDIR=$$(pwd)/debian/tmp prefix=/usr install -- 2.49.0