Skip to content

Commit

Permalink
Merge pull request #341 from kngai/debian-rules-fix-gcweb
Browse files Browse the repository at this point in the history
Fix debian/rules for GCWeb
  • Loading branch information
tomkralidis authored Jun 24, 2024
2 parents e4ebb51 + f8d55c3 commit c3e8228
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ MSC_PYGEOAPI_VERSION=$(shell dpkg-parsechangelog -SVersion)
&& rm -f ./SCHEMAS_OPENGIS_NET.zip
sed -i "s/MSC_PYGEOAPI_VERSION/$(MSC_PYGEOAPI_VERSION)/" theme/templates/_base.html

curl -L https://github.com/wet-boew/GCWeb/releases/download/v14.6.0/themes-dist-14.6.0-gcweb.1.zip -o ./themes-gcweb.zip
&& unzip -o ./themes-gcweb.zip "*/GCWeb/*" -d theme/static
&& unzip -o ./themes-gcweb.zip "*/wet-boew/*" -d theme/static
&& mv ./theme/static/themes-dist-14.6.0-gcweb ./theme/static/themes-gcweb
curl -L https://github.com/wet-boew/GCWeb/releases/download/v14.6.0/themes-dist-14.6.0-gcweb.1.zip -o ./themes-gcweb.zip \
&& unzip -o ./themes-gcweb.zip "*/GCWeb/*" -d theme/static \
&& unzip -o ./themes-gcweb.zip "*/wet-boew/*" -d theme/static \
&& rm -rf ./theme/static/themes-gcweb \
&& mv ./theme/static/themes-dist-14.6.0-gcweb ./theme/static/themes-gcweb \
&& rm -f ./themes-gcweb.zip

override_dh_auto_test:
Expand Down

0 comments on commit c3e8228

Please sign in to comment.