[med-svn] r8293 - trunk/packages/vxl/trunk/debian

Mathieu Malaterre malat-guest at alioth.debian.org
Wed Oct 26 15:32:11 UTC 2011


Author: malat-guest
Date: 2011-10-26 15:32:11 +0000 (Wed, 26 Oct 2011)
New Revision: 8293

Modified:
   trunk/packages/vxl/trunk/debian/rules
Log:
missing VER_MAJOR

Modified: trunk/packages/vxl/trunk/debian/rules
===================================================================
--- trunk/packages/vxl/trunk/debian/rules	2011-10-26 15:28:41 UTC (rev 8292)
+++ trunk/packages/vxl/trunk/debian/rules	2011-10-26 15:32:11 UTC (rev 8293)
@@ -6,6 +6,7 @@
 
 VER_FULL = $(shell dpkg-parsechangelog | grep '^Version' | cut -d' ' -f2 | cut -f1 -d-)
 SOVERSION = $(shell echo $(VER_FULL) | cut -f1-2 -d.)
+VER_MAJOR = $(shell echo $(VER_FULL) | cut -f1   -d.)
 
 UPSTREAM_SRC = vxl-$(VER_FULL)
 DEBIAN_SRC_DIR = vxl-$(VER_FULL)




More information about the debian-med-commit mailing list