diff options
author | Varac <varac@leap.se> | 2017-06-22 15:27:04 +0200 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-06-22 15:27:04 +0200 |
commit | 17dd69229cf06610a68c54bda910445e3988e494 (patch) | |
tree | b3afbdedf23546b3fd3d91c21b9f35313beb150b | |
parent | b411c2a244f817d1d36ba285d109befbd9fdf540 (diff) |
Fix lintian error about obsolete Build-dep notation
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b81dccd..ab80b68 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pysqlcipher Maintainer: Ben Carrillo <ben@futeisha.org> Section: python Priority: optional -Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev (>3.2.0-1), debhelper (>= 9) +Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev (>=3.2.0-1), debhelper (>= 9) Standards-Version: 3.9.8 Uploaders: LEAP automated build <sysdev@leap.se> X-Python-Version: >= 2.5 |