Author: malat-guest Date: 2011-10-26 13:25:56 +0000 (Wed, 26 Oct 2011) New Revision: 8286
Modified: trunk/packages/vxl/trunk/debian/rules Log: how did that happen. Modified: trunk/packages/vxl/trunk/debian/rules =================================================================== --- trunk/packages/vxl/trunk/debian/rules 2011-10-26 13:22:35 UTC (rev 8285) +++ trunk/packages/vxl/trunk/debian/rules 2011-10-26 13:25:56 UTC (rev 8286) @@ -5,7 +5,7 @@ -include /usr/share/dpkg/buildflags.mk VER_FULL = $(shell dpkg-parsechangelog | grep '^Version' | cut -d' ' -f2 | cut -f1 -d-) -SOVERSION = $(shell $(VER_FULL) | cut -f1-2 -d.) +SOVERSION = $(shell echo $(VER_FULL) | cut -f1-2 -d.) UPSTREAM_SRC = vxl-$(VER_FULL) DEBIAN_SRC_DIR = vxl-$(VER_FULL) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
