mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-22 14:41:47 +00:00
Port to Focal.
This commit is contained in:
parent
3f98b20e79
commit
74e541c011
4
debian/control
vendored
4
debian/control
vendored
|
@ -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
|
||||
|
||||
|
|
2
debian/extra/prepare-commit-package.sh
vendored
2
debian/extra/prepare-commit-package.sh
vendored
|
@ -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
2
debian/gbp.conf
vendored
|
@ -1,4 +1,4 @@
|
|||
[DEFAULT]
|
||||
debian-branch = debian/master
|
||||
debian-branch = ubuntu/focal
|
||||
pristine-tar = True
|
||||
upstream-branch = master
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -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
|
||||
|
||||
|
||||
%:
|
||||
|
|
Loading…
Reference in a new issue