summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-12-11 01:46:33 +0100
committerChristian Pointner <equinox@spreadspace.org>2015-12-11 01:46:33 +0100
commit40f24f3b280580cf98af1a8ed18913fa08193f1f (patch)
treea13555cb67cf50217ae97c9a93b5df5d161d6b24
parentimproved debian packaging (diff)
upgraded to acmetool 0.0.21
-rwxr-xr-xbootstrap.sh4
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
3 files changed, 9 insertions, 3 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 691af72..3732c33 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,9 +1,9 @@
#!/bin/sh
-VERSION=0.0.20
+VERSION=0.0.21
echo -n "Fetching release tarballs ... "
-for arch in amd64:amd64 386:i386 arm:armhf; do
+for arch in amd64:amd64 386:i386 arm:armhf arm64:arm64; do
goarch=${arch%:*}
debarch=${arch#*:}
wget -nc https://github.com/hlandau/acme/releases/download/v$VERSION/acmetool-v$VERSION-linux_$goarch.tar.gz 2> /dev/null
diff --git a/debian/changelog b/debian/changelog
index 77696d0..13f6fc2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+acmetool (0.0.21-1) unstable; urgency=medium
+
+ * enabled arm64 since upstream now ships binaries for this arch too
+
+ -- Christian Pointner <equinox@spreadspace.org> Fri, 11 Dec 2015 01:45:34 +0100
+
acmetool (0.0.20-2) unstable; urgency=medium
* added postrm script to clean up when purging package
diff --git a/debian/control b/debian/control
index 979874a..aac9f1e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Standards-Version: 3.9.2
Build-Depends: debhelper (>= 9)
Package: acmetool
-Architecture: amd64 i386 armhf
+Architecture: amd64 i386 armhf arm64
Depends: ${misc:Depends}
Description: command line tool for automatically acquiring certificates
acmetool is an easy-to-use command line tool for automatically acquiring