[Pkg-sdl-commits] [sdl-stretch] 01/02: Fix partially empty path in test executable
Manuel A. Fernandez Montecelo
mafm at moszumanska.debian.org
Tue Nov 7 21:14:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
mafm pushed a commit to annotated tag debian/0.3.1-10
in repository sdl-stretch.
commit 4597357bcd31eb49f1f78a8360ed82929d5bdedb
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date: Tue Nov 7 22:09:24 2017 +0100
Fix partially empty path in test executable
---
debian/changelog | 6 ++++++
debian/tests/compile-libsdl-stretch-test0 | 5 +++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ded8aa0..259e704 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sdl-stretch (0.3.1-10) UNRELEASED; urgency=medium
+
+ * Fix partially empty path in test executable
+
+ -- Manuel A. Fernandez Montecelo <mafm at debian.org> Tue, 07 Nov 2017 22:02:56 +0100
+
sdl-stretch (0.3.1-9) unstable; urgency=medium
* Fix lintian error: pkg-config-bad-directive
diff --git a/debian/tests/compile-libsdl-stretch-test0 b/debian/tests/compile-libsdl-stretch-test0
index 08e3d7c..501e993 100644
--- a/debian/tests/compile-libsdl-stretch-test0
+++ b/debian/tests/compile-libsdl-stretch-test0
@@ -8,12 +8,13 @@
set -e
-DST_BINARY="$WORKDIR"/compile-libsdl-stretch-test0-exec
-
WORKDIR=$(mktemp -d)
trap "rm -rf $WORKDIR" 0 INT QUIT ABRT PIPE TERM
#cd $WORKDIR
+DST_BINARY="$WORKDIR"/compile-libsdl-stretch-test0-exec
echo "PWD: ${PWD}"
+echo "WORKDIR: ${WORKDIR}"
+echo "DST_BINARY: ${DST_BINARY}"
# compile
gcc -o "$DST_BINARY" debian/tests/compile-libsdl-stretch-test0.c $(pkg-config --cflags --libs SDL_stretch sdl)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/sdl-stretch.git
More information about the pkg-sdl-commits
mailing list