mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-08-06 17:03:32 +02:00
fix: update maintainer information in changelog, control, and build scripts
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Vendored
+1
-1
@@ -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
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user