[med-svn] r7850 - trunk/packages/insighttoolkit/trunk/debian

Steven Michael Robbins smr at alioth.debian.org
Sat Sep 17 17:45:36 UTC 2011


Author: smr
Date: 2011-09-17 17:45:36 +0000 (Sat, 17 Sep 2011)
New Revision: 7850

Modified:
   trunk/packages/insighttoolkit/trunk/debian/rules
Log:
Restore variables inadvertently removed.

Modified: trunk/packages/insighttoolkit/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/rules	2011-09-17 17:32:04 UTC (rev 7849)
+++ trunk/packages/insighttoolkit/trunk/debian/rules	2011-09-17 17:45:36 UTC (rev 7850)
@@ -28,6 +28,18 @@
 	-DITK_USE_STRICT_CONCEPT_CHECKING:BOOL=ON \
 	-DUSE_WRAP_ITK:BOOL=OFF
 
+VER_FULL = $(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)
+SOVERSION = $(VER_MAJOR).$(VER_MINOR)
+
+UPSTREAM_SRC = InsightToolkit-$(VER_FULL)
+DEBIAN_SRC_DIR = insighttoolkit-$(VER_FULL)
+DEBIAN_SRC_TAR = insighttoolkit_$(VER_FULL).orig.tar.gz
+
+pkg_lib = libinsighttoolkit$(SOVERSION)
+pkg_dev = libinsighttoolkit$(VER_MAJOR)-dev
+pkg_examples = insighttoolkit$(VER_MAJOR)-examples
+
+
 %:
 	dh $@ --parallel
 




More information about the debian-med-commit mailing list