debian/*: Update files for backport

This commit is contained in:
Ryan Pavlik 2021-10-27 10:48:35 -05:00
parent 7dc109346a
commit 30a686af27
5 changed files with 17 additions and 6 deletions

11
debian/changelog vendored
View file

@ -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
* d/control

4
debian/control vendored
View file

@ -34,8 +34,8 @@ Build-Depends: debhelper-compat (= 12),
pandoc <!nodoc>,
pkg-config
Standards-Version: 4.6.0
Vcs-Browser: https://gitlab.freedesktop.org/monado/monado/-/tree/debian/sid
Vcs-Git: https://gitlab.freedesktop.org/monado/monado.git -b debian/sid
Vcs-Browser: https://gitlab.freedesktop.org/monado/monado/-/tree/ubuntu/impish
Vcs-Git: https://gitlab.freedesktop.org/monado/monado.git -b ubuntu/impish
Homepage: https://monado.freedesktop.org/
Rules-Requires-Root: no

View file

@ -1,5 +1,5 @@
#!/bin/sh
# Copyright 2020, Ryan Pavlik <ryan@ryanpavlik.com>
# SPDX-FileCopyrightText: 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~ubuntu2110~ci$(date --utc "+%Y%m%d")
export PKG_REVISION
fi

2
debian/gbp.conf vendored
View file

@ -1,4 +1,4 @@
[DEFAULT]
debian-branch = debian/sid
debian-branch = ubuntu/impish
pristine-tar = True
upstream-branch = master

2
debian/rules vendored
View file

@ -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
include /usr/share/dpkg/architecture.mk