r35470 - in /packages/openigtlink/trunk/debian: changelog copyright get-orig-source rules

domibel-guest at users.alioth.debian.org domibel-guest at users.alioth.debian.org
Sun Feb 8 07:10:38 UTC 2009


Author: domibel-guest
Date: Sun Feb  8 07:10:36 2009
New Revision: 35470

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35470
Log:
fixed configure issue

Modified:
    packages/openigtlink/trunk/debian/changelog
    packages/openigtlink/trunk/debian/copyright
    packages/openigtlink/trunk/debian/get-orig-source
    packages/openigtlink/trunk/debian/rules

Modified: packages/openigtlink/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/openigtlink/trunk/debian/changelog?rev=35470&op=diff
==============================================================================
--- packages/openigtlink/trunk/debian/changelog (original)
+++ packages/openigtlink/trunk/debian/changelog Sun Feb  8 07:10:36 2009
@@ -1,3 +1,10 @@
+openigtlink (1.0.0~svn3634-1) unstable; urgency=low
+
+  * new snapshot
+  * fixed configure issue
+
+ -- Dominique Belhachemi <domibel at cs.tu-berlin.de>  Sun, 08 Feb 2009 01:55:45 -0500
+
 openigtlink (1.0.0~svn3601-1) unstable; urgency=low
 
   * Initial release (Closes: #509309)

Modified: packages/openigtlink/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/openigtlink/trunk/debian/copyright?rev=35470&op=diff
==============================================================================
--- packages/openigtlink/trunk/debian/copyright (original)
+++ packages/openigtlink/trunk/debian/copyright Sun Feb  8 07:10:36 2009
@@ -37,6 +37,5 @@
 Files: debian/*
 Copyright: 2008, Dominique Belhachemi <domibel at cs.tu-berlin.de>
 License: GPL-2+
- The Debian packaging is licensed under the GPL,
- see `/usr/share/common-licenses/GPL'
-
+ The Debian packaging is licensed under the GPL-2 or any later version,
+ see `/usr/share/common-licenses/GPL-2'

Modified: packages/openigtlink/trunk/debian/get-orig-source
URL: http://svn.debian.org/wsvn/debian-science/packages/openigtlink/trunk/debian/get-orig-source?rev=35470&op=diff
==============================================================================
--- packages/openigtlink/trunk/debian/get-orig-source (original)
+++ packages/openigtlink/trunk/debian/get-orig-source Sun Feb  8 07:10:36 2009
@@ -1,6 +1,6 @@
 VERSION=1.0.0
 PACKAGE=openigtlink
-REVISION=3601
+REVISION=3634
 
 svn co -r $REVISION http://svn.na-mic.org/NAMICSandBox/trunk/OpenIGTLink OpenIGTLink
 

Modified: packages/openigtlink/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/openigtlink/trunk/debian/rules?rev=35470&op=diff
==============================================================================
--- packages/openigtlink/trunk/debian/rules (original)
+++ packages/openigtlink/trunk/debian/rules Sun Feb  8 07:10:36 2009
@@ -13,10 +13,11 @@
 
 
 # Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
+export DH_VERBOSE=0
 
 STATIC_BUILD_PATH = DEB_build_static
 SHARED_BUILD_PATH = DEB_build_shared
+
 CMAKE_FLAGS = -DCMAKE_INSTALL_PREFIX:PATH=/usr \
               -DCMAKE_CXX_FLAGS="-Wno-deprecated" \
               -DCMAKE_VERBOSE_MAKEFILE=$(DH_VERBOSE) \
@@ -32,6 +33,7 @@
 
 
 configure: configure-stamp
+
 configure-stamp: patch-stamp
 	dh_testdir
 
@@ -49,14 +51,13 @@
 	cd $(SHARED_BUILD_PATH) \
             && cmake $(CURDIR) $(CMAKE_FLAGS) -DBUILD_SHARED_LIBS:BOOL=ON
 
-
-	touch configure-stamp
+	touch $@
 
 
 build: build-arch
 
 build-arch: build-arch-stamp
-build-arch-stamp: configure
+build-arch-stamp: configure-stamp
 	dh_testdir
 
 	# Add here commands to compile the package.
@@ -73,7 +74,7 @@
 	touch $@
 
 build-indep: build-indep-stamp
-build-indep-stamp: configure
+build-indep-stamp: configure-stamp
 	dh_testdir
 
 #	$(MAKE) $(JOBS) DoxygenDoc -C $(STATIC_BUILD_PATH)




More information about the debian-science-commits mailing list