[SCM] KDE SDK module packaging branch, master, updated. debian/4.6.5-1-7-g7d86012

José Manuel Santamaría Lema santa-guest at alioth.debian.org
Tue Sep 27 22:06:58 UTC 2011


The following commit has been merged in the master branch:
commit 070f69c379aa3b84701d2779a90ea7bfc8ddd274
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Tue Sep 27 16:42:10 2011 +0100

    Fix some problems found by lintian
    
     * I: kdesdk source: binary-control-field-duplicates-source field section in package kdesdk
     * I: kcachegrind-converters: hyphen-used-as-minus-sign usr/share/man/man1/dprof2calltree.1.gz:43
     * I: kcachegrind-converters: hyphen-used-as-minus-sign usr/share/man/man1/dprof2calltree.1.gz:50
     * I: kcachegrind-converters: hyphen-used-as-minus-sign usr/share/man/man1/pprof2calltree.1.gz:41
---
 debian/changelog            |    1 +
 debian/control              |    1 -
 debian/man/dprof2calltree.1 |    4 ++--
 debian/man/pprof2calltree.1 |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dfad278..1b5cae2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ kdesdk (4:4.7.1-0r0) UNRELEASED; urgency=low
   * Update symbols files.
   * Remove kate from built packages.
   * Update installed files.
+  * Fix some problems found by lintian.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 27 Sep 2011 13:26:57 +0100
 
diff --git a/debian/control b/debian/control
index deaf4c2..4694527 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,6 @@ Vcs-Git: git://git.debian.org/pkg-kde/kde-sc/kdesdk.git
 
 Package: kdesdk
 Architecture: all
-Section: kde
 Depends: ${misc:Depends}, cervisia (>= ${source:Version}), kapptemplate (>= ${source:Version}),
 # kbugbuster (>= ${source:Version}),
  kcachegrind (>= ${source:Version}), kdesdk-kio-plugins (>= ${source:Version}) | kdesvn-kio-plugins,
diff --git a/debian/man/dprof2calltree.1 b/debian/man/dprof2calltree.1
index f1e7691..af789cf 100644
--- a/debian/man/dprof2calltree.1
+++ b/debian/man/dprof2calltree.1
@@ -40,14 +40,14 @@ If omitted, the output will be written to file of the form
 If you run a perl script as:
 .PP
 .RS
-perl -d:DProf yourscript.pl
+perl \-d:DProf yourscript.pl
 .RE
 .PP
 then this will write profiling data to Itmon.outP.  You can then
 work with this data in KCachegrind as follows:
 .PP
 .RS
-dprof2calltree -f tmin.out -o cachegrind.out.foo
+dprof2calltree \-f tmin.out \-o cachegrind.out.foo
 .br
 kcachegrind cachegrind.out.foo
 .RE
diff --git a/debian/man/pprof2calltree.1 b/debian/man/pprof2calltree.1
index dc80f91..416d777 100644
--- a/debian/man/pprof2calltree.1
+++ b/debian/man/pprof2calltree.1
@@ -38,7 +38,7 @@ Suppose you profile a script with APD and obtain the pprof trace file
 follows.
 .PP
 .RS
-pprof2calltree -f pprof.12345.1
+pprof2calltree \-f pprof.12345.1
 .br
 kcachegrind cachegrind.out.12345.1
 .RE

-- 
KDE SDK module packaging



More information about the pkg-kde-commits mailing list