diff options
author | Otto Kekäläinen <otto@mariadb.org> | 2016-07-09 18:51:08 +0300 |
---|---|---|
committer | Otto Kekäläinen <otto@mariadb.org> | 2016-10-27 18:42:15 +0300 |
commit | 148422ef6117e9588ccc78cbb5d4a93248672136 (patch) | |
tree | bedc16620508d6b03fa3d8cd66dadd729988faca | |
parent | be78eec30a881c91d3ccedc4812b3ff0755342b9 (diff) | |
download | mariadb-git-148422ef6117e9588ccc78cbb5d4a93248672136.tar.gz |
MDEV-6284: Bump compat level and define native Debian format
Compat level needs to match the debhelper version in Debian.
Debian wheezy has 9, so there is no need to stay on ancient level 5.
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/patches/series (renamed from debian/patches/00list) | 0 | ||||
-rw-r--r-- | debian/source/format | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/debian/compat b/debian/compat index 7ed6ff82de6..ec635144f60 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +9 diff --git a/debian/patches/00list b/debian/patches/series index 5d090c644f1..5d090c644f1 100644 --- a/debian/patches/00list +++ b/debian/patches/series diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 00000000000..89ae9db8f88 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) |