Port to Focal.

This commit is contained in:
Ryan Pavlik 2020-05-08 14:58:50 -05:00
parent 3f98b20e79
commit 74e541c011
4 changed files with 5 additions and 5 deletions

4
debian/control vendored
View file

@ -30,8 +30,8 @@ Build-Depends: debhelper-compat (= 12),
libxxf86vm-dev,
pkg-config
Standards-Version: 4.5.0
Vcs-Browser: https://gitlab.freedesktop.org/monado/monado/-/tree/debian/master
Vcs-Git: https://gitlab.freedesktop.org/monado/monado.git -b debian/master
Vcs-Browser: https://gitlab.freedesktop.org/monado/monado/-/tree/ubuntu/focal
Vcs-Git: https://gitlab.freedesktop.org/monado/monado.git -b ubuntu/focal
Homepage: https://monado.freedesktop.org/
Rules-Requires-Root: no

View file

@ -22,7 +22,7 @@ set -e
PKG_REVISION=$2
export PKG_REVISION
else
PKG_REVISION=1~ci$(date --utc "+%Y%m%d")
PKG_REVISION=1~ubuntu20.04~ci$(date --utc "+%Y%m%d")
export PKG_REVISION
fi

2
debian/gbp.conf vendored
View file

@ -1,4 +1,4 @@
[DEFAULT]
debian-branch = debian/master
debian-branch = ubuntu/focal
pristine-tar = True
upstream-branch = master

2
debian/rules vendored
View file

@ -10,7 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all reproducible=+all
# see ENVIRONMENT in dpkg-buildflags(1)
# package maintainers to append LDFLAGS
# Not needed on Bullseye and newer
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%: