[med-svn] r6195 - trunk/packages/ctk/debian

Mathieu Malaterre malat-guest at alioth.debian.org
Tue Mar 8 09:04:52 UTC 2011


Author: malat-guest
Date: 2011-03-08 09:04:45 +0000 (Tue, 08 Mar 2011)
New Revision: 6195

Modified:
   trunk/packages/ctk/debian/changelog
   trunk/packages/ctk/debian/control
   trunk/packages/ctk/debian/get-orig-source
   trunk/packages/ctk/debian/libctkcore0-dev.install
   trunk/packages/ctk/debian/libctkcore0.1.install
   trunk/packages/ctk/debian/rules
Log:
First version of CTK working

Modified: trunk/packages/ctk/debian/changelog
===================================================================
--- trunk/packages/ctk/debian/changelog	2011-03-08 08:50:11 UTC (rev 6194)
+++ trunk/packages/ctk/debian/changelog	2011-03-08 09:04:45 UTC (rev 6195)
@@ -1,5 +1,5 @@
 ctk (0.1.0-1) unstable; urgency=low
 
-  * Initial release (Closes: #616698)
+  * Initial release (Closes: #617337)
 
  -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Sat, 05 Mar 2011 16:34:12 +0100

Modified: trunk/packages/ctk/debian/control
===================================================================
--- trunk/packages/ctk/debian/control	2011-03-08 08:50:11 UTC (rev 6194)
+++ trunk/packages/ctk/debian/control	2011-03-08 09:04:45 UTC (rev 6195)
@@ -4,7 +4,7 @@
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 DM-Upload-Allowed: yes
 Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), cmake, quilt (>= 0.46-7~), libpythonqt2-dev (>= 2.0.1), liblog4qt0-dev (>= 0.3)
+Build-Depends: debhelper (>= 7.0.50~), cmake, quilt (>= 0.46-7~), libpythonqt2-dev (>= 2.0.1), liblog4qt0-dev (>= 0.3), binutils-dev
 Standards-Version: 3.9.1
 Homepage: http://commontk.org
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/ctk/trunk/?rev=0&sc=0
@@ -31,7 +31,7 @@
  .
  This is the CTK Core plugin
 
-Package: libpythonqt2-dev
+Package: libctkcore0-dev
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: CTK core

Modified: trunk/packages/ctk/debian/get-orig-source
===================================================================
--- trunk/packages/ctk/debian/get-orig-source	2011-03-08 08:50:11 UTC (rev 6194)
+++ trunk/packages/ctk/debian/get-orig-source	2011-03-08 09:04:45 UTC (rev 6195)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-VERSION=0.1
+VERSION=0.1.0
 
 # Clone from github:
 git clone git://github.com/commontk/CTK.git ctk-$VERSION
@@ -9,4 +9,4 @@
 rm -rf ctk-$VERSION/.git
 
 GZIP=-9 tar cfz ctk_"$VERSION".orig.tar.gz ctk-"$VERSION"
-rm -rf ctk-"$VERSION"
+#rm -rf ctk-"$VERSION"

Modified: trunk/packages/ctk/debian/libctkcore0-dev.install
===================================================================
--- trunk/packages/ctk/debian/libctkcore0-dev.install	2011-03-08 08:50:11 UTC (rev 6194)
+++ trunk/packages/ctk/debian/libctkcore0-dev.install	2011-03-08 09:04:45 UTC (rev 6195)
@@ -1,2 +1,2 @@
-usr/lib/libPythonQt.so
-usr/include/PythonQt/*.h
+usr/lib/ctk-0.1/libCTK*.so usr/lib
+usr/include/ctk-0.1/*.h

Modified: trunk/packages/ctk/debian/libctkcore0.1.install
===================================================================
--- trunk/packages/ctk/debian/libctkcore0.1.install	2011-03-08 08:50:11 UTC (rev 6194)
+++ trunk/packages/ctk/debian/libctkcore0.1.install	2011-03-08 09:04:45 UTC (rev 6195)
@@ -1 +1 @@
-usr/lib/libPythonQt.so.*
+usr/lib/ctk-0.1/libCTK*.so.* usr/lib

Modified: trunk/packages/ctk/debian/rules
===================================================================
--- trunk/packages/ctk/debian/rules	2011-03-08 08:50:11 UTC (rev 6194)
+++ trunk/packages/ctk/debian/rules	2011-03-08 09:04:45 UTC (rev 6195)
@@ -12,5 +12,8 @@
 %:
 	dh --parallel --with quilt --buildsystem=cmake $@ 
 
+override_dh_auto_configure:
+	dh_auto_configure -- -DCTK_SUPERBUILD:BOOL=OFF -DBUILD_TESTING:BOOL=OFF
+
 get-orig-source:
 	./debian/get-orig-source




More information about the debian-med-commit mailing list