Skip to content

Commit

Permalink
OPSEXP-3011 Build for ubuntu 24.04 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Jan 15, 2025
1 parent 672dc1a commit 17eaf33
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 2 deletions.
4 changes: 4 additions & 0 deletions debs/after-checkout-ubuntu2404-7.1.0-16.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash -e
sed -i "s/libtiff5/libtiff6/g" debian/control
sed -i "s/mime-support/mailcap,media-types/g" debian/control
sed -i "s/libraw-dev,//g" debian/control
10 changes: 10 additions & 0 deletions debs/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"include": [
{
"base_image": "ubuntu:24.04",
"target_arch": "x86_64",
"nexus_classifier": "ub2404-amd64"
},
{
"base_image": "ubuntu:24.04",
"target_arch": "aarch64",
"nexus_classifier": "ub2404-arm64"
},
{
"base_image": "ubuntu:22.04",
"target_arch": "x86_64",
Expand Down
3 changes: 2 additions & 1 deletion debs/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ Source: imagemagick-alfresco
Section: graphics
Priority: optional
Maintainer: Alfresco Ops Readiness <alfresco-build@hyland.com>
Build-Depends: autotools-dev, ghostscript, gsfonts, libjbig-dev,
Build-Depends: autotools-dev, libjbig-dev,
ghostscript, gsfonts, fonts-dejavu-core,
libsm6, libfftw3-dev, liblcms2-dev, gawk, zlib1g-dev,
libglib2.0-dev, libzip-dev, libfribidi-dev, mime-support,
libxdmcp-dev, liblzma-dev, libjpeg-turbo8, libpng-dev,
Expand Down
3 changes: 3 additions & 0 deletions debs/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ override_dh_auto_configure:
--with-modules \
--with-quantum-depth=16 \
--with-gs-font-dir=/usr/share/fonts/type1/gsfonts \
--with-dejavu-font-dir=/usr/share/fonts/truetype/dejavu \
--with-urw-base35-font-dir=none \
--with-urw-base35-type1-font-dir=none \
--with-magick-plus-plus \
--with-djvu \
--with-gslib \
Expand Down
2 changes: 1 addition & 1 deletion release-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10
11

0 comments on commit 17eaf33

Please sign in to comment.