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

[SCM] Debian package checker branch, master, updated. 2.4.3-211-gacbe42b



The following commit has been merged in the master branch:
commit e5d84ad9dd28a844c57088cff49f45a5a84cb623
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Jan 30 22:41:11 2011 +0100

    Corrected some tests due to the new python-support dependency check

diff --git a/t/tests/files-python-modules/debian/debian/control.in b/t/tests/shared-libs-la-files/debian/debian/control.in
similarity index 82%
copy from t/tests/files-python-modules/debian/debian/control.in
copy to t/tests/shared-libs-la-files/debian/debian/control.in
index 1b72861..da1368a 100644
--- a/t/tests/files-python-modules/debian/debian/control.in
+++ b/t/tests/shared-libs-la-files/debian/debian/control.in
@@ -1,13 +1,13 @@
 Source: {$srcpkg}
 Priority: extra
-Section: python
+Section: devel
 Maintainer: {$author}
 Standards-Version: {$standards_version}
 Build-Depends: debhelper (>= 7.0.50~)
 
-Package: python-foo
+Package: {$srcpkg}
 Architecture: all
-Depends: $\{misc:Depends\},
+Depends: $\{misc:Depends\}, python-support (>= 0.90)
 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
diff --git a/testset/filenames/debian/control b/testset/filenames/debian/control
index 96c9565..b6e6015 100644
--- a/testset/filenames/debian/control
+++ b/testset/filenames/debian/control
@@ -4,7 +4,7 @@ Standards-Version: 3.1.1
 
 Package: filenames
 Architecture: all
-Depends: test
+Depends: test, python-support
 Description: see how lintian reacts to weird filenames
  This package contains files with the most evil names I could find,
  except for ones that lintian is explicitly not designed to handle.

-- 
Debian package checker


Reply to: