cpp-d1064d
authorMichael Wagner <michael@wagnertech.de>
Mon, 15 Mar 2021 19:34:42 +0000 (20:34 +0100)
committerMichael Wagner <michael@wagnertech.de>
Mon, 15 Mar 2021 19:34:42 +0000 (20:34 +0100)
debian/eibd.changelog
debian/eibd.control [new file with mode: 0644]
debian/eibd.cp [new file with mode: 0755]
debian/eibd.prebuild
debian/eibd.prepare [new file with mode: 0755]
eibd/configure

index a812b59..61dc255 100644 (file)
@@ -1,3 +1,3 @@
-knxd (0.14-%BUILD%) unstable; urgency=medium
+projects (0.14-%BUILD%) unstable; urgency=medium
   * knxd
  -- Michael Wagner <michael@wagnertech.de>  Thu, 11 Feb 2021 10:00:00 +0100
diff --git a/debian/eibd.control b/debian/eibd.control
new file mode 100644 (file)
index 0000000..ccdb1e1
--- /dev/null
@@ -0,0 +1,10 @@
+Source: projects
+Section: main
+Priority: optional
+Maintainer: Koegler
+Build-Depends: git
+Package: eibd
+Architecture: _DEB_HOST_ARCH
+Description: eibd knx deamon
+
diff --git a/debian/eibd.cp b/debian/eibd.cp
new file mode 100755 (executable)
index 0000000..17f64ca
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/bash
+set -e
+
+cd ../build/bcusdk-0.0.5
+make install
+
index 6578cab..b4b12bf 100755 (executable)
@@ -13,8 +13,9 @@ popd >/dev/null
 
 wget --no-check-certificate http://www.auto.tuwien.ac.at/~mkoegler/eib/bcusdk_0.0.5.tar.gz
 tar xf bcusdk_0.0.5.tar.gz
+cp ~/projects/eibd/configure bcusdk-0.0.5/
 pushd bcusdk-0.0.5
-       ./configure --with-pth=../pthsem-2.0.8 --without-pth-test --enable-onlyeibd --enable-eibnetip --enable-eibnetiptunnel --enable-eibnetipserver --enable-tpuarts
+       ./configure --with-pth=subdir:$HOME/build/pthsem-2.0.8 --without-pth-test --enable-onlyeibd --enable-eibnetip --enable-eibnetiptunnel --enable-eibnetipserver --enable-tpuarts --prefix=$HOME/projects/debian/tmp/usr
 popd >/dev/null
 
 
diff --git a/debian/eibd.prepare b/debian/eibd.prepare
new file mode 100755 (executable)
index 0000000..6fbcfe6
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/bash
+set -e
+
+# override package version
+echo "version=0.0.5" >> debian/setenv.sh
+
index b835ad1..6afea0c 100755 (executable)
@@ -15933,8 +15933,11 @@ if test ".$with_pth" != .no; then
         if test ".$_pth_subdir" = .yes; then
             _pth_location="$with_pth"
             _pth_type='local'
+#mjm
             _pth_cppflags="-I$with_pth"
             _pth_cflags="-I$with_pth"
+#            _pth_cppflags="-isystem$with_pth"
+#            _pth_cflags="-isystem$with_pth"
             if test -f "$with_pth/ltconfig"; then
                 _pth_ldflags="-L$with_pth/.libs"
             else