From 58da5d7942a884664f8d445bd6c8d4892b8863c4 Mon Sep 17 00:00:00 2001 From: HungryHobo Date: Wed, 24 Nov 2010 17:45:13 +0000 Subject: [PATCH 1/2] * Don't use bash explicitly * Don't put the signer's name into the SignWith field, use the email address instead to avoid problems with spaces --- debian/makerepo.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/makerepo.sh b/debian/makerepo.sh index ad845f31d..4f1078627 100755 --- a/debian/makerepo.sh +++ b/debian/makerepo.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # This script creates a Debian repository in ${DIR} using the reprepro tool. # The packages are signed with the key referenced in the newest changelog entry. @@ -9,9 +9,7 @@ DIR=./repo CONFDIR=conf CONFFILE=${CONFDIR}/distributions -SIGNER=`parsechangelog --file changelog | grep Maintainer | cut -d: -f2` -SIGNER=${SIGNER//^ /} -SIGNER=`echo ${SIGNER} | cut -d\ -f1` +SIGNER=`parsechangelog --file changelog | grep Maintainer | cut -d\< -f2 | cut -d\> -f1` KEYID=`gpg --list-keys "${SIGNER}" | cut -d: -f2 | grep -w pub | cut -d/ -f2 | cut -d\ -f1` echo Using signing key: ${SIGNER} echo Key ID: ${KEYID} From ef92123e005b403eb0b886cf3d541eda62972530 Mon Sep 17 00:00:00 2001 From: HungryHobo Date: Wed, 24 Nov 2010 17:46:23 +0000 Subject: [PATCH 2/2] 0.8.1-6 --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1e92507d8..110bae03b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +i2p (0.8.1-4) all; urgency=low + * I2P 0.8.1-6 + * Closes: #448638 + -- Hungry Hobo Mon, 24 Nov 2010 17:14:57 +0000 + +i2p (0.8.1-3) all; urgency=low + * I2P 0.8.1-3 + -- Hungry Hobo Mon, 21 Nov 2010 17:14:57 +0000 + i2p (0.8.1) all; urgency=low * Speedups * Bugfixes