diff --git a/debian/changelog b/debian/changelog index 6801f548fcaea1cf9d28c408ad74311fadfa4473..02daf1cc14608ca0bbf0fcc11f49d214cc3f78ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 * d/control diff --git a/debian/extra/prepare-commit-package.sh b/debian/extra/prepare-commit-package.sh index cd4bcfe256dc2b225b8a30ed5b76c742ab077f19..7265c361aefbd98f1b5d689f5a9cfed0db3fa393 100755 --- a/debian/extra/prepare-commit-package.sh +++ b/debian/extra/prepare-commit-package.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 2020, Ryan Pavlik <ryan@ryanpavlik.com> +# Copyright 2020-2021, Ryan Pavlik <ryan@ryanpavlik.com> # SPDX-License-Identifier: CC0-1.0 # 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 export PKG_REVISION else - PKG_REVISION=1~ci$(date --utc "+%Y%m%d") + PKG_REVISION=1~bpo11~ci$(date --utc "+%Y%m%d") export PKG_REVISION fi