[SCM] mjpegtools/master: Fix parse error in get-orig-source
lucidfox-guest at users.alioth.debian.org
lucidfox-guest at users.alioth.debian.org
Sat Apr 30 17:37:27 UTC 2011
The following commit has been merged in the master branch:
commit 5b9d13746222efc480a2068a7441c35928c7741c
Author: Maia Kozheva <sikon at ubuntu.com>
Date: Sun May 1 00:37:18 2011 +0700
Fix parse error in get-orig-source
diff --git a/debian/rules b/debian/rules
index e410d9b..668824b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ common-install-impl::
done
PACKAGE = mjpegtools
-VERSION = $(shell dpkg-parsechangelog | grep Version | sed -r "s/Version: (.*)\+debian.*/\1/")
+VERSION = $(shell dpkg-parsechangelog | grep "^Version:" | sed -r "s/Version: (.*)\+debian.*/\1/")
TARBALL_VERSION = $(shell echo $(VERSION) | sed "s/~//")
TARBALL_DIR = $(PACKAGE)-$(shell echo $(VERSION) | sed "s/~.*//")
--
mjpegtools packaging
More information about the pkg-multimedia-commits
mailing list