diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-03 13:33:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-03 13:33:12 -0400 |
commit | 52a4b236e723284fb3d9326e8b22cf8d22f6d65e (patch) | |
tree | 15a2c52391279b68b1a7257bd5f670127d341466 | |
parent | 94d4b37dbeb6e6a8b65244530b40b2a6edc911e6 (diff) | |
download | pristine-tar-52a4b236e723284fb3d9326e8b22cf8d22f6d65e.tar.gz pristine-tar-52a4b236e723284fb3d9326e8b22cf8d22f6d65e.tar.bz2 pristine-tar-52a4b236e723284fb3d9326e8b22cf8d22f6d65e.zip |
debhelper v9
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 59e0b7f..93fe75b 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: pristine-tar Section: utils Priority: optional -Build-Depends: debhelper (>= 7.0.50), dpkg-dev (>= 1.9.0), zlib1g-dev, perl +Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.9.0), zlib1g-dev, perl Maintainer: Joey Hess <joeyh@debian.org> Standards-Version: 3.9.3 Vcs-Git: git://git.kitenet.net/pristine-tar/ |