diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-04 17:25:36 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-04 17:25:36 +0000 |
commit | cf4875c61a3ddacb6dce4921a259eccf90072111 (patch) | |
tree | dadefe67f691136df7033a3f4e9bff0cee8dec28 | |
parent | 142a8e255a3f6b25793fe34cd2b91ac3600735fd (diff) |
Fixed Build-depend: debhelper >= 8 (and not >> 8)
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 3cd44c5..d4e64b5 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: web Priority: optional Maintainer: Xavier Roche <roche@httrack.com> Standards-Version: 3.9.4 -Build-Depends: debhelper (>> 8), zlib1g-dev, libssl-dev, autotools-dev, autoconf, automake1.9, libtool +Build-Depends: debhelper (>= 8), zlib1g-dev, libssl-dev, autotools-dev, autoconf, automake1.9, libtool Homepage: http://www.httrack.com Package: httrack |