Skip to content

Commit

Permalink
prepare 2.3.0 build
Browse files Browse the repository at this point in the history
  • Loading branch information
heikoklein committed May 30, 2023
1 parent ce6c1ed commit 73c0177
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion debian.jammy/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Maintainer: Heiko Klein <[email protected]>
Section: science
Priority: optional
Standards-Version: 3.9.5
Build-Depends: debhelper-compat (= 13), libnetcdff-dev, gfortran, libfimex-dev
Build-Depends: debhelper-compat (= 13), libnetcdff-dev, gfortran, libfimex-1.9-dev

Package: bsnap
Architecture: amd64
Expand Down
3 changes: 2 additions & 1 deletion snapPkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

export VERSION=2.2.0
export VERSION=2.3.0
#VERSION_=`echo -n $VERSION | tr '.' '_'`

# We do not have a way of cross-compiling,
Expand All @@ -15,6 +15,7 @@ rm --force current.mk
if [ $PLATFORM = bionic ]; then
ln --symbolic ubuntuBionic.mk current.mk
elif [ $PLATFORM = jammy ]; then
export SNAP_FIMEX_VERSION=1.9
ln --symbolic gcc_pkgconfig.mk current.mk
fi
make clean
Expand Down
6 changes: 6 additions & 0 deletions utils/SnapPy/debian.jammy/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
snap-py (2.3.0-1) jammy; urgency=medium

* enable bomb-decay

-- Heiko Klein <[email protected]> Tue, 30 May 2023 11:30:30 +0200

snap-py (1.8.2-1) jammy; urgency=medium

* packaging for jammy
Expand Down
4 changes: 2 additions & 2 deletions utils/SnapPy/debpkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ if [ ! -f "Snappy/resources/1-s2.0-S0146645313000110-mmc1.zip" ]; then
fi

HOST=$(lsb_release --codename --short)
export VERSION=2.2.0
CHANGELOG="improved vertical diffusion"
export VERSION=2.3.0
CHANGELOG="enable bomb-decay"
export DEBEMAIL=${USER}@met.no
rm --force debian
ln --symbolic debian.$HOST debian
Expand Down

0 comments on commit 73c0177

Please sign in to comment.