Source: libzakform
Priority: optional
-Maintainer: Andrea Zagli <Andrea Zagli <azagli@libero.it>>
-Build-Depends: debhelper (>=9)
+Maintainer: Andrea Zagli <azagli@libero.it>
+Build-Depends: debhelper (>=9), libzakutils-dev, intltool, pkg-config, gtk-doc-tools, libxml2-dev
Standards-Version: 3.9.8
Section: libs
-Homepage: <insert the upstream URL, if relevant>
+Homepage: http://saetta.ns0.it
#Vcs-Git: git://anonscm.debian.org/collab-maint/libzakform.git
#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libzakform.git
Package: libzakform-dev
Section: libdevel
Architecture: any
-Depends: libzakform (= ${binary:Version}), ${misc:Depends}
+Depends: libzakform (= ${binary:Version}), ${misc:Depends}, libzakutils-dev, libxml2-dev
Description: GObject library to manage forms - development files.
GObject library to manage forms, based on plugins.
.
Package: libzakform
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, libzakutils, libxml2
Description: GObject library to manage forms.
GObject library to manage forms, based on plugins.
override_dh_auto_configure:
- ./autogen.sh --prefix=$$(pwd)/debian/tmp/usr
+ NOCONFIGURE="X" ./autogen.sh
+ dh_auto_configure
override_dh_auto_install:
$(MAKE) DESTDIR=$$(pwd)/debian/tmp prefix=/usr install
+
# dh_make generated override targets
# This is example for Cmake (See https://bugs.debian.org/641051 )
#override_dh_auto_configure: