chiark / gitweb /
ubuntu-paste: convert to python3/argparse/requests
[bin.git] / ubuntu-make-mergelog
index 1d3899d8d5f23d4a1d4558976df7d0f63d11f7f9..ad0a603723c70b93affa1a8475bea0734d665f62 100755 (executable)
@@ -8,7 +8,7 @@ VERSION_NOEPOCH="${VERSION#*:}"
 
 CURDIR="$(pwd)"
 
-dch -v"${VERSION}ubuntu1" -D UNRELEASED 'Resynchronise with Debian. Remaining changes:'
+dch -v"${VERSION}ubuntu1" -D UNRELEASED 'Resynchronise with Debian.  Remaining changes:'
 
 if [ "${CURDIR##*/}" = "$SOURCE-$VERSION_NOEPOCH" ]; then
        echo cd "${CURDIR}ubuntu1"