Message ID | 20210618114107.113029-1-colin.king@canonical.com |
---|---|
State | Superseded |
Headers | show |
Series | Debian: update to more modern compat, standards-version and debhelper versions | expand |
On 18/06/2021 12:41, Colin King wrote: > From: Colin Ian King <colin.king@canonical.com> > > Since we are dropping support for Xenial update the Debian > compat to version 9, Standards-Version to 4.1.0 and debhelper > version to 11 or more to match the more modern versions found > in Bionic. > > Signed-off-by: Colin Ian King <colin.king@canonical.com> > --- > debian/compat | 2 +- > debian/control | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/debian/compat b/debian/compat > index 45a4fb75..ec635144 100644 > --- a/debian/compat > +++ b/debian/compat > @@ -1 +1 @@ > -8 > +9 > diff --git a/debian/control b/debian/control > index fda94c47..7401420e 100644 > --- a/debian/control > +++ b/debian/control > @@ -3,8 +3,8 @@ Section: devel > Priority: optional > Maintainer: Firmware Testing Team <fwts-devel@lists.ubuntu.com> > Uploaders: Colin King <colin.king@ubuntu.com>, Alex Hung <alex.hung@canonical.com>, Ivan Hu <ivan.hu@canonical.com> > -Standards-Version: 3.9.7 > -Build-Depends: debhelper (>= 9~), > +Standards-Version: 4.1.0 > +Build-Depends: debhelper (>= 11~), > autoconf, > automake, > libtool, > I'll send a correct update for this later.
diff --git a/debian/compat b/debian/compat index 45a4fb75..ec635144 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index fda94c47..7401420e 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Section: devel Priority: optional Maintainer: Firmware Testing Team <fwts-devel@lists.ubuntu.com> Uploaders: Colin King <colin.king@ubuntu.com>, Alex Hung <alex.hung@canonical.com>, Ivan Hu <ivan.hu@canonical.com> -Standards-Version: 3.9.7 -Build-Depends: debhelper (>= 9~), +Standards-Version: 4.1.0 +Build-Depends: debhelper (>= 11~), autoconf, automake, libtool,