[SCM] Debian packaging for sketch 3D line drawing software branch, master, updated. debian/0.2.183-1-12-g987b56c

David Bremner bremner at unb.ca
Sat Dec 18 14:52:19 UTC 2010


The following commit has been merged in the master branch:
commit 987b56c148b276759fd8136983c1aaa4c4ef85af
Author: David Bremner <bremner at unb.ca>
Date:   Sat Dec 18 10:35:40 2010 -0400

    fix quoting problem

diff --git a/debian/export-patches.sh b/debian/export-patches.sh
index 325d409..c535a27 100644
--- a/debian/export-patches.sh
+++ b/debian/export-patches.sh
@@ -21,7 +21,7 @@ fi
 
 
 if [ -n "$REPO_DIR" ]; then
-    git_dir=\"--git-dir=$REPO_DIR/.git\"
+    git_dir="--git-dir \"$REPO_DIR/.git\""
 else
     # support running as a free-standing script, without gitpkg
     DEB_VERSION="$(dpkg-parsechangelog | sed -rne 's/^Version: ([^:]+:)?//p')"

-- 
Debian packaging for sketch 3D line drawing software



More information about the debian-science-commits mailing list