[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.6.5-6-g4e4605e

Modestas Vainius modax at alioth.debian.org
Sun Feb 21 11:02:48 UTC 2010


The following commit has been merged in the master branch:
commit 28903fcdb879e53599439babab03524678809801
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Sat Feb 20 21:49:10 2010 +0200

    pkgkde-deb2symbols: be quiet when dumping symbol file.
---
 debian/changelog                  |    1 +
 symbolshelper/pkgkde-debs2symbols |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1bde008..3dd72ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ pkg-kde-tools (0.6.6~pre1) UNRELEASED; urgency=low
   * Use new Dpkg::IPC::spawn() rather than Dpkg::IPC::fork_and_exec() in the
     code.
   * Update code stolen from dpkg-dev to current git master.
+  * pkgkde-deb2symbols: be quiet when dumping symbol file.
 
  -- Modestas Vainius <modax at debian.org>  Fri, 19 Feb 2010 20:30:09 +0200
 
diff --git a/symbolshelper/pkgkde-debs2symbols b/symbolshelper/pkgkde-debs2symbols
index dcce168..dc02a71 100755
--- a/symbolshelper/pkgkde-debs2symbols
+++ b/symbolshelper/pkgkde-debs2symbols
@@ -72,7 +72,7 @@ dump_symbols() {
 	outfile="${package}_${arch}"
 	info2 "[$arch] Dumping symbol file as $outfile ..."
 	pkgkde-gensymbols "-p$package" "-P$tmpdir" "-v$version" "-a$arch" \
-	    -c0 -I/dev/null "-O$outdir/$outfile"
+	    -c0 -q -I/dev/null "-O$outdir/$outfile"
     fi
 }
 

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list