[med-svn] [scythe] 01/01: String-ify the dpkg-changelog generate version

Kevin Murray daube-guest at moszumanska.debian.org
Wed Sep 23 13:08:29 UTC 2015


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

daube-guest pushed a commit to branch master
in repository scythe.

commit 8de14bcefd2c564b8115c2ef35c8d3c348222790
Author: Kevin Murray <spam at kdmurray.id.au>
Date:   Wed Sep 23 23:08:00 2015 +1000

    String-ify the dpkg-changelog generate version
---
 .../patches/0003-Get-package-version-from-dpkg-parsechangelog.patch   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/0003-Get-package-version-from-dpkg-parsechangelog.patch b/debian/patches/0003-Get-package-version-from-dpkg-parsechangelog.patch
index 73faedf..adecb79 100644
--- a/debian/patches/0003-Get-package-version-from-dpkg-parsechangelog.patch
+++ b/debian/patches/0003-Get-package-version-from-dpkg-parsechangelog.patch
@@ -7,13 +7,13 @@ Subject: Get package version from dpkg-parsechangelog
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/Makefile b/Makefile
-index 3cabbbd..4715a3e 100644
+index 3cabbbd..1c98cce 100644
 --- a/Makefile
 +++ b/Makefile
 @@ -1,5 +1,5 @@
  PROGRAM_NAME = scythe
 -VERSION = 0.994
-+VERSION = $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
++VERSION ="$(shell dpkg-parsechangelog | grep '^Version:' | cut -f 2 -d ' ')"
  CC = gcc
  DEBUG ?= 0
  ifeq ($(DEBUG), 1)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/scythe.git



More information about the debian-med-commit mailing list