[SCM] kiten packaging branch, master, updated. debian/4.14.0-1-22-g84644c0

Maximiliano Curia maxy at moszumanska.debian.org
Tue Feb 24 15:57:30 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kiten.git;a=commitdiff;h=2b15771

The following commit has been merged in the master branch:
commit 2b15771edcad78408731b9ef1c130e738428b2e5
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Wed Feb 18 22:27:28 2015 +0100

    acc test, avoid calling sed if there is no in file
---
 debian/tests/acc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/tests/acc b/debian/tests/acc
index f8dc629..85b5b21 100755
--- a/debian/tests/acc
+++ b/debian/tests/acc
@@ -3,6 +3,9 @@
 DEB_HOST_MULTIARCH=$(dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 for in_file in debian/*.acc.in; do
+    if ! [ -e "$in_file" ]; then
+        continue
+    fi
     out_file=${in_file%.in}
     sed 's/@@DEB_HOST_MULTIARCH@@/'"${DEB_HOST_MULTIARCH}"'/' \
         "${in_file}" > "${out_file}"

-- 
kiten packaging



More information about the pkg-kde-commits mailing list