[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.1.2-12-g35e601e



The following commit has been merged in the master branch:
commit 8a6354f7dd0cd7fe1deed27fdf6243259ab76358
Author: Russ Allbery <rra@debian.org>
Date:   Sat Dec 27 11:20:24 2008 -0800

    Fix ${shlibs:Depends} substvar in the test template

diff --git a/t/templates/skel/debian/changelog b/t/templates/skel/debian/changelog
index 03e23fa..fbc262a 100644
--- a/t/templates/skel/debian/changelog
+++ b/t/templates/skel/debian/changelog
@@ -1,3 +1,9 @@
+skel (1.2) unstable; urgency=low
+
+  * ${shlibs:Depends}, not ${shlib:Depends}, in the control template.
+
+ -- Russ Allbery <rra@debian.org>  Sat, 27 Dec 2008 11:19:20 -0800
+
 skel (1.1) unstable; urgency=low
 
   * Expand the default long description to three lines to not trigger
diff --git a/t/templates/skel/debian/control.in b/t/templates/skel/debian/control.in
index 36ee720..440343b 100644
--- a/t/templates/skel/debian/control.in
+++ b/t/templates/skel/debian/control.in
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 7)
 
 Package: {$srcpkg}
 Architecture: {$architecture}
-Depends: $\{shlib:Depends\}, $\{misc:Depends\}
+Depends: $\{shlibs:Depends\}, $\{misc:Depends\}
 Description: {$description}
  This is a test package designed to exercise some feature or tag of
  Lintian.  It is part of the Lintian test suite and may do very odd

-- 
Debian package checker


Reply to: