[med-svn] r6863 - trunk/packages/ginkgocadx/trunk/debian

Mathieu Malaterre malat-guest at alioth.debian.org
Sat May 28 11:13:43 UTC 2011


Author: malat-guest
Date: 2011-05-28 11:13:43 +0000 (Sat, 28 May 2011)
New Revision: 6863

Modified:
   trunk/packages/ginkgocadx/trunk/debian/rules
Log:
VER_FULL was not working with zsh

Modified: trunk/packages/ginkgocadx/trunk/debian/rules
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/rules	2011-05-27 21:54:02 UTC (rev 6862)
+++ trunk/packages/ginkgocadx/trunk/debian/rules	2011-05-28 11:13:43 UTC (rev 6863)
@@ -8,7 +8,7 @@
 %:
 	dh $@ -buildsystem cmake 
 
-VER_FULL = $(shell dpkg-parsechangelog | grep ^Version | cut -f2 -d: | cut -f1 -d-)
+VER_FULL = $(shell dpkg-parsechangelog | grep '^Version' | cut -d' ' -f2 | cut -f1 -d-)
 
 UPSTREAM_SRC = ginkgocadx-$(VER_FULL)
 DEBIAN_SRC_DIR = ginkgocadx-$(VER_FULL)




More information about the debian-med-commit mailing list