diff options
author | 2014-07-26 17:52:27 -0400 | |
---|---|---|
committer | 2014-07-26 17:52:27 -0400 | |
commit | 2b4d5767dc58770fc885870b080ff02da8f9d413 (patch) | |
tree | 655ac49fbda10e74100140a526b51f7658c8d126 | |
parent | ea338e78536be29690320f4e43706f10d610c4a0 (diff) | |
download | oblogout-2b4d5767dc58770fc885870b080ff02da8f9d413.tar.bz2 oblogout-2b4d5767dc58770fc885870b080ff02da8f9d413.tar.xz oblogout-2b4d5767dc58770fc885870b080ff02da8f9d413.tar.zst |
d/compat, d/control: Use debhelper compat 9.
-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 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index 82403e1..e427d43 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: oblogout Section: misc Priority: extra Maintainer: Julien Valroff <julien@debian.org> -Build-Depends: debhelper (>= 8), python-distutils-extra +Build-Depends: debhelper (>= 9), python-distutils-extra Standards-Version: 3.9.2 Homepage: http://launchpad.net/oblogout/ Vcs-Git: git://git.kirya.net/debian/oblogout.git |