From: Andrea Zagli <azagli@libero.it>
Date: Mon, 22 May 2017 16:22:13 +0000 (+0200)
Subject: Debian pgk: updated from upstream.
X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=b02b63bb42d2c05e2aef7bc370aec939928118c7;p=zakform%2Fcgi

Debian pgk: updated from upstream.
---

diff --git a/.gitignore b/.gitignore
index 817193a..6685db9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,3 +51,4 @@ intltool-*
 Rules-quot
 *.exe
 *.csv
+build/
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index 41804eb..50224c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,30 @@
-libzakformcgi (0.0.1-1~1.gbpcc7c43) UNRELEASED; urgency=medium
+libzakformcgi (0.0.1-1~2.gbp8ba02f) UNRELEASED; urgency=medium
 
-  ** SNAPSHOT build @cc7c43e0ce6d982bf56507ce89c75f7f44d61d6a **
+  ** SNAPSHOT build @8ba02f58feca04d66fe2fa89339049c9044631ca **
 
   [ Andrea Zagli ]
   * Initial release
 
   [ tux ]
 
- -- Andrea Zagli <azagli@libero.it>  Sun, 20 Nov 2016 15:11:41 +0100
+  [ Andrea Zagli ]
+  * Debian pkg: added files.
+  * FormElement doesn't take into account editable property.
+  * Implemented input type radio (closes #1017).
+  * Now ZakFormElement::messages is always not null.
+  * Bugfix to remove label from element.
+  * Added function ZakFormCgiFormElement::render_label.
+  * Added property inline to ZakCgiFormElementRadio.
+  * Added private function ZakFormCgiFormElement::get_ht_label_attrs.
+  * Added properties text and inline to ZakFormCgiFormElementCheck.
+  * Adjustments to checkbox and radio rendering.
+  * Moved from GHashTable to GPtrArray in ZakForCgiFormElementRadio
+  * Setting of long-name on setting label only if it is null.
+  * Started implementation of ElementFile.
+  * Migration to GValue for element value.
+  * Added validator for size and mime type for ZakFormCgiFormElementFile.
+  * Select is not editable with key "disabled".
+
+  [ tux ]
+
+ -- tux <tux@develop64.comune.scandicci.fi.it>  Mon, 22 May 2017 18:20:02 +0200
diff --git a/debian/gbp.conf b/debian/gbp.conf
index e913165..e412b7b 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,5 +1,5 @@
 [buildpackage]
-export-dir=../build_area/sid
+export-dir=./build/sid
 debian-branch=debian/sid
 ignore-new=True
 upstream-tree=BRANCH
diff --git a/debian/libzakformcgi.install b/debian/libzakformcgi.install
index caf03e4..84e1c42 100644
--- a/debian/libzakformcgi.install
+++ b/debian/libzakformcgi.install
@@ -1 +1,2 @@
 usr/lib/*/libzakformcgi*.so.*
+usr/lib/*/libzakform