fix: update maintainer information in changelog, control, and build scripts

This commit is contained in:
Lloyd
2026-05-21 12:47:54 +01:00
parent b464fa8593
commit 22b39e5715
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ pymc-repeater (1.0.5~dev0) unstable; urgency=medium
* Development build from git commit 7112da9
* Version: 1.0.5.post0
-- Lloyd <lloyd@rightup.co.uk> Tue, 30 Dec 2025 12:55:47 +0000
-- Rightup Tue, 30 Dec 2025 12:55:47 +0000
+1 -1
View File
@@ -1,7 +1,7 @@
Source: pymc-repeater
Section: net
Priority: optional
Maintainer: Lloyd <lloyd@rightup.co.uk>
Maintainer: Rightup <rightup@pymc.dev>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
+1 -1
View File
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "pymc_repeater"
dynamic = ["version"]
authors = [
{name = "Lloyd", email = "lloyd@rightup.co.uk"},
{name = "Rightup", email = "rightup@pymc.dev"},
]
description = "PyMC Repeater Daemon"
readme = "README.md"
+1 -1
View File
@@ -74,7 +74,7 @@ pymc-repeater ($DEBIAN_VERSION) unstable; urgency=medium
* Development build from git commit $(git rev-parse --short HEAD)
* Version: $VERSION
-- Lloyd <lloyd@rightup.co.uk> $CHANGELOG_DATE
-- Rightup <rightup@pymc.dev> $CHANGELOG_DATE
EOF
log_info "Changelog updated with version $DEBIAN_VERSION"
+1 -1
View File
@@ -112,7 +112,7 @@ pymc-repeater ($DEBIAN_VERSION) stable; urgency=medium
* Git tag: $TAG
* Commit: $(git rev-parse --short HEAD)
-- Lloyd <lloyd@rightup.co.uk> $CHANGELOG_DATE
-- Rightup <rightup@pymc.dev> $CHANGELOG_DATE
EOF
log_info "Changelog updated with version $DEBIAN_VERSION"