[SCM] Debian Qt/KDE packaging tools branch, experimental, updated. master/0.4.2-9-ga96bd7f

Modestas Vainius modax-guest at alioth.debian.org
Sat Apr 11 14:05:25 UTC 2009


The following commit has been merged in the experimental branch:
commit a96bd7fb5662b95b8f6dd6b99760e9c1a4b5f7c2
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Sat Apr 11 17:00:28 2009 +0300

    Shorten too long line in the dh_sameversiondep POD.
    
    Signed-off-by: Modestas Vainius <modestas at vainius.eu>

diff --git a/debian/changelog b/debian/changelog
index 6612593..2459a6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ pkg-kde-tools (0.4.6) experimental; urgency=low
     - dump postprocessed symbols.
   * Switch to named parameters for *_min_version() subs.
   * Bump Standards-Version to 3.8.1 (no changes).
+  * Fix dh_sameversiondep POD page (lintian warning).
 
- -- Modestas Vainius <modestas at vainius.eu>  Sat, 11 Apr 2009 16:49:15 +0300
+ -- Modestas Vainius <modestas at vainius.eu>  Sat, 11 Apr 2009 16:51:06 +0300
 
 pkg-kde-tools (0.4.5) experimental; urgency=low
 
diff --git a/dh_sameversiondep b/dh_sameversiondep
index 337d392..601fc20 100755
--- a/dh_sameversiondep
+++ b/dh_sameversiondep
@@ -79,26 +79,26 @@ Enhances or Pre-Depends field of any binary package. The field, which the
 substvar appears in, becomes the default I<dependency type> for that substvar.
 B<sameVersionDep> should be formatted as follows (everything is case sensitive):
 
-S<< ${B<sameVersionDep>:I<dependency package>[[:I<reference package>]-I<dependency type>]} >>
+S<< ${B<sameVersionDep>:I<dependency>[[:I<reference>]-I<dependency type>]} >>
 
 =over 4
 
-=item I<dependency package> (mandatory)
+=item I<dependency> (mandatory)
 
 The name of the package which you want to add as a dependency.
 
-=item I<reference package> (optional)
+=item I<reference> (optional)
 
 The name of the package which dependencies are to be intersected with the
-dependencies of the I<dependency package>. Defaults to the first package in
+dependencies of the I<dependency> package. Defaults to the first package in
 debian/control if ommited.
 
 =item I<dependency type> (optional)
 
 Can be either Depends, Recommends, Suggests, Enhances or Pre-Depends. Defaults
 to the name of the field which the substvar was found in. Specifies which type
-of dependencies to consider when analyzing I<dependency package> and
-I<reference package>.
+of dependencies to consider when analyzing I<dependency> package and
+I<reference> package.
 
 =back
 

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list