[SCM] pkg-kde-dev-scripts packaging branch, master, updated. 717b9a23247dbbc2b1d3179565e03890bcf68246

José Manuel Santamaría Lema santa-guest at alioth.debian.org
Thu Dec 8 16:58:37 UTC 2011


The following commit has been merged in the master branch:
commit 717b9a23247dbbc2b1d3179565e03890bcf68246
Author: José Manuel Santamaría Lema <panfaust at gmail.com>
Date:   Thu Dec 8 17:57:41 2011 +0100

    Comment out the uncompressing part for now.
---
 build-source-packages |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/build-source-packages b/build-source-packages
index 94be929..cff9cb3 100755
--- a/build-source-packages
+++ b/build-source-packages
@@ -3,11 +3,11 @@
 for i in $(find . -maxdepth 1 -type d ! -name . ! -name kde-l10n); do
 	cd $i;
 	git clean -xdff &> /dev/null;
-	for j in $(ls .$i*.orig*.tar.*); do
-		echo "Uncompressing $j";
-		tar -xzf $j --strip=1 &>/dev/null || \
-			tar -xjf $j --strip=1 &>/dev/null;
-	done;
+#	for j in $(ls .$i*.orig*.tar.*); do
+#		echo "Uncompressing $j";
+#		tar -xzf $j --strip=1 &>/dev/null || \
+#			tar -xjf $j --strip=1 &>/dev/null;
+#	done;
 	echo "Building source package in $i";
 	debuild --no-lintian -us -uc -S;
 	cd - > /dev/null;

-- 
pkg-kde-dev-scripts packaging



More information about the pkg-kde-commits mailing list