Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Releases: sean0921/sac_debian_packager

Version 101.6a-4+sdp2.2

17 Aug 07:56
ddbe14a
Compare
Choose a tag to compare

Changes

  • various backports for v101.6a (because there's still too many issue in version 102.0).

Use apt to upgrade SAC by built package

sudo apt install ./sac-iris-101.6a-4+sdp2.2*_amd64.deb

or (in Ubuntu/Debian VM for Apple Silicon M1 or Reapberry Pi OS 64bit or other arm64 Debian-like system)

sudo apt install ./sac-iris-101.6a-4+sdp2.2*_arm64.deb

Release version 102.0-1+sdp3.2

01 May 01:30
246df29
Compare
Choose a tag to compare

Changes

  • 246df29 fix: fix shellcheck warning: SC2046, SC1091, SC2035
  • 618fb58 style: unify the bash variable style
  • 0a975f1 chore: add support for Ubuntu Jammy
  • 6ba2fcf feat: Disable "quick and dirty plot" option by default

Use apt to upgrade SAC by built package

sudo apt install ./sac-iris-102.0-1+sdp3.2*_amd64.deb

or (in Ubuntu/Debian VM for Apple Silicon M1 or Reapberry Pi OS 64bit or other arm64 Debian-like system)

sudo apt install ./sac-iris-102.0-1+sdp3.2*_arm64.deb

Release version 102.0-1+sdp3.1

15 Feb 06:36
fe665f4
Compare
Choose a tag to compare

Changes

  • add support for Debian bookworm/sid
  • Changed to Unlicense

Use apt to upgrade SAC by built package

sudo apt install ./sac-iris-102.0-1+sdp3.1*_amd64.deb

or (in Ubuntu/Debian VM for Apple Silicon M1 or Reapberry Pi OS 64bit or other arm64 Debian-like system)

sudo apt install ./sac-iris-102.0-1+sdp3.1*_arm64.deb

Version 102.0-1+sdp3.0

06 Jun 14:19
Compare
Choose a tag to compare

Changes

  • add a script to run program directly after installation without logging out
  • simplify distro name detection procedure
  • update distro name content of Debian Bullseye(11)

Use apt to upgrade SAC by built package

sudo apt install ./sac-iris-102.0-1+sdp3.0*_amd64.deb

or (in Ubuntu/Debian VM for Apple Silicon M1 or Reapberry Pi OS 64bit or other arm64 Debian-like system)

sudo apt install ./sac-iris-102.0-1+sdp3.0*_arm64.deb

Version 102.0-1+sdp2.0

14 May 11:33
Compare
Choose a tag to compare

Changes

  • Add ARM64 Support (Use case: Apple Silicon M1)

Use apt to upgrade SAC by built package

sudo apt install ./sac-iris-102.0-1+sdp2.0*_amd64.deb

or (in Ubuntu/Debian VM for Apple Silicon M1 or Reapberry Pi OS 64bit or other arm64 Debian-like system)

sudo apt install ./sac-iris-102.0-1+sdp2.0*_arm64.deb

Version 102.0-1+sdp1.1

03 Dec 15:26
Compare
Choose a tag to compare

Changes

  • update to packaging new upstream release: version 102.0
  • refresh patch for resolving problem in packaging
  • remove -fcommon for legacy code fixed by upstream
  • update required dependencies

Use apt to upgrade SAC by built package

sudo apt install ./sac-iris-102.0-1+sdp1.1*_amd64.deb

Version 102.0-1+sdp1.0

03 Dec 13:13
Compare
Choose a tag to compare

Changes

  • update to packaging new upstream release: version 102.0
  • refresh patch for resolving problem in packaging

Use apt to upgrade SAC by built package

sudo apt install ./sac-iris-102.0-1+sdp1.0*_amd64.deb

SAC Debian/Ubuntu Packager ver 101.6a-3+sdp2.0

17 Aug 09:31
Compare
Choose a tag to compare

Changes (mostly in build.bash)

  • add option for switching using fakeroot mode
  • change argument condition phraser to case statements
  • split maintainer info as a variable
  • Try let it pass compilation with gcc >=10 (-fcommon)
  • Merge clean.bash script into --clean options
  • Use GNU Autotools to reconfigure before building SAC
  • consider legacy formated name of tarball

Use apt to upgrade by built package

sudo apt install ./sac-iris-101.6a-3+sdp2.0debian10_amd64.deb

SAC Debian/Ubuntu Packager ver 101.6a-2+sdp1.1

28 Jun 14:11
Compare
Choose a tag to compare

Features

  • Enable libpng support in build script

Fixes

  • Refine output information in cleaning steps

Note

  • Because of LICENSE restriction, this repository does NOT provide IRIS's SAC source code for you. You have to APPLY and download sources tarball on your own if you have related qualifications!
  • Please see commit log to see previous added features and fixes