[xml/sgml-commit] r2238 - /packages/dbtoepub/trunk/debian/get-orig-source.sh
dleidert at users.alioth.debian.org
dleidert at users.alioth.debian.org
Sun Mar 2 02:27:35 UTC 2014
Author: dleidert
Date: Sun Mar 2 02:27:35 2014
New Revision: 2238
URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=2238
Log:
* debian/get-orig-source.sh: Fixed directory name.
Modified:
packages/dbtoepub/trunk/debian/get-orig-source.sh
Modified: packages/dbtoepub/trunk/debian/get-orig-source.sh
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/dbtoepub/trunk/debian/get-orig-source.sh?rev=2238&op=diff
==============================================================================
--- packages/dbtoepub/trunk/debian/get-orig-source.sh (original)
+++ packages/dbtoepub/trunk/debian/get-orig-source.sh Sun Mar 2 02:27:35 2014
@@ -9,8 +9,8 @@
REAL_TARBALL=`readlink -f ${ORIG_TARBALL}`
WORKING_DIR=`dirname ${ORIG_TARBALL}`
-ORIG_TARBALL_NEW="${WORKING_DIR}/docbook-defguide_${UPSTREAM_VERSION}.orig.tar.gz"
-ORIG_TARBALL_DIR="${WORKING_DIR}/docbook-defguide-${UPSTREAM_VERSION}.orig"
+ORIG_TARBALL_NEW="${WORKING_DIR}/dbtoepub_${UPSTREAM_VERSION}.orig.tar.gz"
+ORIG_TARBALL_DIR="${WORKING_DIR}/dbtoepub-${UPSTREAM_VERSION}.orig"
ORIG_TARBALL_DIR_STRIP=`basename ${ORIG_TARBALL_DIR}`
[ ! -e ${ORIG_TARBALL_DIR} ] || exit 1
More information about the debian-xml-sgml-commit
mailing list