From: Andrea Zagli Date: Tue, 12 Jun 2018 08:26:40 +0000 (+0200) Subject: Debian pkg: updates from upstream. X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=9b614850de773ab6e4a00d22a0950c35cb1bd417;p=libgdaexgrid Debian pkg: updates from upstream. --- diff --git a/debian/changelog b/debian/changelog index 22cea7a..bd2c292 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,18 @@ -libgdaexgrid (0.0.1-1~2.gbp770b57) UNRELEASED; urgency=medium +libgdaexgrid (0.0.1-1~4.gbp69eb84) UNRELEASED; urgency=medium - ** SNAPSHOT build @770b57f695663999415ce08c1b0fe7298b98f7e9 ** + ** SNAPSHOT build @69eb84404aaacd94ac1df22bc5103c6c5e013db6 ** [ Andrea Zagli ] * Initial release [ tux ] - -- Andrea Zagli Sun, 27 Nov 2016 09:50:52 +0100 + [ Andrea Zagli ] + * Debian pkg: added files. + * gtk-doc. + * Wrong references in tests autotools. + * Enabled gtk-doc generation. + * Gtk-doc adjustments. + * Enabled gir. + + -- tux Tue, 12 Jun 2018 10:22:14 +0200 diff --git a/debian/control b/debian/control index e1496e8..55f44a4 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: libgdaexgrid Priority: optional Maintainer: Andrea Zagli -Build-Depends: debhelper (>= 9), intltool, pkg-config, gnome-common, gtk-doc-tools, libgdaex-dev, libreptool-dev, libsolipa-dev +Build-Depends: debhelper (>= 9), intltool, pkg-config, gtk-doc-tools, gnome-common, gobject-introspection, libgirepository1.0-dev, libgdaex-dev, libreptool-dev, libsolipa-dev Standards-Version: 3.9.8 Section: libs Homepage: http://saetta.ns0.it/ diff --git a/debian/patches/0001-m4-spec.patch b/debian/patches/0001-m4-spec.patch index 696bef1..7205674 100644 --- a/debian/patches/0001-m4-spec.patch +++ b/debian/patches/0001-m4-spec.patch @@ -17,5 +17,5 @@ index 2bfbe7f..d2c40cf 100755 -aclocal --install || exit 1 +aclocal --install -I m4 || exit 1 glib-gettextize --force --copy || exit 1 - #gtkdocize --copy || exit 1 + gtkdocize --copy || exit 1 intltoolize --force --copy --automake || exit 1 diff --git a/debian/rules b/debian/rules index 14552b7..b3f5830 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 -- --disable-introspection override_dh_auto_install: $(MAKE) DESTDIR=$$(pwd)/debian/tmp prefix=/usr install