From 363adb4501766b4c19648becc7e5a776e85b2ef9 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Wed, 6 Jan 2021 21:52:48 +0100 Subject: [PATCH 01/26] New changelog --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index b03d8f3..498f915 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +postfwd (1.35-7) UNRELEASED; urgency=medium + + * NOT RELEASED YET + + -- Jan Wagner Wed, 06 Jan 2021 21:52:43 +0100 + postfwd (1.35-6) unstable; urgency=medium * [1446da0] Fix initscript (Closes: #942414) From f2a169dabbb055f75f4feb2db5c4c9c87e4bd42e Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Thu, 4 Feb 2021 21:36:51 +0100 Subject: [PATCH 02/26] Use secure copyright file specification URI. Changes-By: lintian-brush Fixes: lintian: insecure-copyright-format-uri See-also: https://lintian.debian.org/tags/insecure-copyright-format-uri.html --- debian/copyright | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/copyright b/debian/copyright index c7f3783..ba7f2f8 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: postfwd Upstream-Contact: Jan Peter Kessler Source: http://www.postfwd.org From 270413d087e53bc41e3c0e05d8d8fa79d71fbfe9 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Thu, 4 Feb 2021 21:36:53 +0100 Subject: [PATCH 03/26] Use secure URI in Homepage field. Changes-By: lintian-brush Fixes: lintian: homepage-field-uses-insecure-uri See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 92e830a..71a3baf 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: mail Priority: optional Maintainer: Jan Wagner Build-Depends: debhelper-compat (= 12), html2text -Homepage: http://www.postfwd.org/ +Homepage: https://www.postfwd.org/ Vcs-Browser: https://gitlab.uncompleted.org/debian/postfwd Vcs-Git: https://gitlab.uncompleted.org/debian/postfwd.git Standards-Version: 4.5.1.0 From 1563d389a1079fde47b5e09ceb98e1b2c7d162d9 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Fri, 5 Feb 2021 12:39:08 +0100 Subject: [PATCH 04/26] d/source/options: Adding .github to diff ignore --- debian/source/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/source/options b/debian/source/options index b5bc9e7..b746363 100644 --- a/debian/source/options +++ b/debian/source/options @@ -1 +1 @@ -extend-diff-ignore = '(^|/)(\.travis\.yml|\.git|\.gitgnore|config\.sub|config\.guess)' +extend-diff-ignore = '(^|/)(\.travis\.yml|\.git|\.github|\.gitgnore|config\.sub|config\.guess)' From f32e604eac24098f99f3029d0f562b95ea1cf8be Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Fri, 5 Feb 2021 12:57:50 +0100 Subject: [PATCH 05/26] Adding d/.gitlab-ci.yml --- debian/.gitlab-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 debian/.gitlab-ci.yml diff --git a/debian/.gitlab-ci.yml b/debian/.gitlab-ci.yml new file mode 100644 index 0000000..62767c1 --- /dev/null +++ b/debian/.gitlab-ci.yml @@ -0,0 +1,14 @@ +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + +variables: + RELEASE: 'unstable' + SALSA_CI_DISABLE_APTLY: 0 + SALSA_CI_DISABLE_AUTOPKGTEST: 0 + SALSA_CI_DISABLE_BLHC: 0 + SALSA_CI_DISABLE_LINTIAN: 0 + SALSA_CI_DISABLE_PIUPARTS: 0 + SALSA_CI_DISABLE_REPROTEST: 0 + SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 0 + SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 0 From 94f95bcdac081c7ac331bc43bc5c9747ad42d3d5 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Fri, 16 Jul 2021 23:10:06 +0200 Subject: [PATCH 06/26] Adding Dependabot config --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..b3fa1e0 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + time: "04:00" + reviewers: + - "waja" + pull-request-branch-name: + separator: "-" + open-pull-requests-limit: 10 From b16de7788faf0338c3cf79bcbe0e6264229e4ddd Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Fri, 16 Jul 2021 23:30:21 +0200 Subject: [PATCH 07/26] Do not remove .git* anymore --- .github/workflows/packaging_test.yml | 3 --- .github/workflows/release.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/packaging_test.yml b/.github/workflows/packaging_test.yml index f844a58..f915b53 100644 --- a/.github/workflows/packaging_test.yml +++ b/.github/workflows/packaging_test.yml @@ -20,9 +20,6 @@ jobs: - uses: actions/checkout@v2 env: DEBIAN_FRONTEND: "noninteractive" - - name: Remove github artefacts - run: | - rm -rf .git* - name: Adjust distibution in changelog file run: | sed -i '0,/restricted/s//stable/' debian/changelog diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49663cf..4c6c31f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,9 +46,6 @@ jobs: - uses: actions/checkout@v2 env: DEBIAN_FRONTEND: "noninteractive" - - name: Remove github artefacts - run: | - rm -rf .git* - name: Adjust distibution in changelog file run: | sed -i '0,/restricted/s//stable/' debian/changelog From 492650502d47e591d203981232611e5445394f22 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Wed, 21 Jul 2021 15:39:56 +0200 Subject: [PATCH 08/26] ci: pin action versions --- .github/workflows/packaging_test.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/packaging_test.yml b/.github/workflows/packaging_test.yml index f915b53..507c150 100644 --- a/.github/workflows/packaging_test.yml +++ b/.github/workflows/packaging_test.yml @@ -24,7 +24,7 @@ jobs: run: | sed -i '0,/restricted/s//stable/' debian/changelog - name: Build Debian package - uses: dawidd6/action-debian-package@v1 + uses: dawidd6/action-debian-package@v1.4.0 with: artifacts_directory: debian/build/release/ - name: Debug diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c6c31f..de5de2f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: run: | sed -i '0,/restricted/s//stable/' debian/changelog - name: Build Debian package - uses: dawidd6/action-debian-package@v1 + uses: dawidd6/action-debian-package@v1.4.0 with: artifacts_directory: debian/build/release/ # - name: Build Debian package @@ -59,7 +59,7 @@ jobs: # artifacts_directory: debian/build/release/ # target_architectures: "amd64,i386" - name: Upload the artifacts - uses: skx/github-action-publish-binaries@master + uses: skx/github-action-publish-binaries@release-0.15 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: From d0ecd91cc74c6934b53792da0a3bb8a649b6a40d Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Tue, 28 Sep 2021 12:12:12 +0200 Subject: [PATCH 09/26] d/rules: Calling dh_installsystemd (Closes: #994901) --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 7ad15e3..f27e5e3 100755 --- a/debian/rules +++ b/debian/rules @@ -40,6 +40,7 @@ binary-indep: build install dh_installdocs -phapolicy tools/hapolicy/hapolicy[0-9a-zA-Z.]* dh_installexamples dh_installinit -- defaults 19 21 + dh_installsystemd --no-enable dh_installman dh_compress dh_fixperms From a9c8deb51482021139c843721a12474de525a154 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Tue, 28 Sep 2021 12:12:12 +0200 Subject: [PATCH 10/26] d/rules: Calling dh_installsystemd (Closes: #994901) --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 7ad15e3..f27e5e3 100755 --- a/debian/rules +++ b/debian/rules @@ -40,6 +40,7 @@ binary-indep: build install dh_installdocs -phapolicy tools/hapolicy/hapolicy[0-9a-zA-Z.]* dh_installexamples dh_installinit -- defaults 19 21 + dh_installsystemd --no-enable dh_installman dh_compress dh_fixperms From 4f49a720ed138d5d8b0ef904886dbc4527c59ba4 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Tue, 28 Sep 2021 13:30:06 +0200 Subject: [PATCH 11/26] Prepare release --- debian/changelog | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 498f915..2052cf2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,15 @@ -postfwd (1.35-7) UNRELEASED; urgency=medium +postfwd (1.35-7) unstable; urgency=medium - * NOT RELEASED YET + * [f2a169d] Use secure copyright file specification URI. + * [270413d] Use secure URI in Homepage field. + * [1563d38] d/source/options: Adding .github to diff ignore + * [f32e604] Adding d/.gitlab-ci.yml + * [94f95bc] Adding Dependabot config + * [b16de77] Do not remove .git* anymore + * [4926505] ci: pin action versions + * [d0ecd91] d/rules: Calling dh_installsystemd (Closes: #994901) - -- Jan Wagner Wed, 06 Jan 2021 21:52:43 +0100 + -- Jan Wagner Tue, 28 Sep 2021 13:28:53 +0200 postfwd (1.35-6) unstable; urgency=medium From d32c972205a507b4b8e101f1ee43463c293daba7 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Tue, 28 Sep 2021 16:15:44 +0200 Subject: [PATCH 12/26] d/watch: Update to new url scheme --- debian/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index 5a512b0..a69ca55 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://www.postfwd.org/postfwd-(.*)\.tar\.gz +https://postfwd.org/postfwd-(.*)\.tar\.gz From c67651fdbc20b17bf603558ba46f72d89cee5579 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Sep 2021 04:23:22 +0000 Subject: [PATCH 13/26] Bump skx/github-action-publish-binaries from release-0.15 to 2.0 Bumps [skx/github-action-publish-binaries](https://github.com/skx/github-action-publish-binaries) from release-0.15 to 2.0. This release includes the previously tagged commit. - [Release notes](https://github.com/skx/github-action-publish-binaries/releases) - [Commits](https://github.com/skx/github-action-publish-binaries/compare/release-0.15...release-2.0) --- updated-dependencies: - dependency-name: skx/github-action-publish-binaries dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de5de2f..6147fb2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: # artifacts_directory: debian/build/release/ # target_architectures: "amd64,i386" - name: Upload the artifacts - uses: skx/github-action-publish-binaries@release-0.15 + uses: skx/github-action-publish-binaries@release-2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: From f9187fd9152a0cff5db2ccdc62ecef2f1fa487ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 04:24:36 +0000 Subject: [PATCH 14/26] Bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/packaging_test.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/packaging_test.yml b/.github/workflows/packaging_test.yml index 507c150..c13804f 100644 --- a/.github/workflows/packaging_test.yml +++ b/.github/workflows/packaging_test.yml @@ -17,7 +17,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 env: DEBIAN_FRONTEND: "noninteractive" - name: Adjust distibution in changelog file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6147fb2..65fb751 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: release-id: ${{ steps.create_release.outputs.id }} steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install needed packages run: | if [ $(dpkg -l | grep -c dpkg-dev) -ne 1 ]; then sudo apt-get update && sudo apt-get install -y dpkg-dev; fi @@ -43,7 +43,7 @@ jobs: needs: create-release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 env: DEBIAN_FRONTEND: "noninteractive" - name: Adjust distibution in changelog file From e6e417836b4b03d66be87208bb08aa446e56dfe7 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Thu, 20 Oct 2022 12:56:58 +0200 Subject: [PATCH 15/26] Updating build pipelines --- .github/workflows/packaging_test.yml | 6 +++++- .github/workflows/release.yml | 10 +++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/workflows/packaging_test.yml b/.github/workflows/packaging_test.yml index 507c150..17ee0cd 100644 --- a/.github/workflows/packaging_test.yml +++ b/.github/workflows/packaging_test.yml @@ -17,9 +17,12 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 env: DEBIAN_FRONTEND: "noninteractive" + - name: Remove github artefacts + run: | + rm -rf .github* - name: Adjust distibution in changelog file run: | sed -i '0,/restricted/s//stable/' debian/changelog @@ -27,6 +30,7 @@ jobs: uses: dawidd6/action-debian-package@v1.4.0 with: artifacts_directory: debian/build/release/ + os_distribution: testing - name: Debug run: | ls -la diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de5de2f..855b57d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: release-id: ${{ steps.create_release.outputs.id }} steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install needed packages run: | if [ $(dpkg -l | grep -c dpkg-dev) -ne 1 ]; then sudo apt-get update && sudo apt-get install -y dpkg-dev; fi @@ -43,9 +43,12 @@ jobs: needs: create-release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 env: DEBIAN_FRONTEND: "noninteractive" + - name: Remove github artefacts + run: | + rm -rf .github* - name: Adjust distibution in changelog file run: | sed -i '0,/restricted/s//stable/' debian/changelog @@ -53,13 +56,14 @@ jobs: uses: dawidd6/action-debian-package@v1.4.0 with: artifacts_directory: debian/build/release/ + os_distribution: testing # - name: Build Debian package # uses: pi-top/action-debian-package@v0.2.0 # with: # artifacts_directory: debian/build/release/ # target_architectures: "amd64,i386" - name: Upload the artifacts - uses: skx/github-action-publish-binaries@release-0.15 + uses: skx/github-action-publish-binaries@release-2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: From 2ffb8c60fb679a2249b17ae62dc98567d0e15156 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 04:04:12 +0000 Subject: [PATCH 16/26] Bump dawidd6/action-debian-package from 1.4.0 to 1.4.4 Bumps [dawidd6/action-debian-package](https://github.com/dawidd6/action-debian-package) from 1.4.0 to 1.4.4. - [Release notes](https://github.com/dawidd6/action-debian-package/releases) - [Commits](https://github.com/dawidd6/action-debian-package/compare/v1.4.0...v1.4.4) --- updated-dependencies: - dependency-name: dawidd6/action-debian-package dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/packaging_test.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/packaging_test.yml b/.github/workflows/packaging_test.yml index c13804f..d6c6471 100644 --- a/.github/workflows/packaging_test.yml +++ b/.github/workflows/packaging_test.yml @@ -24,7 +24,7 @@ jobs: run: | sed -i '0,/restricted/s//stable/' debian/changelog - name: Build Debian package - uses: dawidd6/action-debian-package@v1.4.0 + uses: dawidd6/action-debian-package@v1.4.4 with: artifacts_directory: debian/build/release/ - name: Debug diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65fb751..a5a0854 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: run: | sed -i '0,/restricted/s//stable/' debian/changelog - name: Build Debian package - uses: dawidd6/action-debian-package@v1.4.0 + uses: dawidd6/action-debian-package@v1.4.4 with: artifacts_directory: debian/build/release/ # - name: Build Debian package From 47e9ee09be2757239ccb17f56e27315fb870ae79 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Wed, 18 Jan 2023 12:25:37 +0000 Subject: [PATCH 17/26] Bump debhelper from old 12 to 13. Changes-By: lintian-brush Fixes: lintian: package-uses-old-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 71a3baf..4229c2b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: postfwd Section: mail Priority: optional Maintainer: Jan Wagner -Build-Depends: debhelper-compat (= 12), html2text +Build-Depends: debhelper-compat (= 13), html2text Homepage: https://www.postfwd.org/ Vcs-Browser: https://gitlab.uncompleted.org/debian/postfwd Vcs-Git: https://gitlab.uncompleted.org/debian/postfwd.git From cac0b96b8e976fbcbf73f8e56d5782f733222b8f Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Wed, 18 Jan 2023 12:27:13 +0000 Subject: [PATCH 18/26] Bump Standards-Version to 4.6.2 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 4229c2b..77ad990 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: debhelper-compat (= 13), html2text Homepage: https://www.postfwd.org/ Vcs-Browser: https://gitlab.uncompleted.org/debian/postfwd Vcs-Git: https://gitlab.uncompleted.org/debian/postfwd.git -Standards-Version: 4.5.1.0 +Standards-Version: 4.6.2 Package: postfwd Architecture: all From 98d806248038c9551bf54512da8b7d0d7bc6a955 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Wed, 18 Jan 2023 12:39:30 +0000 Subject: [PATCH 19/26] Update watch file format version to 4. Changes-By: lintian-brush Fixes: lintian: older-debian-watch-file-standard See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html --- debian/watch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/watch b/debian/watch index a69ca55..191f206 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ -version=3 -https://postfwd.org/postfwd-(.*)\.tar\.gz +version=4 +https://postfwd.org postfwd-(.*)\.tar\.gz From 59857d198d09be7cba454a501861776dc287afe3 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Wed, 18 Jan 2023 12:57:40 +0000 Subject: [PATCH 20/26] disable not working ci pipelines --- debian/.gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/.gitlab-ci.yml b/debian/.gitlab-ci.yml index 62767c1..0100fa0 100644 --- a/debian/.gitlab-ci.yml +++ b/debian/.gitlab-ci.yml @@ -5,10 +5,10 @@ include: variables: RELEASE: 'unstable' SALSA_CI_DISABLE_APTLY: 0 - SALSA_CI_DISABLE_AUTOPKGTEST: 0 + SALSA_CI_DISABLE_AUTOPKGTEST: 1 SALSA_CI_DISABLE_BLHC: 0 SALSA_CI_DISABLE_LINTIAN: 0 - SALSA_CI_DISABLE_PIUPARTS: 0 - SALSA_CI_DISABLE_REPROTEST: 0 + SALSA_CI_DISABLE_PIUPARTS: 1 + SALSA_CI_DISABLE_REPROTEST: 1 SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 0 SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 0 From 7ba39f1c9303348d57ce36e9f822a5e1736fd368 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Wed, 18 Jan 2023 14:20:45 +0000 Subject: [PATCH 21/26] Drop lsb-base, sysvinit-utils is essential --- debian/control | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/control b/debian/control index 77ad990..abb9512 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,6 @@ Architecture: all Depends: adduser, libnet-dns-perl, libnet-server-perl, - lsb-base, ${misc:Depends}, ${perl:Depends} Conflicts: postfwd2 From be975fbdee59ea277a04ac9db582292cf9190b3f Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Mon, 23 Jan 2023 09:55:23 +0000 Subject: [PATCH 22/26] Set Rules-Requires-Root: no. Changes-By: lintian-brush Fixes: lintian: silent-on-rules-requiring-root See-also: https://lintian.debian.org/tags/silent-on-rules-requiring-root.html --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index abb9512..995c952 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Homepage: https://www.postfwd.org/ Vcs-Browser: https://gitlab.uncompleted.org/debian/postfwd Vcs-Git: https://gitlab.uncompleted.org/debian/postfwd.git Standards-Version: 4.6.2 +Rules-Requires-Root: no Package: postfwd Architecture: all From a26d98d14bcc68cb3af16563cbd39ebd7fa465c0 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Mon, 23 Jan 2023 12:41:59 +0000 Subject: [PATCH 23/26] Prepare release --- debian/changelog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2052cf2..6f844f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +postfwd (1.35-8) unstable; urgency=medium + + * [d32c972] d/watch: Update to new url scheme + * [47e9ee0] Bump debhelper from old 12 to 13. + * [cac0b96] Bump Standards-Version to 4.6.2 + * [98d8062] Update watch file format version to 4. + * [7ba39f1] Drop lsb-base, sysvinit-utils is essential + * [be975fb] Set Rules-Requires-Root: no. + + -- Jan Wagner Mon, 23 Jan 2023 12:40:57 +0000 + postfwd (1.35-7) unstable; urgency=medium * [f2a169d] Use secure copyright file specification URI. From 4f4ed4119888eacb3972ce2b514f2b28c9804c43 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Mon, 23 Jan 2023 12:43:17 +0000 Subject: [PATCH 24/26] Nwe changelog --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6f844f6..5e52c77 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +postfwd (1.35-9) UNRELEASED; urgency=medium + + * + + -- Jan Wagner Mon, 23 Jan 2023 12:43:03 +0000 + postfwd (1.35-8) unstable; urgency=medium * [d32c972] d/watch: Update to new url scheme From 403902b14e4d0e47bcb32e18e7506ff60096b480 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 05:00:41 +0000 Subject: [PATCH 25/26] Bump dawidd6/action-debian-package from 1.4.4 to 1.5.0 Bumps [dawidd6/action-debian-package](https://github.com/dawidd6/action-debian-package) from 1.4.4 to 1.5.0. - [Release notes](https://github.com/dawidd6/action-debian-package/releases) - [Commits](https://github.com/dawidd6/action-debian-package/compare/v1.4.4...v1.5.0) --- updated-dependencies: - dependency-name: dawidd6/action-debian-package dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/packaging_test.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/packaging_test.yml b/.github/workflows/packaging_test.yml index 9dc4643..81cc8c9 100644 --- a/.github/workflows/packaging_test.yml +++ b/.github/workflows/packaging_test.yml @@ -27,7 +27,7 @@ jobs: run: | sed -i '0,/restricted/s//stable/' debian/changelog - name: Build Debian package - uses: dawidd6/action-debian-package@v1.4.4 + uses: dawidd6/action-debian-package@v1.5.0 with: artifacts_directory: debian/build/release/ os_distribution: testing diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ef907c..3f3f765 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: run: | sed -i '0,/restricted/s//stable/' debian/changelog - name: Build Debian package - uses: dawidd6/action-debian-package@v1.4.4 + uses: dawidd6/action-debian-package@v1.5.0 with: artifacts_directory: debian/build/release/ os_distribution: testing From 976c2d744a40aa22ff0a9df87d76bf5c95d202d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 04:03:02 +0000 Subject: [PATCH 26/26] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/packaging_test.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/packaging_test.yml b/.github/workflows/packaging_test.yml index 81cc8c9..c478ef5 100644 --- a/.github/workflows/packaging_test.yml +++ b/.github/workflows/packaging_test.yml @@ -17,7 +17,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 env: DEBIAN_FRONTEND: "noninteractive" - name: Remove github artefacts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f3f765..f384f5e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: release-id: ${{ steps.create_release.outputs.id }} steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install needed packages run: | if [ $(dpkg -l | grep -c dpkg-dev) -ne 1 ]; then sudo apt-get update && sudo apt-get install -y dpkg-dev; fi @@ -43,7 +43,7 @@ jobs: needs: create-release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 env: DEBIAN_FRONTEND: "noninteractive" - name: Remove github artefacts