Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
Jan Wagner | a9c8deb514 |
12
.github/dependabot.yml
vendored
12
.github/dependabot.yml
vendored
|
@ -1,12 +0,0 @@
|
||||||
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
|
|
7
.github/workflows/packaging_test.yml
vendored
7
.github/workflows/packaging_test.yml
vendored
|
@ -17,20 +17,19 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v2
|
||||||
env:
|
env:
|
||||||
DEBIAN_FRONTEND: "noninteractive"
|
DEBIAN_FRONTEND: "noninteractive"
|
||||||
- name: Remove github artefacts
|
- name: Remove github artefacts
|
||||||
run: |
|
run: |
|
||||||
rm -rf .github*
|
rm -rf .git*
|
||||||
- name: Adjust distibution in changelog file
|
- name: Adjust distibution in changelog file
|
||||||
run: |
|
run: |
|
||||||
sed -i '0,/restricted/s//stable/' debian/changelog
|
sed -i '0,/restricted/s//stable/' debian/changelog
|
||||||
- name: Build Debian package
|
- name: Build Debian package
|
||||||
uses: dawidd6/action-debian-package@v1.5.0
|
uses: dawidd6/action-debian-package@v1
|
||||||
with:
|
with:
|
||||||
artifacts_directory: debian/build/release/
|
artifacts_directory: debian/build/release/
|
||||||
os_distribution: testing
|
|
||||||
- name: Debug
|
- name: Debug
|
||||||
run: |
|
run: |
|
||||||
ls -la
|
ls -la
|
||||||
|
|
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
release-id: ${{ steps.create_release.outputs.id }}
|
release-id: ${{ steps.create_release.outputs.id }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v2
|
||||||
- name: Install needed packages
|
- name: Install needed packages
|
||||||
run: |
|
run: |
|
||||||
if [ $(dpkg -l | grep -c dpkg-dev) -ne 1 ]; then sudo apt-get update && sudo apt-get install -y dpkg-dev; fi
|
if [ $(dpkg -l | grep -c dpkg-dev) -ne 1 ]; then sudo apt-get update && sudo apt-get install -y dpkg-dev; fi
|
||||||
|
@ -43,27 +43,26 @@ jobs:
|
||||||
needs: create-release
|
needs: create-release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v2
|
||||||
env:
|
env:
|
||||||
DEBIAN_FRONTEND: "noninteractive"
|
DEBIAN_FRONTEND: "noninteractive"
|
||||||
- name: Remove github artefacts
|
- name: Remove github artefacts
|
||||||
run: |
|
run: |
|
||||||
rm -rf .github*
|
rm -rf .git*
|
||||||
- name: Adjust distibution in changelog file
|
- name: Adjust distibution in changelog file
|
||||||
run: |
|
run: |
|
||||||
sed -i '0,/restricted/s//stable/' debian/changelog
|
sed -i '0,/restricted/s//stable/' debian/changelog
|
||||||
- name: Build Debian package
|
- name: Build Debian package
|
||||||
uses: dawidd6/action-debian-package@v1.5.0
|
uses: dawidd6/action-debian-package@v1
|
||||||
with:
|
with:
|
||||||
artifacts_directory: debian/build/release/
|
artifacts_directory: debian/build/release/
|
||||||
os_distribution: testing
|
|
||||||
# - name: Build Debian package
|
# - name: Build Debian package
|
||||||
# uses: pi-top/action-debian-package@v0.2.0
|
# uses: pi-top/action-debian-package@v0.2.0
|
||||||
# with:
|
# with:
|
||||||
# artifacts_directory: debian/build/release/
|
# artifacts_directory: debian/build/release/
|
||||||
# target_architectures: "amd64,i386"
|
# target_architectures: "amd64,i386"
|
||||||
- name: Upload the artifacts
|
- name: Upload the artifacts
|
||||||
uses: skx/github-action-publish-binaries@release-2.0
|
uses: skx/github-action-publish-binaries@master
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
|
|
14
debian/.gitlab-ci.yml
vendored
14
debian/.gitlab-ci.yml
vendored
|
@ -1,14 +0,0 @@
|
||||||
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: 1
|
|
||||||
SALSA_CI_DISABLE_BLHC: 0
|
|
||||||
SALSA_CI_DISABLE_LINTIAN: 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
|
|
30
debian/changelog
vendored
30
debian/changelog
vendored
|
@ -1,33 +1,3 @@
|
||||||
postfwd (1.35-9) UNRELEASED; urgency=medium
|
|
||||||
|
|
||||||
*
|
|
||||||
|
|
||||||
-- Jan Wagner <waja@cyconet.org> Mon, 23 Jan 2023 12:43:03 +0000
|
|
||||||
|
|
||||||
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 <waja@cyconet.org> Mon, 23 Jan 2023 12:40:57 +0000
|
|
||||||
|
|
||||||
postfwd (1.35-7) unstable; urgency=medium
|
|
||||||
|
|
||||||
* [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 <waja@cyconet.org> Tue, 28 Sep 2021 13:28:53 +0200
|
|
||||||
|
|
||||||
postfwd (1.35-6) unstable; urgency=medium
|
postfwd (1.35-6) unstable; urgency=medium
|
||||||
|
|
||||||
* [1446da0] Fix initscript (Closes: #942414)
|
* [1446da0] Fix initscript (Closes: #942414)
|
||||||
|
|
8
debian/control
vendored
8
debian/control
vendored
|
@ -2,18 +2,18 @@ Source: postfwd
|
||||||
Section: mail
|
Section: mail
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Jan Wagner <waja@cyconet.org>
|
Maintainer: Jan Wagner <waja@cyconet.org>
|
||||||
Build-Depends: debhelper-compat (= 13), html2text
|
Build-Depends: debhelper-compat (= 12), html2text
|
||||||
Homepage: https://www.postfwd.org/
|
Homepage: http://www.postfwd.org/
|
||||||
Vcs-Browser: https://gitlab.uncompleted.org/debian/postfwd
|
Vcs-Browser: https://gitlab.uncompleted.org/debian/postfwd
|
||||||
Vcs-Git: https://gitlab.uncompleted.org/debian/postfwd.git
|
Vcs-Git: https://gitlab.uncompleted.org/debian/postfwd.git
|
||||||
Standards-Version: 4.6.2
|
Standards-Version: 4.5.1.0
|
||||||
Rules-Requires-Root: no
|
|
||||||
|
|
||||||
Package: postfwd
|
Package: postfwd
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: adduser,
|
Depends: adduser,
|
||||||
libnet-dns-perl,
|
libnet-dns-perl,
|
||||||
libnet-server-perl,
|
libnet-server-perl,
|
||||||
|
lsb-base,
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${perl:Depends}
|
${perl:Depends}
|
||||||
Conflicts: postfwd2
|
Conflicts: postfwd2
|
||||||
|
|
2
debian/copyright
vendored
2
debian/copyright
vendored
|
@ -1,4 +1,4 @@
|
||||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
Upstream-Name: postfwd
|
Upstream-Name: postfwd
|
||||||
Upstream-Contact: Jan Peter Kessler <info@postfwd.org>
|
Upstream-Contact: Jan Peter Kessler <info@postfwd.org>
|
||||||
Source: http://www.postfwd.org
|
Source: http://www.postfwd.org
|
||||||
|
|
2
debian/source/options
vendored
2
debian/source/options
vendored
|
@ -1 +1 @@
|
||||||
extend-diff-ignore = '(^|/)(\.travis\.yml|\.git|\.github|\.gitgnore|config\.sub|config\.guess)'
|
extend-diff-ignore = '(^|/)(\.travis\.yml|\.git|\.gitgnore|config\.sub|config\.guess)'
|
||||||
|
|
4
debian/watch
vendored
4
debian/watch
vendored
|
@ -1,2 +1,2 @@
|
||||||
version=4
|
version=3
|
||||||
https://postfwd.org postfwd-(.*)\.tar\.gz
|
http://www.postfwd.org/postfwd-(.*)\.tar\.gz
|
||||||
|
|
Loading…
Reference in a new issue