File tree Expand file tree Collapse file tree 18 files changed +42
-6
lines changed
Expand file tree Collapse file tree 18 files changed +42
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
55# is updated with the current date. It will force refresh of all
66# of the base images and things like 'apt-get update' won't be using
77# old cached versions when the Dockerfile is built.
8- ENV REFRESHED_AT="2026-01-27 "
8+ ENV REFRESHED_AT="2026-02-10 "
99
1010RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111RUN echo MIRRORSITE=http://deb.debian.org/debian > /etc/pbuilderrc
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Build-Depends:
1414 cmake (>= 3.10),
1515 default-libmysqlclient-dev,
1616 docbook-xml,
17+ docbook-xsl,
1718 erlang-dev,
1819 flex,
1920 libcurl4-openssl-dev,
@@ -52,6 +53,7 @@ Build-Depends:
5253 libwebsockets-dev,
5354 libwolfssl-dev,
5455 libxml2-dev,
56+ lynx,
5557 openssl,
5658 pkg-config,
5759 python3,
Original file line number Diff line number Diff line change @@ -111,8 +111,12 @@ skip-modules:
111111
112112override_dh_auto_configure :
113113 dh_auto_configure -- \
114+ -DBUILD_DOC=ON \
114115 -DUSE_GIT=OFF \
115116 -DEXCLUDE_MODULES=" $( EXCLUDED_MODULES) $( EXTRA_EXCLUDED_MODULES) " \
116117 -DMODULE_GROUP_NAME=" KSTANDARD $( shell echo " $( addprefix K, $( PACKAGE_GROUPS) $( EXTRA_GROUPS) ) " | tr ' [:lower:]' ' [:upper:]' ) "
117118
119+ execute_after_dh_auto_build :
120+ cmake --build " obj-${DEB_HOST_GNU_TYPE} " -t dbschema
121+
118122override_dh_auto_test :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
55# is updated with the current date. It will force refresh of all
66# of the base images and things like 'apt-get update' won't be using
77# old cached versions when the Dockerfile is built.
8- ENV REFRESHED_AT="2026-01-27 "
8+ ENV REFRESHED_AT="2026-02-10 "
99
1010RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111RUN echo MIRRORSITE=http://deb.debian.org/debian > /etc/pbuilderrc
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Build-Depends:
1414 cmake (>= 3.10),
1515 default-libmysqlclient-dev,
1616 docbook-xml,
17+ docbook-xsl,
1718 erlang-dev,
1819 flex,
1920 libcurl4-openssl-dev,
@@ -50,6 +51,7 @@ Build-Depends:
5051 libunistring-dev,
5152 libwebsockets-dev,
5253 libxml2-dev,
54+ lynx,
5355 openssl,
5456 pkg-config,
5557 postgresql-server-dev-all,
Original file line number Diff line number Diff line change @@ -111,8 +111,12 @@ skip-modules:
111111
112112override_dh_auto_configure :
113113 dh_auto_configure -- \
114+ -DBUILD_DOC=ON \
114115 -DUSE_GIT=OFF \
115116 -DEXCLUDE_MODULES=" $( EXCLUDED_MODULES) $( EXTRA_EXCLUDED_MODULES) " \
116117 -DMODULE_GROUP_NAME=" KSTANDARD $( shell echo " $( addprefix K, $( PACKAGE_GROUPS) $( EXTRA_GROUPS) ) " | tr ' [:lower:]' ' [:upper:]' ) "
117118
119+ execute_after_dh_auto_build :
120+ cmake --build " obj-${DEB_HOST_GNU_TYPE} " -t dbschema
121+
118122override_dh_auto_test :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
55# is updated with the current date. It will force refresh of all
66# of the base images and things like 'apt-get update' won't be using
77# old cached versions when the Dockerfile is built.
8- ENV REFRESHED_AT="2026-01-27 "
8+ ENV REFRESHED_AT="2026-02-10 "
99
1010RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111RUN echo MIRRORSITE=http://archive.ubuntu.com/ubuntu > /etc/pbuilderrc
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Build-Depends:
1414 cmake (>= 3.10),
1515 default-libmysqlclient-dev,
1616 docbook-xml,
17+ docbook-xsl,
1718 erlang-dev,
1819 flex,
1920 libcurl4-openssl-dev,
@@ -52,6 +53,7 @@ Build-Depends:
5253 libwebsockets-dev,
5354 libwolfssl-dev,
5455 libxml2-dev,
56+ lynx,
5557 openssl,
5658 pkg-config,
5759 python3,
Original file line number Diff line number Diff line change @@ -111,8 +111,12 @@ skip-modules:
111111
112112override_dh_auto_configure :
113113 dh_auto_configure -- \
114+ -DBUILD_DOC=ON \
114115 -DUSE_GIT=OFF \
115116 -DEXCLUDE_MODULES=" $( EXCLUDED_MODULES) $( EXTRA_EXCLUDED_MODULES) " \
116117 -DMODULE_GROUP_NAME=" KSTANDARD $( shell echo " $( addprefix K, $( PACKAGE_GROUPS) $( EXTRA_GROUPS) ) " | tr ' [:lower:]' ' [:upper:]' ) "
117118
119+ execute_after_dh_auto_build :
120+ cmake --build " obj-${DEB_HOST_GNU_TYPE} " -t dbschema
121+
118122override_dh_auto_test :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
55# is updated with the current date. It will force refresh of all
66# of the base images and things like 'apt-get update' won't be using
77# old cached versions when the Dockerfile is built.
8- ENV REFRESHED_AT="2026-01-27 "
8+ ENV REFRESHED_AT="2026-02-10 "
99
1010RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111RUN echo MIRRORSITE=http://archive.ubuntu.com/ubuntu > /etc/pbuilderrc
You can’t perform that action at this time.
0 commit comments