]> saetta.ns0.it Git - zakform/libzakform/commitdiff
Adjustments to debian files. debian/0.0.1-1
authorAndrea Zagli <azagli@libero.it>
Sat, 21 May 2016 13:14:12 +0000 (15:14 +0200)
committerAndrea Zagli <azagli@libero.it>
Sat, 21 May 2016 13:27:03 +0000 (15:27 +0200)
debian/changelog
debian/control
debian/copyright
debian/libzakform-dev.install
debian/libzakform.install
debian/rules

index f3d1a6ea73439bb0ff876bb05252d4909a4c82d3..ab692cab3cbf8eb40b6159354d3fb6bf2e0ede39 100644 (file)
@@ -2,4 +2,4 @@ libzakform (0.0.1-1) UNRELEASED; urgency=medium
 
   * Initial release
 
- -- Andrea Zagli <Andrea Zagli <azagli@libero.it>>  Mon, 23 May 2016 17:28:53 +0200
+ -- Andrea Zagli <azagli@libero.it>  Mon, 23 May 2016 17:28:53 +0200
index a7deb20e04b285a15e89d852590b9e923a0c6d84..43a1eee731bc52599d0923a00e0648adbd97d6e3 100644 (file)
@@ -1,17 +1,17 @@
 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.
  .
@@ -19,6 +19,6 @@ Description: GObject library to manage forms - development files.
 
 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.
index 3a0f5f39f03004294699da05281542e525d3826b..8b54a2b85abf6dbdb11efbea741b6862565da433 100644 (file)
@@ -8,7 +8,7 @@ Copyright: <years> <put author's name and email here>
 License: GPL-2.0+
 
 Files: debian/*
-Copyright: 2016 Andrea Zagli <Andrea Zagli <azagli@libero.it>>
+Copyright: 2016 Andrea Zagli <azagli@libero.it>
 License: GPL-2.0+
 
 License: GPL-2.0+
index 0b8c5d0cb0c959a0d6be8956d53da9b6d31d69ee..7b485bcad28c6ad111e822a6bfe32fd20fdc8192 100644 (file)
@@ -1,5 +1,5 @@
-usr/lib/libzakform.a
-usr/lib/libzakform.la
-usr/lib/pkgconfig/*
+usr/lib/*/libzakform.a
+usr/lib/*/libzakform.la
+usr/lib/*/pkgconfig/*
 usr/include/libzakform*
 usr/share/locale/*
\ No newline at end of file
index 590998116ef64b9db8540211f2f4be820bb59707..44cd8c49eba094eed69b4583ad0850c021568a63 100644 (file)
@@ -1 +1 @@
-usr/lib/libzakform*.so*
\ No newline at end of file
+usr/lib/*/libzakform*.so*
\ No newline at end of file
index d201c817e736020ae965517e66f57cd7933b5c69..dc0ef3dd0533db65381edf2b8af9185b7ae11bab 100755 (executable)
 
 
 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: