diff options
author | Joey Hess <joey@kitenet.net> | 2012-01-15 14:53:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-01-15 14:53:38 -0400 |
commit | e3ea5fe938d3b66524336bc74e5efa6242587e78 (patch) | |
tree | 6f67522cff604dfea14c6cdaefe4d4a6e9392dc5 | |
parent | f0c84686b222b29fc8683a5696545033e59684e8 (diff) |
debhelper v9
kills that ugly python message during build
-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 7f8f011eb..ec635144f 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index c292d8295..3f171a11c 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: git-annex Section: utils Priority: optional Build-Depends: - debhelper (>= 7.0.50), + debhelper (>= 9), ghc, libghc-missingh-dev, libghc-hslogger-dev, |