[python-debian/master 2/4] Fix lintian warnings

John Wright jsw at debian.org
Sun Mar 14 10:57:45 UTC 2010


I had accidentally used "<" instead of "<<" in a Conflicts line.  Also,
lintian complained that we were using debhelper but not depending on
${misc:Depends}, so I fixed that.
---
 debian/control |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 7fc528f..7983122 100644
--- a/debian/control
+++ b/debian/control
@@ -16,11 +16,11 @@ Vcs-Git: git://git.debian.org/git/pkg-python-debian/python-debian.git
 
 Package: python-debian
 Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
 Recommends: python-apt
 Suggests: gpgv
 Provides: python-deb822
-Conflicts: python-deb822, python-apt (< 0.7.94~)
+Conflicts: python-deb822, python-apt (<< 0.7.94~)
 Replaces: python-deb822
 Description: Python modules to work with Debian-related data formats
  This package provides Python modules that abstract many formats of Debian 
-- 
1.6.3.3





More information about the pkg-python-debian-commits mailing list