mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-04 06:06:17 +00:00
Update from main packaging tree
This commit is contained in:
parent
82932c874a
commit
c0c3f22518
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -1,3 +1,11 @@
|
||||||
|
monado (21.0.0~dfsg1-2~bpo11+1) bullseye-backports; urgency=medium
|
||||||
|
|
||||||
|
* Rebuild for bullseye-backports.
|
||||||
|
* d/control: Update for backport.
|
||||||
|
* d/gbp.conf: Update for backport
|
||||||
|
|
||||||
|
-- Ryan Pavlik <ryan@ryanpavlik.com> Tue, 26 Oct 2021 17:04:56 -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/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>
|
# Copyright 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~bpo11~ci$(date --utc "+%Y%m%d")
|
||||||
export PKG_REVISION
|
export PKG_REVISION
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue