This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
Releases: sean0921/sac_debian_packager
Releases · sean0921/sac_debian_packager
Version 101.6a-4+sdp2.2
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
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
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
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
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
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
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
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
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