diff -Nru orca-sops-1.0.2/debian/changelog orca-sops-1.0.2/debian/changelog --- orca-sops-1.0.2/debian/changelog 2022-01-08 19:23:23.000000000 +0000 +++ orca-sops-1.0.2/debian/changelog 2022-10-23 10:25:41.000000000 +0000 @@ -1,3 +1,17 @@ +orca-sops (1.0.2-4) unstable; urgency=medium + + [ Samuel Thibault ] + * control: Make Multi-Arch: foreign. + * control, rules: Replace dh-python and --with python3 with + dh-sequence-python3. + * watch: Use tags instead of releases. + + [ Debian Janitor ] + * Bump debhelper from old 12 to 13. + * Update standards version to 4.6.1, no changes needed. + + -- Samuel Thibault Sun, 23 Oct 2022 12:25:41 +0200 + orca-sops (1.0.2-3) unstable; urgency=medium [ Samuel Thibault ] diff -Nru orca-sops-1.0.2/debian/control orca-sops-1.0.2/debian/control --- orca-sops-1.0.2/debian/control 2022-01-08 16:25:13.000000000 +0000 +++ orca-sops-1.0.2/debian/control 2022-10-23 10:25:41.000000000 +0000 @@ -3,15 +3,16 @@ Priority: optional Maintainer: Debian Accessibility Team Uploaders: Sebastian Humenda , Samuel Thibault -Build-Depends: debhelper-compat (= 12), dh-python, python3-all +Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all Rules-Requires-Root: no -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Homepage: https://github.com/chrys87/simple-orca-plugin-system/ Vcs-Browser: https://salsa.debian.org/a11y-team/orca-sops Vcs-Git: https://salsa.debian.org/a11y-team/orca-sops.git Package: orca-sops Architecture: all +Multi-Arch: foreign Depends: ${misc:Depends}, ${python3:Depends}, orca, python3, python3-gi, x11-utils, yad Description: simple orca plugin system The simple orca plugin system is an interface to enhance Orca with custom diff -Nru orca-sops-1.0.2/debian/rules orca-sops-1.0.2/debian/rules --- orca-sops-1.0.2/debian/rules 2020-07-27 07:56:47.000000000 +0000 +++ orca-sops-1.0.2/debian/rules 2022-09-18 20:50:00.000000000 +0000 @@ -2,4 +2,4 @@ #vim: set noexpandtab sts=4 ts=4 sw=4 tw=80: %: - dh $@ --with python3 + dh $@ diff -Nru orca-sops-1.0.2/debian/salsa-ci.yml orca-sops-1.0.2/debian/salsa-ci.yml --- orca-sops-1.0.2/debian/salsa-ci.yml 2021-10-17 20:35:26.000000000 +0000 +++ orca-sops-1.0.2/debian/salsa-ci.yml 2022-05-26 22:58:23.000000000 +0000 @@ -6,4 +6,7 @@ test-crossbuild-arm64: allow_failure: false +variables: + SALSA_CI_REPROTEST_ENABLE_DIFFOSCOPE: 1 + # vim: ts=2 sw=2 et sts=2 ft=yaml diff -Nru orca-sops-1.0.2/debian/watch orca-sops-1.0.2/debian/watch --- orca-sops-1.0.2/debian/watch 2019-10-13 12:29:30.000000000 +0000 +++ orca-sops-1.0.2/debian/watch 2022-09-19 22:51:02.000000000 +0000 @@ -1,3 +1,3 @@ version=2 opts=filenamemangle=s/.+\/v?(@ANY_VERSION@@ARCHIVE_EXT@)/sops-$1/ \ - https://github.com/chrys87/simple-orca-plugin-system/releases .*/v?@ANY_VERSION@@ARCHIVE_EXT@ + https://github.com/chrys87/simple-orca-plugin-system/tags .*/v?@ANY_VERSION@@ARCHIVE_EXT@