From: Andrea Zagli Date: Thu, 8 Sep 2022 13:15:48 +0000 (+0200) Subject: Debian pkg: updates from upstream. X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fdebian%2Fbuster;p=zakaudit%2Flibzakaudit Debian pkg: updates from upstream. --- diff --git a/debian/changelog b/debian/changelog index b5e71af..89dc02a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -libzakaudit (0.5.0-1~3.gbp5fa0c1) UNRELEASED; urgency=medium +libzakaudit (0.5.0-1~4.gbpe9d0f1) UNRELEASED; urgency=medium - ** SNAPSHOT build @5fa0c1f6a614da653a49255f40abe1f87451e577 ** + ** SNAPSHOT build @e9d0f1b86fbab8eede7644dc726d210e721d7bf0 ** [ Andrea Zagli ] * Initial release @@ -12,5 +12,20 @@ libzakaudit (0.5.0-1~3.gbp5fa0c1) UNRELEASED; urgency=medium * Debian pkg: added files. * Added comment to sql for column actions.type. * Completed function ::get_changes_widget. + * Debian pkg: added buster files. + * Added command line arguments for debug. + * Use of zak_audit_init instead of zak_audit_new_. + * Added functions ::set_[gda_connection|cnc_string]*. + * Added functions to free resources. + * Speeded table loading. + * Boxed Datasource struct. + * Right free function for datasource boxed type. + * Boxed Table struct. + * Boxed field struct. + * Added private functions ZakAudit::dispose and ::finalize. + * Wrong pass of vararg. + * Use of GdaExGrid for the changes widget. + * Use of microseconds to record actions. + * Added function ::get_changes_datamodel and refactored method of getting changes from db. - -- andreaz Mon, 03 Jun 2019 15:54:05 +0200 + -- andreaz Thu, 08 Sep 2022 14:55:31 +0200 diff --git a/debian/control b/debian/control index 3c0236a..eda99d5 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: libzakaudit Priority: optional Maintainer: Andrea Zagli -Build-Depends: debhelper (>= 9), intltool, pkg-config, gtk-doc-tools, gnome-common, libgdaex-dev +Build-Depends: debhelper (>= 9), intltool, pkg-config, gtk-doc-tools, gnome-common, libgdaex-dev, libgdaexgrid-dev Standards-Version: 3.9.8 Section: libs Homepage: http://saetta.ns0.it @@ -11,7 +11,7 @@ Homepage: http://saetta.ns0.it Package: libzakaudit-dev Section: libdevel Architecture: any -Depends: libzakaudit (= ${binary:Version}), ${misc:Depends}, libgdaex-dev +Depends: libzakaudit (= ${binary:Version}), ${misc:Depends}, libgdaex-dev, libgdaexgrid-dev Description: Library to record database tables changes - development files. Library to record database tables changes . @@ -19,6 +19,6 @@ Description: Library to record database tables changes - development files. Package: libzakaudit Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libgdaex +Depends: ${shlibs:Depends}, ${misc:Depends}, libgdaex, libgdaexgrid Description: Library to record database tables changes. Library to record database tables changes. diff --git a/debian/gbp.conf b/debian/gbp.conf index f10a915..f4f94eb 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -3,7 +3,7 @@ export-dir=./build/buster debian-branch=debian/buster ignore-new=True upstream-tree=BRANCH -upstream-branch=gtk3 +upstream-branch=develop force-create=True export=WC dist=buster