[pkg-d-commits] [dub] 01/02: Fix typo in build script to set the right version number

Matthias Klumpp mak at moszumanska.debian.org
Wed Jan 3 20:58:36 UTC 2018


This is an automated email from the git hooks/post-receive script.

mak pushed a commit to branch master
in repository dub.

commit fca81f2b232a5f7fc375467c53a4e6707018ddb4
Author: Matthias Klumpp <mak at debian.org>
Date:   Wed Jan 3 21:52:24 2018 +0100

    Fix typo in build script to set the right version number
---
 debian/build_dub.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/build_dub.sh b/debian/build_dub.sh
index 1c5d4d5..e1b0a59 100755
--- a/debian/build_dub.sh
+++ b/debian/build_dub.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 set -e
 
-DEB_VERSION=`dpkg-parsechangelog | awk '/^Version: / { print $$2 }'`
+DEB_VERSION=`dpkg-parsechangelog | awk '/^Version: / { print $2 }'`
 if [ "$GDC" = "" ]; then
         GDC=gdc
 fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/dub.git



More information about the pkg-d-commits mailing list