Skip to content

Commit d37402f

Browse files
committed
refresh
1 parent 8f5bc68 commit d37402f

File tree

18 files changed

+42
-6
lines changed

18 files changed

+42
-6
lines changed

bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1010
RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111
RUN echo MIRRORSITE=http://deb.debian.org/debian > /etc/pbuilderrc

bookworm/debian/control

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

bookworm/debian/rules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,12 @@ skip-modules:
111111

112112
override_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+
118122
override_dh_auto_test:

bullseye/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1010
RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111
RUN echo MIRRORSITE=http://deb.debian.org/debian > /etc/pbuilderrc

bullseye/debian/control

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

bullseye/debian/rules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,12 @@ skip-modules:
111111

112112
override_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+
118122
override_dh_auto_test:

jammy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1010
RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111
RUN echo MIRRORSITE=http://archive.ubuntu.com/ubuntu > /etc/pbuilderrc

jammy/debian/control

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

jammy/debian/rules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,12 @@ skip-modules:
111111

112112
override_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+
118122
override_dh_auto_test:

noble/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1010
RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111
RUN echo MIRRORSITE=http://archive.ubuntu.com/ubuntu > /etc/pbuilderrc

0 commit comments

Comments
 (0)