[SCM] pkg-kde-dev-scripts packaging branch, master, updated. 82f5144ef9da78320e49b72d87666a7ec52ac4be

José Manuel Santamaría Lema santa-guest at alioth.debian.org
Wed Dec 7 18:44:37 UTC 2011


The following commit has been merged in the master branch:
commit f37e97b6ab61c66c01af9bd2d92cf202bcd044d8
Author: José Manuel Santamaría Lema <panfaust at gmail.com>
Date:   Wed Dec 7 19:36:40 2011 +0100

    Comment out kde-l10n for know.
---
 build-source-packages |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/build-source-packages b/build-source-packages
index 620bbf0..d8f24c0 100755
--- a/build-source-packages
+++ b/build-source-packages
@@ -14,13 +14,13 @@ for i in $(find . -maxdepth 1 -type d ! -name . ! -name kde-l10n); do
 done;
 
 #kde-l10n is special
-cd kde-l10n;	
-	git clean -xdff &> /dev/null;
-	debian/upstream2orig ../kde-l10n_*orig*.tar.bz2
-	echo "Building source package in ./kde-l10n";
-	debuild --no-lintian -us -uc -S -sa &>/dev/null;
-cd - > /dev/null;
-rmdir kde-l10n_*.orig
+#cd kde-l10n;	
+#	git clean -xdff &> /dev/null;
+#	debian/upstream2orig ../kde-l10n_*orig*.tar.bz2
+#	echo "Building source package in ./kde-l10n";
+#	debuild --no-lintian -us -uc -S -sa &>/dev/null;
+#cd - > /dev/null;
+#rmdir kde-l10n_*.orig
 
 # Check if something failed
 for i in $(find . -maxdepth 1 -type d ! -name .); do

-- 
pkg-kde-dev-scripts packaging



More information about the pkg-kde-commits mailing list