diff --git a/debian/changelog b/debian/changelog index d3e9d9474cbc4346e6e412f1893603556f814175..ae633a8f3a9403dbc27f968cf96812a9a680d557 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +python-async-interrupt (1.2.2-1) unstable; urgency=medium + + * New upstream release. + * Moved on GitHub to https://github.com/Bluetooth-Devices/async_interrupt. + * Update Standards-Version. + + -- Edward Betts <edward@4angle.com> Sun, 23 Feb 2025 07:32:12 -0500 + python-async-interrupt (1.2.1-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index f34ed60dc65aaedfa85d196b4c7247353b2b05fe..5ee73cbf09cfe228ffe63791eb75eeece723f3da 100644 --- a/debian/control +++ b/debian/control @@ -15,8 +15,8 @@ Build-Depends-Indep: python3-pytest-asyncio <!nocheck>, python3-pytest-cov <!nocheck>, Rules-Requires-Root: no -Standards-Version: 4.7.0 -Homepage: https://github.com/bdraco/async_interrupt +Standards-Version: 4.7.1 +Homepage: https://github.com/Bluetooth-Devices/async_interrupt Vcs-Browser: https://salsa.debian.org/python-team/packages/python-async-interrupt Vcs-Git: https://salsa.debian.org/python-team/packages/python-async-interrupt.git diff --git a/debian/copyright b/debian/copyright index 6f2c92d502fb6a0fa4939c5ed33cf5f9e52478f7..0c0a8ea75cd9089c844ba757683cf9c7224b5e01 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: async-interrupt Upstream-Contact: J. Nick Koston <nick@koston.org> -Source: https://github.com/bdraco/async_interrupt +Source: https://github.com/Bluetooth-Devices/async_interrupt Files: * Copyright: 2023 J. Nick Koston diff --git a/debian/upstream/metadata b/debian/upstream/metadata index 65ed18f789a9e210095a65986acc1d3a1c534264..cf7450cc31df27383295f6c941fbd2ac3b23c382 100644 --- a/debian/upstream/metadata +++ b/debian/upstream/metadata @@ -1,4 +1,4 @@ -Bug-Database: https://github.com/bdraco/async_interrupt/issues -Bug-Submit: https://github.com/bdraco/async_interrupt/issues/new -Repository: https://github.com/bdraco/async_interrupt.git -Repository-Browse: https://github.com/bdraco/async_interrupt +Bug-Database: https://github.com/Bluetooth-Devices/async_interrupt/issues +Bug-Submit: https://github.com/Bluetooth-Devices/async_interrupt/issues/new +Repository: https://github.com/Bluetooth-Devices/async_interrupt.git +Repository-Browse: https://github.com/Bluetooth-Devices/async_interrupt diff --git a/debian/watch b/debian/watch index e24178d9815efa4339ff7d62ce0c9da5c86e2a14..ecb8a60a13c7b15e555e42af06baa6d17b073a1e 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=4 -https://github.com/bdraco/async_interrupt/tags .*/v?(\d\S+)\.tar\.gz +https://github.com/Bluetooth-Devices/async_interrupt/tags .*/v?(\d\S+)\.tar\.gz