Skip to content

Commit

Permalink
Merge pull request #231 from MrAnno/dbld-debian-testing-smtp
Browse files Browse the repository at this point in the history
dbld: disable smtp on debian-testing
  • Loading branch information
OverOrion authored Aug 2, 2024
2 parents 1921d57 + 55c821f commit b664ad8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbld/build.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# libcriterion-dev is available starting with bullseye
debian-bullseye python3,nojava,notzdatalegacy,nobpf
debian-bookworm python3,nojava,notzdatalegacy
debian-testing python3,nojava
debian-testing python3,nojava,nosmtp
debian-sid python3,nojava

# on ubuntu, we start using Python3 at focal onwards.
Expand Down
2 changes: 1 addition & 1 deletion packaging/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 10~),
pkg-config, flex, bison (>= 3.4.2), gperf,
libcriterion-dev <!sng-nocriterion>,
xsltproc, docbook-xsl,
libesmtp-dev,
libesmtp-dev <!sng-nosmtp>,
libivykis-dev (>= 0.36.1~),
libnet1-dev,
libglib2.0-dev,
Expand Down
4 changes: 4 additions & 0 deletions packaging/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ endif

PYTHON_VERSION = 3

ifneq ($(filter sng-nosmtp,$(DEB_BUILD_PROFILES)),)
DH_OPTIONS += -Naxosyslog-mod-smtp
endif

ifneq ($(filter sng-nokafka,$(DEB_BUILD_PROFILES)),)
DH_OPTIONS += -Naxosyslog-mod-rdkafka
endif
Expand Down

0 comments on commit b664ad8

Please sign in to comment.