*.exe
*.csv
*.gir
-*.typelib
\ No newline at end of file
+*.typelib
+build/
\ No newline at end of file
-libzakformgtk (0.0.1-1~1.gbp745740) UNRELEASED; urgency=medium
+libzakformgtk (0.0.1-1~3.gbp114e75) UNRELEASED; urgency=medium
- ** SNAPSHOT build @745740d9765d79c15516bd8295ebcd16634bc589 **
+ ** SNAPSHOT build @114e75d718c2927a0a74865a73ebdb04acc7b83c **
[ Andrea Zagli ]
* Initial release
[ tux ]
- -- Andrea Zagli <azagli@libero.it> Sun, 29 May 2016 11:44:29 +0200
+ [ Andrea Zagli ]
+ * Debian pkg: updates from master.
+ * Migration to GValue for element value.
+ * Bugfix: wrong value test.
+ * Enabled gir.
+ * Typo from previous commit.
+ * Make public function ZakFormElement::xml_parsing.
+ * Use of ZakUtils::string_to_boolean in ZakFormGtkFormElementCheck::set_value.
+
+ [ tux ]
+
+ -- tux <tux@develop64.example.tst> Sat, 24 Jun 2017 11:42:46 +0200
Source: libzakformgtk
Priority: optional
Maintainer: Andrea Zagli <azagli@libero.it>
-Build-Depends: debhelper (>=9), libzakutils-dev, intltool, pkg-config, gtk-doc-tools, libzakform-dev, libgtk-3-dev
+Build-Depends: debhelper (>=9), libzakutils-dev, intltool, pkg-config, gtk-doc-tools, gobject-introspection, libgirepository1.0-dev, libzakform-dev, libgtk-3-dev
Standards-Version: 3.9.8
Section: libs
Homepage: https://saetta.ns0.it
[buildpackage]
-export-dir=../build_area/wheezy
+export-dir=./build/wheezy
debian-branch=debian/wheezy
ignore-new=True
upstream-tree=BRANCH
-upstream-branch=master
+upstream-branch=develop
force-create=True
export=WC
dist=wheezy
usr/include/*
usr/lib/*/lib*.so
usr/lib/*/pkgconfig/*
+usr/share/gir-1.0/*
\ No newline at end of file
usr/lib/*/lib*.so.*
-usr/lib/*/libzakform
\ No newline at end of file
+usr/lib/*/libzakform
+usr/lib/*/girepository-1.0/*
\ No newline at end of file
export DEB_CFLAGS_MAINT_STRIP = -Werror=format-security
+export DEB_CPPFLAGS_MAINT_STRIP = -Werror=format-security
+export DEB_CXXFLAGS_MAINT_STRIP = -Werror=format-security
%:
override_dh_auto_configure:
NOCONFIGURE="X" ./autogen.sh
- dh_auto_configure
+ dh_auto_configure -- --enable-introspection
override_dh_auto_install:
$(MAKE) DESTDIR=$$(pwd)/debian/tmp prefix=/usr install