Taken as a complete snapshot on 2020-02-15 at sha1 519d6d9 from https://github.com/awslabs/aws-checksums
Updated 2020-07-09 with release 0.1.7 sha1 d700597
Updated 2020-10-29 with release 0.1.9 sha1 8e1a84c
No changes made other than
- downloading / copying all files as is into
pkg/
- addition of debian/ directory for unofficial / informal Debian packaging
- addition of this README.md to document the changes
Create yourself a .orig.tar.gz
and use it with dpkg-buildpackage
as for example via
tar cvz --exclude=.git --exclude=debian --file aws-checksums_0.1.9.orig.tar.gz pkg
cd pkg && dpkg-buildpackage -rfakeroot -us -uc -tc
which will create the .deb
package you can install, the related
changes, dsc, ... files (which you can ignore), not sign them and run
make clean
at the end.
All the actual upstream code in this repository is copyrighted by Amazon as stated in the their repository, and licensed under Apache-2.0.
The Debian packaging is copyright Dirk Eddelbuettel and GPL'ed as usual.