-
Notifications
You must be signed in to change notification settings - Fork 0
Debian Packages
Christian edited this page Nov 8, 2024
·
7 revisions
Experimental packages for Debian (use [arch=all]
in sources.list for other architectures than amd64
!) can be found in the Froonix Repository or at the release page. Tested at Debian Bullseye, but there's no guarantee that the package works on every Debian release!
sudo apt install git build-essential devscripts
git clone "https://github.com/froonix/msmtp-yaqi.git"
cd "msmtp-yaqi"
## Switch to a feature or bugfix branch
#git checkout "foobar"
# Build fake tarball for source format quilt...
tar -c -f ../msmtp-yaqi_0.0.0.orig.tar.xz -a -v --exclude='.git*' --exclude='debian' ./
# Build the package, but don't sign it!
debuild -us -uc
sudo apt install build-essential devscripts
wget "https://github.com/froonix/msmtp-yaqi/archive/release-0.2.0.tar.gz"
mv -vn "release-0.2.0.tar.gz" "msmtp-yaqi_0.2.0.orig.tar.gz"
tar xfv "msmtp-yaqi_0.2.0.orig.tar.gz"
cd "msmtp-yaqi-release-0.2.0"
# Build the package, but don't sign it!
debuild -us -uc
msmtp-yaqi wiki