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

[SCM] Debian package checker branch, master, updated. 2.5.3-232-gd07e525



The following commit has been merged in the master branch:
commit d07e52599b1b1f22b27c5371d6ced0def9de5072
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Nov 20 17:58:08 2011 +0100

    Added file missing in last commit
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/t/tests/manpages-dependencies/debian/debian/control.in b/t/tests/rules-missing-targets/debian/debian/control.in
similarity index 81%
copy from t/tests/manpages-dependencies/debian/debian/control.in
copy to t/tests/rules-missing-targets/debian/debian/control.in
index cfd4133..7c2832e 100644
--- a/t/tests/manpages-dependencies/debian/debian/control.in
+++ b/t/tests/rules-missing-targets/debian/debian/control.in
@@ -1,22 +1,22 @@
 Source: {$srcpkg}
 Priority: extra
-Section: devel
+Section: {$section}
 Maintainer: {$author}
 Standards-Version: {$standards_version}
 Build-Depends: debhelper (>= 7.0.50~)
 
-Package: pecho
-Architecture: all
-Depends: $\{misc:Depends\}, pecho-data
+Package: {$srcpkg}
+Architecture: any
+Depends: $\{misc:Depends\}, {$srcpkg}-data
 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
  things.  It should not be installed like a regular package.  It may
  be an empty package.
 
-Package: pecho-data
+Package: {$srcpkg}-data
 Architecture: all
-Depends: $\{misc:Depends\}
+Depends: $\{misc:Depends\},
 Description: {$description} - data
  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: