From 5b962abcbb952e5409e2b2a1ecbc71b5d370cdea Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Thu, 10 Oct 2013 23:56:19 +0000 Subject: [PATCH] xfsprogs: fix a warning in the deb build Fixes a warning in the deb build for me, plus some trivial cleanup in the release script. Signed-off-by: Nathan Scott Reviewed-by: Rich Johnston Signed-off-by: Rich Johnston --- debian/changelog | 2 +- release.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 125471d7f..0935e0751 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ xfsprogs (3.1.11) unstable; urgency=low * New upstream release - -- Nathan Scott Wed, 08 May 2013 12:59:56 -0500 + -- Nathan Scott Wed, 08 May 2013 12:59:56 -0500 xfsprogs (3.1.9) unstable; urgency=low diff --git a/release.sh b/release.sh index db5cc74fa..e20957415 100755 --- a/release.sh +++ b/release.sh @@ -1,6 +1,6 @@ -#!/bin/bash +#!/bin/sh # -# Automate generation a new release +# Automate generation of a new release # . ./VERSION -- 2.47.2