Skip to content

Commit

Permalink
Require Debian 10 / Ubuntu 20.04 or newer, include jenkins.tmpfiles (#…
Browse files Browse the repository at this point in the history
…456)

Update debhelper compat level to 13
  • Loading branch information
TobiX authored Mar 24, 2024
1 parent a372d00 commit e5be069
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deb/build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ done
popd
mv jenkins.sh "${ARTIFACTNAME}"
mv migrate.sh migrate
debuild -Zgzip -A
debuild -A
popd

mkdir -p "$(dirname "${DEB}")"
Expand Down
1 change: 0 additions & 1 deletion deb/build/debian/compat

This file was deleted.

3 changes: 2 additions & 1 deletion deb/build/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ Source: @@ARTIFACTNAME@@
Section: devel
Priority: optional
Maintainer: @@AUTHOR@@
Build-Depends: debhelper (>= 10)
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.0
Homepage: @@HOMEPAGE@@

Package: @@ARTIFACTNAME@@
Architecture: all
Depends: ${misc:Depends}, adduser, lsb-base (>= 3.2-14), net-tools, sysvinit-utils (>= 2.88dsf-50)
Pre-Depends: ${misc:Pre-Depends}
Description: @@DESCRIPTION_FILE@@

0 comments on commit e5be069

Please sign in to comment.