[med-svn] r2966 - in trunk/packages/dicomscope/trunk/debian: . patches
malat-guest at alioth.debian.org
malat-guest at alioth.debian.org
Mon Jan 12 10:38:46 UTC 2009
Author: malat-guest
Date: 2009-01-12 10:38:45 +0000 (Mon, 12 Jan 2009)
New Revision: 2966
Modified:
trunk/packages/dicomscope/trunk/debian/README.Debian
trunk/packages/dicomscope/trunk/debian/changelog
trunk/packages/dicomscope/trunk/debian/get-orig-source
trunk/packages/dicomscope/trunk/debian/patches/DVPresentationState.patch
trunk/packages/dicomscope/trunk/debian/patches/dicomscope.cfg.patch
trunk/packages/dicomscope/trunk/debian/patches/series
Log:
So we now have a true dicomscope 3.6.0 package
Modified: trunk/packages/dicomscope/trunk/debian/README.Debian
===================================================================
--- trunk/packages/dicomscope/trunk/debian/README.Debian 2009-01-12 10:37:35 UTC (rev 2965)
+++ trunk/packages/dicomscope/trunk/debian/README.Debian 2009-01-12 10:38:45 UTC (rev 2966)
@@ -1,4 +1,3 @@
-This pacackage contains in fact the dicomscope 3.6.0 release thanks to OFFIS Team for releasing the source code of it.
An helper is provided to start the jar archive:
Modified: trunk/packages/dicomscope/trunk/debian/changelog
===================================================================
--- trunk/packages/dicomscope/trunk/debian/changelog 2009-01-12 10:37:35 UTC (rev 2965)
+++ trunk/packages/dicomscope/trunk/debian/changelog 2009-01-12 10:38:45 UTC (rev 2966)
@@ -1,3 +1,9 @@
+dicomscope (3.6.0) experimental; urgency=low
+
+ * New upstream
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com> Mon, 12 Jan 2009 11:12:57 +0100
+
dicomscope (3.5.1) experimental; urgency=low
* Initial release (Closes: #508990)
Modified: trunk/packages/dicomscope/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/dicomscope/trunk/debian/get-orig-source 2009-01-12 10:37:35 UTC (rev 2965)
+++ trunk/packages/dicomscope/trunk/debian/get-orig-source 2009-01-12 10:38:45 UTC (rev 2966)
@@ -38,6 +38,7 @@
find "$DISTDIR" -name *.h -exec dos2unix {} \;
find "$DISTDIR" -name *.cpp -exec dos2unix {} \;
find "$DISTDIR" -name *.txt -exec dos2unix {} \;
+find "$DISTDIR" -name *.MF -exec dos2unix {} \;
GZIP=-9 tar -czf "$NAME"_"$VERSION".orig.tar.gz "$DISTDIR"
Modified: trunk/packages/dicomscope/trunk/debian/patches/DVPresentationState.patch
===================================================================
--- trunk/packages/dicomscope/trunk/debian/patches/DVPresentationState.patch 2009-01-12 10:37:35 UTC (rev 2965)
+++ trunk/packages/dicomscope/trunk/debian/patches/DVPresentationState.patch 2009-01-12 10:38:45 UTC (rev 2966)
@@ -1,14 +1,14 @@
Apparently the original package was compiled on 32bits and thus long and Sint32
could be interchanged
---- dsgui351/interface/libsrc/DVPresentationState.cpp 2009-01-07 17:53:32.279185000 +0100
-+++ dsgui360/interface/libsrc/DVPresentationState.cpp 2009-01-07 17:53:07.074405000 +0100
+--- dicomscope-3.6.0.old/interface/libsrc/DVPresentationState.cpp 2009-01-12 11:16:36.000000000 +0100
++++ dicomscope-3.6.0/interface/libsrc/DVPresentationState.cpp 2009-01-12 11:10:22.000000000 +0100
@@ -979,7 +979,7 @@
{
- DVPresentationState *ps = getAddressOfDVPresentationState (env, obj);
+ DVPresentationState *ps = getAddressOfDVPresentationState (env, obj);
-- long tx, ty, bx, by;
-+ Sint32 tx, ty, bx, by;
+- long tx, ty, bx, by;
++ Sint32 tx, ty, bx, by;
OFCondition res = ps->getStandardDisplayedArea (tx, ty, bx, by);
Modified: trunk/packages/dicomscope/trunk/debian/patches/dicomscope.cfg.patch
===================================================================
--- trunk/packages/dicomscope/trunk/debian/patches/dicomscope.cfg.patch 2009-01-12 10:37:35 UTC (rev 2965)
+++ trunk/packages/dicomscope/trunk/debian/patches/dicomscope.cfg.patch 2009-01-12 10:38:45 UTC (rev 2966)
@@ -57,11 +57,4 @@
# Maximum number of associations the server can handle at the same time.
# This is only applicable on Unix platforms, since Windows does not support
-@@ -1065,6 +1065,7 @@
- Hostname = localhost
- Port = 10006
- Type = LOCALPRINTER
-+
- DisableNewVRs = true
- DisplayFormat=1,1
- FilmDestination = STOREDPRINT
+
Modified: trunk/packages/dicomscope/trunk/debian/patches/series
===================================================================
--- trunk/packages/dicomscope/trunk/debian/patches/series 2009-01-12 10:37:35 UTC (rev 2965)
+++ trunk/packages/dicomscope/trunk/debian/patches/series 2009-01-12 10:38:45 UTC (rev 2966)
@@ -1,4 +1,4 @@
-dsgui_351_360_changes.patch
+#dsgui_351_360_changes.patch
cmakelists.txt.patch
dicomscope_defaultpackage.patch
DVPresentationState.patch
More information about the debian-med-commit
mailing list