mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
debian/*: Update files for backport
This commit is contained in:
parent
7dc109346a
commit
30a686af27
11
debian/changelog
vendored
11
debian/changelog
vendored
|
@ -1,3 +1,14 @@
|
||||||
|
monado (21.0.0~dfsg1-2~ubuntu2110~20211027+1) impish; urgency=medium
|
||||||
|
|
||||||
|
* Create branch for backport, updating
|
||||||
|
- d/control
|
||||||
|
- d/gbp.conf
|
||||||
|
- d/rules
|
||||||
|
- d/extra/prepare-commit-package.sh
|
||||||
|
* Rebuild for impish
|
||||||
|
|
||||||
|
-- Ryan Pavlik <ryan@ryanpavlik.com> Wed, 27 Oct 2021 10:39:24 -0500
|
||||||
|
|
||||||
monado (21.0.0~dfsg1-2) unstable; urgency=medium
|
monado (21.0.0~dfsg1-2) unstable; urgency=medium
|
||||||
|
|
||||||
* d/control
|
* d/control
|
||||||
|
|
4
debian/control
vendored
4
debian/control
vendored
|
@ -34,8 +34,8 @@ Build-Depends: debhelper-compat (= 12),
|
||||||
pandoc <!nodoc>,
|
pandoc <!nodoc>,
|
||||||
pkg-config
|
pkg-config
|
||||||
Standards-Version: 4.6.0
|
Standards-Version: 4.6.0
|
||||||
Vcs-Browser: https://gitlab.freedesktop.org/monado/monado/-/tree/debian/sid
|
Vcs-Browser: https://gitlab.freedesktop.org/monado/monado/-/tree/ubuntu/impish
|
||||||
Vcs-Git: https://gitlab.freedesktop.org/monado/monado.git -b debian/sid
|
Vcs-Git: https://gitlab.freedesktop.org/monado/monado.git -b ubuntu/impish
|
||||||
Homepage: https://monado.freedesktop.org/
|
Homepage: https://monado.freedesktop.org/
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
|
|
4
debian/extra/prepare-commit-package.sh
vendored
4
debian/extra/prepare-commit-package.sh
vendored
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Copyright 2020, Ryan Pavlik <ryan@ryanpavlik.com>
|
# SPDX-FileCopyrightText: 2020-2021, Ryan Pavlik <ryan@ryanpavlik.com>
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
# Packages produced this way are for automated use only and shouldn't be uploaded to the Debian archive.
|
# Packages produced this way are for automated use only and shouldn't be uploaded to the Debian archive.
|
||||||
|
@ -22,7 +22,7 @@ set -e
|
||||||
PKG_REVISION=$2
|
PKG_REVISION=$2
|
||||||
export PKG_REVISION
|
export PKG_REVISION
|
||||||
else
|
else
|
||||||
PKG_REVISION=1~ci$(date --utc "+%Y%m%d")
|
PKG_REVISION=1~ubuntu2110~ci$(date --utc "+%Y%m%d")
|
||||||
export PKG_REVISION
|
export PKG_REVISION
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
2
debian/gbp.conf
vendored
2
debian/gbp.conf
vendored
|
@ -1,4 +1,4 @@
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
debian-branch = debian/sid
|
debian-branch = ubuntu/impish
|
||||||
pristine-tar = True
|
pristine-tar = True
|
||||||
upstream-branch = master
|
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)
|
# see ENVIRONMENT in dpkg-buildflags(1)
|
||||||
# package maintainers to append LDFLAGS
|
# package maintainers to append LDFLAGS
|
||||||
# Not needed on Bullseye and newer
|
# Not needed on Bullseye and newer
|
||||||
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||||
|
|
||||||
include /usr/share/dpkg/architecture.mk
|
include /usr/share/dpkg/architecture.mk
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue