[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 82f5144ef9da78320e49b72d87666a7ec52ac4be
Author: José Manuel Santamaría Lema <panfaust at gmail.com>
Date:   Wed Dec 7 19:37:49 2011 +0100

    Don't hide the debuild output for now.
    
    Because debuild may ask things like this:
    
    This package has a Debian revision number but there does not seem to be
    an appropriate original tar file or .orig directory in the parent directory;
    (expected one of libkexiv2_4.7.2.orig.tar.gz, libkexiv2_4.7.2.orig.tar.bz2,
    libkexiv2_4.7.2.orig.tar.lzma,  libkexiv2_4.7.2.orig.tar.xz or libkexiv2.orig)
    continue anyway? (y/n)
---
 build-source-packages |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/build-source-packages b/build-source-packages
index d8f24c0..94be929 100755
--- a/build-source-packages
+++ b/build-source-packages
@@ -9,7 +9,7 @@ for i in $(find . -maxdepth 1 -type d ! -name . ! -name kde-l10n); do
 			tar -xjf $j --strip=1 &>/dev/null;
 	done;
 	echo "Building source package in $i";
-	debuild --no-lintian -us -uc -S &>/dev/null;
+	debuild --no-lintian -us -uc -S;
 	cd - > /dev/null;
 done;
 

-- 
pkg-kde-dev-scripts packaging



More information about the pkg-kde-commits mailing list