[SCM] showq/master: Drop old repacking script.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Nov 4 04:43:32 UTC 2015


The following commit has been merged in the master branch:
commit c1ed7ac96d0959dc417c0dc41d1e5995747a42c5
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Nov 4 05:43:22 2015 +0100

    Drop old repacking script.

diff --git a/debian/debian_README.source b/debian/debian_README.source
deleted file mode 100644
index 0968183..0000000
--- a/debian/debian_README.source
+++ /dev/null
@@ -1,4 +0,0 @@
-The originall tarball was repacked because some improvments from git wasn't released yet.
-
-To retrieve an updated upstream's tarball you can use the script in
-debian/get-git-source.sh.
diff --git a/debian/debian_get-git-source.sh b/debian/debian_get-git-source.sh
deleted file mode 100755
index 9fcd556..0000000
--- a/debian/debian_get-git-source.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-
-BASE_REL=$(dpkg-parsechangelog 2>/dev/null | sed -ne 's/^Version: \(\([0-9]+\)\)\?\(.*\)-.*/\3/p' | sed 's/[+~-].*//') 
-OLDDIR=${PWD}
-GOS_DIR=${OLDDIR}/get-orig-source
-GIT_COMMIT='git log -1 --oneline | cut -d" " -f1'
-GIT_DATE='git log -1 --date=iso | sed -ne "s/Date:\s\+\(.*\).*/\1/p" | cut -d" " -f1 | tr -d "-"'
-
-if [ -z ${BASE_REL} ]; then
-	echo 'Please run this script from the sources root directory.'
-	exit 1
-fi
-
-
-rm -rf ${GOS_DIR}
-mkdir ${GOS_DIR} && cd ${GOS_DIR}
-git clone git://git.berlios.de/showq showq
-cd showq/
-#SHOWQ_GIT_COMMIT=$(eval "${GIT_COMMIT}")
-SHOWQ_GIT_DATE=$(eval "${GIT_DATE}")
-cd .. && tar cfz \
-	${OLDDIR}/showq_${BASE_REL}+git${SHOWQ_GIT_DATE}.orig.tar.gz \
-	showq --exclude=.git --exclude=.gitignore
-rm -rf ${GOS_DIR}

-- 
showq packaging



More information about the pkg-multimedia-commits mailing list