[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:46:58 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=4441dd1
The following commit has been merged in the master branch:
commit 4441dd177eec3393646e4fde7c711a3823a8d8a6
Author: Robin Mills <robin at clanmills.com>
Date: Sun Sep 18 13:24:55 2016 +0000
#1109 Working in Progress on MinGW/32 daily build.
---
contrib/buildserver/cmake_daily.sh | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/contrib/buildserver/cmake_daily.sh b/contrib/buildserver/cmake_daily.sh
index a78eaab..1c02ba5 100755
--- a/contrib/buildserver/cmake_daily.sh
+++ b/contrib/buildserver/cmake_daily.sh
@@ -3,6 +3,8 @@
##
# cmake_daily.sh
##
+PATH="$PATH:/usr/local/bin/"
+
source $(find . -name buildserver.library)
##
@@ -153,10 +155,8 @@ testBuild()
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
make samples
- mkdir -p "$dist/samples"
- cp samples/* "$dist/samples"
- mkdir -p "$dist/bin"
- cp bin/*.exe "$dist/bin"
+ mkdir -p "$dist/bin"
+ cp bin/*.exe "$dist/bin"
# copy bin lib include to dist
for d in bin lib include; do
@@ -253,6 +253,8 @@ if [ "$result" == "0" ]; then
# add documentation and samples to dist
cat contrib/buildserver/dailyReadMe.txt | sed -E -e "s/__BUILD__/$zip/" > "$build/dist/ReadMe.txt"
+ mkdir -p "$dist/samples/"
+ cp samples/* "$dist/samples/"
# create the bundle
pushd "$build" > /dev/null
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list