From: Andrea Zagli Date: Wed, 19 Jun 2019 18:59:28 +0000 (+0200) Subject: Debian pkg: updated from upstream (missing libzakformini dep). X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=da00eed3728692c5a11b602248155b0dac6efc73;p=zakform%2Fcgi Debian pkg: updated from upstream (missing libzakformini dep). --- diff --git a/debian/changelog b/debian/changelog index 87294bd..d132cb9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -libzakformcgi (0.0.1-1~3.gbpb02b63) UNRELEASED; urgency=medium +libzakformcgi (0.0.1-1~5.gbp03fd94) UNRELEASED; urgency=medium - ** SNAPSHOT build @b02b63bb42d2c05e2aef7bc370aec939928118c7 ** + ** SNAPSHOT build @03fd948ee0894f53057138f784df2714c10d1c87 ** [ Andrea Zagli ] * Initial release @@ -32,4 +32,14 @@ libzakformcgi (0.0.1-1~3.gbpb02b63) UNRELEASED; urgency=medium [ tux ] - -- tux Sat, 27 May 2017 09:35:31 +0200 + [ Andrea Zagli ] + * Debian pkg: locale files in dev (closes #1122). + * Make public ZakFormElement::xml_parsing. + * Starting taking into account ZakFormElementArray. + * Missing file in translations file. + * In binding if the value is null, value is setted as empty string. + * ZakFormElement didn't take into account visible property (closes #1131). + * In ZakFormElement::render wrong variable freeing. + * FormElementSelect: changed storage data type to preserve options order. + + -- andreaz Wed, 19 Jun 2019 20:50:30 +0200 diff --git a/debian/control b/debian/control index 7cb159f..13089bf 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: libzakformcgi Priority: optional Maintainer: Andrea Zagli -Build-Depends: debhelper (>= 9), intltool, pkg-config, gnome-common, gtk-doc-tools, libzakcgi-dev, libzakform-dev +Build-Depends: debhelper (>= 9), intltool, pkg-config, gnome-common, gtk-doc-tools, libzakcgi-dev, libzakform-dev, libzakformini-dev Standards-Version: 3.9.8 Section: libs Homepage: http://saetta.ns0.it @@ -11,7 +11,7 @@ Homepage: http://saetta.ns0.it Package: libzakformcgi-dev Section: libdevel Architecture: any -Depends: libzakformcgi (= ${binary:Version}), ${misc:Depends}, libzakcgi-dev, libzakform-dev +Depends: libzakformcgi (= ${binary:Version}), ${misc:Depends}, libzakcgi-dev, libzakform-dev, libzakformini-dev Description: Bind to libzakform for libzakcgi - development files. Bind to libzakform for libzakcgi. . @@ -19,6 +19,6 @@ Description: Bind to libzakform for libzakcgi - development files. Package: libzakformcgi Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libzakcgi, libzakform +Depends: ${shlibs:Depends}, ${misc:Depends}, libzakcgi, libzakform, libzakformini Description: Bind to libzakform for libzakcgi. Bind to libzakform to libzakcgi.