r35606 - in /packages/openigtlink/trunk/debian: changelog get-orig-source openigtlink-doc.postinst openigtlink-doc.prerm patches/10_all_changes.dpatch watch watch.openigtlink
domibel-guest at users.alioth.debian.org
domibel-guest at users.alioth.debian.org
Thu Mar 26 23:41:13 UTC 2009
Author: domibel-guest
Date: Thu Mar 26 23:41:13 2009
New Revision: 35606
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35606
Log:
new upstream, improved watchfile
Added:
packages/openigtlink/trunk/debian/watch
- copied unchanged from r35595, packages/openigtlink/trunk/debian/watch.openigtlink
Removed:
packages/openigtlink/trunk/debian/openigtlink-doc.postinst
packages/openigtlink/trunk/debian/openigtlink-doc.prerm
packages/openigtlink/trunk/debian/watch.openigtlink
Modified:
packages/openigtlink/trunk/debian/changelog
packages/openigtlink/trunk/debian/get-orig-source
packages/openigtlink/trunk/debian/patches/10_all_changes.dpatch
Modified: packages/openigtlink/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/openigtlink/trunk/debian/changelog?rev=35606&op=diff
==============================================================================
--- packages/openigtlink/trunk/debian/changelog (original)
+++ packages/openigtlink/trunk/debian/changelog Thu Mar 26 23:41:13 2009
@@ -1,8 +1,7 @@
-openigtlink (1.0.0~svn3634-1) unstable; urgency=low
+openigtlink (1.0.0~svn3987-1) unstable; urgency=low
* new snapshot
* fixed configure issue
- * better doc-base support
* added watch file (Closes: #520529)
-- Dominique Belhachemi <domibel at cs.tu-berlin.de> Sun, 08 Feb 2009 01:55:45 -0500
Modified: packages/openigtlink/trunk/debian/get-orig-source
URL: http://svn.debian.org/wsvn/debian-science/packages/openigtlink/trunk/debian/get-orig-source?rev=35606&op=diff
==============================================================================
--- packages/openigtlink/trunk/debian/get-orig-source (original)
+++ packages/openigtlink/trunk/debian/get-orig-source Thu Mar 26 23:41:13 2009
@@ -1,18 +1,14 @@
+#!/bin/sh
+set -ex
+
+PACKAGE=openigtlink
VERSION=1.0.0
-PACKAGE=openigtlink
-REVISION=3634
+REVISION=3987
-svn co -r $REVISION http://svn.na-mic.org/NAMICSandBox/trunk/OpenIGTLink OpenIGTLink
+TARFILE=${PACKAGE}_${VERSION}~svn${REVISION}.orig.tar.gz
+FOLDER=${PACKAGE}-${VERSION}~svn${REVISION}
-find OpenIGTLink/ -depth -type d -name ".svn" | xargs rm -rf
+svn export --quiet --revision ${REVISION} http://svn.na-mic.org/NAMICSandBox/trunk/OpenIGTLink ${FOLDER}
-#TARFILE=openigtlink_$VERSION.orig.tar.gz
-#FOLDER=$PACKAGE-$VERSION
-
-TARFILE=openigtlink_$VERSION~svn$REVISION.orig.tar.gz
-FOLDER=$PACKAGE-$VERSION~svn$REVISION
-
-mv OpenIGTLink $FOLDER
-
-GZIP=-9 tar cvzf $TARFILE $FOLDER
-rm -rf $FOLDER
+GZIP=-9 tar czf ${TARFILE} ${FOLDER}
+rm -rf ${FOLDER}
Modified: packages/openigtlink/trunk/debian/patches/10_all_changes.dpatch
URL: http://svn.debian.org/wsvn/debian-science/packages/openigtlink/trunk/debian/patches/10_all_changes.dpatch?rev=35606&op=diff
==============================================================================
--- packages/openigtlink/trunk/debian/patches/10_all_changes.dpatch (original)
+++ packages/openigtlink/trunk/debian/patches/10_all_changes.dpatch Thu Mar 26 23:41:13 2009
@@ -5,9 +5,9 @@
## DP: Changes some installation paths
@DPATCH@
-diff -urNad openigtlink-1.0.0~svn3634~/CMakeLists.txt openigtlink-1.0.0~svn3634/CMakeLists.txt
---- openigtlink-1.0.0~svn3634~/CMakeLists.txt 2009-02-08 01:59:56.000000000 -0500
-+++ openigtlink-1.0.0~svn3634/CMakeLists.txt 2009-03-08 11:22:44.000000000 -0400
+diff -urNad openigtlink-1.0.0~svn3987~/CMakeLists.txt openigtlink-1.0.0~svn3987/CMakeLists.txt
+--- openigtlink-1.0.0~svn3987~/CMakeLists.txt 2009-03-26 18:41:18.000000000 -0400
++++ openigtlink-1.0.0~svn3987/CMakeLists.txt 2009-03-26 18:41:21.000000000 -0400
@@ -59,24 +59,34 @@
# OpenIGTLink_INSTALL_NO_DOCUMENTATION - do not install documentation files
@@ -57,40 +57,9 @@
${OpenIGTLink_BINARY_DIR}/UseOpenIGTLink.cmake
DESTINATION ${OpenIGTLink_INSTALL_PACKAGE_DIR}
COMPONENT Development
-diff -urNad openigtlink-1.0.0~svn3634~/Documents/Doxygen/MainPage.dox openigtlink-1.0.0~svn3634/Documents/Doxygen/MainPage.dox
---- openigtlink-1.0.0~svn3634~/Documents/Doxygen/MainPage.dox 2009-02-08 01:59:54.000000000 -0500
-+++ openigtlink-1.0.0~svn3634/Documents/Doxygen/MainPage.dox 2009-03-08 11:23:54.000000000 -0400
-@@ -20,22 +20,22 @@
- * IGT application easier.
- * To achieve this objective, we have the following rules to design the protocol:
- *
-- * \item Open. It is important to invite the IGT developers as many as possible
-+ * \arg \c Open. It is important to invite the IGT developers as many as possible
- * to make the protocol more universal, compatible and reliable.
- * It is also important to allow commercial use without any fee, to increase
- * the number of commercial softwares and devices compatible with Open IGT Link,
- * which contributes interoperativity in the IGT scene.
- *
-- * \item Simple. In IGT environment, wide variety of architectures are used,
-+ * \arg \c Simple. In IGT environment, wide variety of architectures are used,
- * from embedded systems to high-performance computers. It is difficult to support
- * all of them by providing a single open-source library, thus the developers
- * sometime have to implement the interface by themselves.
- *
-- * \item Extensible. Type of data transfered in the IGT scene varies by clinical applications.
-+ * \arg \c Extensible. Type of data transfered in the IGT scene varies by clinical applications.
- * The protocol must have mechanism for the developers to define their own data types.
- *
-- * \item Reliable. The protocol should provides a mechanism to verify data integrity.
-- * This is extremely important for the saftware to get approved and commercialized.
-+ * \arg \c Reliable. The protocol should provides a mechanism to verify data integrity.
-+ * This is extremely important for the software to get approved and commercialized.
- *
- * \section homepage More Information
- *
-diff -urNad openigtlink-1.0.0~svn3634~/OpenIGTLinkConfig.cmake.in openigtlink-1.0.0~svn3634/OpenIGTLinkConfig.cmake.in
---- openigtlink-1.0.0~svn3634~/OpenIGTLinkConfig.cmake.in 2009-02-08 01:59:56.000000000 -0500
-+++ openigtlink-1.0.0~svn3634/OpenIGTLinkConfig.cmake.in 2009-03-08 11:22:44.000000000 -0400
+diff -urNad openigtlink-1.0.0~svn3987~/OpenIGTLinkConfig.cmake.in openigtlink-1.0.0~svn3987/OpenIGTLinkConfig.cmake.in
+--- openigtlink-1.0.0~svn3987~/OpenIGTLinkConfig.cmake.in 2009-03-26 18:41:18.000000000 -0400
++++ openigtlink-1.0.0~svn3987/OpenIGTLinkConfig.cmake.in 2009-03-26 18:41:21.000000000 -0400
@@ -7,10 +7,10 @@
@OpenIGTLink_CONFIG_CODE@
More information about the debian-science-commits
mailing list