Skip to content
Snippets Groups Projects
Commit c0c3f225 authored by Ryan Pavlik's avatar Ryan Pavlik
Browse files

Update from main packaging tree

parent 82932c87
No related branches found
No related tags found
No related merge requests found
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
......
#!/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 ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment