Branch: master

cbb5b5ca 2019-07-06 13:15:16 Slávek Banko
DEB smartcardauth: Switch to cmake.

Signed-off-by: Slávek Banko <slavek.banko@...>
M debian/_base/applications/smartcardauth/debian/control
M debian/_base/applications/smartcardauth/debian/rules
M ubuntu/_base/applications/smartcardauth/debian/control
M ubuntu/_base/applications/smartcardauth/debian/rules

debian/_base/applications/smartcardauth/debian/control

diff --git a/debian/_base/applications/smartcardauth/debian/control b/debian/_base/applications/smartcardauth/debian/control
index 0e7a8c5..be0ac51 100644
--- a/debian/_base/applications/smartcardauth/debian/control
+++ b/debian/_base/applications/smartcardauth/debian/control
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Timothy Pearson <kb9vqf@...>
 Uploaders: Timothy Pearson <kb9vqf@...>
-Build-Depends: debhelper (>= 7.0.50~), cdbs, libpcsclite1, libpcsc-perl, libpar-packer-perl, libdb-dev (>= 4.7), libpam0g-dev, libpkcs11-helper1-dev, libgnutls-dev | libgnutls28-dev | libgnutls30-dev, libkrb5-dev, libtqtinterface-dev
+Build-Depends: debhelper (>= 7.0.50~), cdbs, quilt, cmake, libpkcs11-helper1-dev, libgnutls-dev | libgnutls28-dev | libgnutls30-dev
 Standards-Version: 3.8.4
 
 Package: smartcardauth

debian/_base/applications/smartcardauth/debian/rules

diff --git a/debian/_base/applications/smartcardauth/debian/rules b/debian/_base/applications/smartcardauth/debian/rules
index fb1fa68..b51d7e7 100755
--- a/debian/_base/applications/smartcardauth/debian/rules
+++ b/debian/_base/applications/smartcardauth/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
-include /usr/share/cdbs/1/class/makefile.mk
+
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/cmake.mk
 
 DEB_BUILD_OPTIONS := nostrip
 export DEB_BUILD_OPTIONS = debug nostrip
@@ -14,3 +15,13 @@
                                && echo xz || echo bzip2)
 
 DEB_DH_SHLIBDEPS_ARGS_ALL=--dpkg-shlibdeps-params=--ignore-missing-info
+
+DEB_CMAKE_EXTRA_FLAGS := \
+ -DCMAKE_INSTALL_PREFIX="/usr" \
+ -DCONFIG_INSTALL_DIR="/etc/trinity" \
+ -DSYSCONF_INSTALL_DIR="/etc" \
+ -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_VERBOSE_MAKEFILE="ON" \
+ -DCMAKE_SKIP_RPATH="OFF" \
+ -DWITH_ALL_OPTIONS="ON"

ubuntu/_base/applications/smartcardauth/debian/control

diff --git a/ubuntu/_base/applications/smartcardauth/debian/control b/ubuntu/_base/applications/smartcardauth/debian/control
index 0e7a8c5..be0ac51 100644
--- a/ubuntu/_base/applications/smartcardauth/debian/control
+++ b/ubuntu/_base/applications/smartcardauth/debian/control
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Timothy Pearson <kb9vqf@...>
 Uploaders: Timothy Pearson <kb9vqf@...>
-Build-Depends: debhelper (>= 7.0.50~), cdbs, libpcsclite1, libpcsc-perl, libpar-packer-perl, libdb-dev (>= 4.7), libpam0g-dev, libpkcs11-helper1-dev, libgnutls-dev | libgnutls28-dev | libgnutls30-dev, libkrb5-dev, libtqtinterface-dev
+Build-Depends: debhelper (>= 7.0.50~), cdbs, quilt, cmake, libpkcs11-helper1-dev, libgnutls-dev | libgnutls28-dev | libgnutls30-dev
 Standards-Version: 3.8.4
 
 Package: smartcardauth

ubuntu/_base/applications/smartcardauth/debian/rules

diff --git a/ubuntu/_base/applications/smartcardauth/debian/rules b/ubuntu/_base/applications/smartcardauth/debian/rules
index fb1fa68..b51d7e7 100755
--- a/ubuntu/_base/applications/smartcardauth/debian/rules
+++ b/ubuntu/_base/applications/smartcardauth/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
-include /usr/share/cdbs/1/class/makefile.mk
+
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/cmake.mk
 
 DEB_BUILD_OPTIONS := nostrip
 export DEB_BUILD_OPTIONS = debug nostrip
@@ -14,3 +15,13 @@
                                && echo xz || echo bzip2)
 
 DEB_DH_SHLIBDEPS_ARGS_ALL=--dpkg-shlibdeps-params=--ignore-missing-info
+
+DEB_CMAKE_EXTRA_FLAGS := \
+ -DCMAKE_INSTALL_PREFIX="/usr" \
+ -DCONFIG_INSTALL_DIR="/etc/trinity" \
+ -DSYSCONF_INSTALL_DIR="/etc" \
+ -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_VERBOSE_MAKEFILE="ON" \
+ -DCMAKE_SKIP_RPATH="OFF" \
+ -DWITH_ALL_OPTIONS="ON"