[med-svn] r2847 - in trunk/packages/dcmtk/branches/experimental/debian: . patches
malat-guest at alioth.debian.org
malat-guest at alioth.debian.org
Tue Dec 23 15:55:36 UTC 2008
Author: malat-guest
Date: 2008-12-23 15:55:36 +0000 (Tue, 23 Dec 2008)
New Revision: 2847
Added:
trunk/packages/dcmtk/branches/experimental/debian/patches/dchashdi_revert.patch
Modified:
trunk/packages/dcmtk/branches/experimental/debian/patches/series
trunk/packages/dcmtk/branches/experimental/debian/rules
Log:
add quilt... for some reason patch were not applied
Added: trunk/packages/dcmtk/branches/experimental/debian/patches/dchashdi_revert.patch
===================================================================
--- trunk/packages/dcmtk/branches/experimental/debian/patches/dchashdi_revert.patch (rev 0)
+++ trunk/packages/dcmtk/branches/experimental/debian/patches/dchashdi_revert.patch 2008-12-23 15:55:36 UTC (rev 2847)
@@ -0,0 +1,18 @@
+I hope you did not use the latest snapshot from last Friday (20081219)
+because we just found out that this version contains a serious bug in the
+dictionary name lookup introduced by the last commit (based on a fix
+provided by a forum user).
+
+
+--- dcmtk_20081219/dcmdata/include/dcmtk/dcmdata/dchashdi.h 2008-12-19 15:57:59.000000000 +0100
++++ dcmtk_20081118/dcmdata/include/dcmtk/dcmdata/dchashdi.h 2006-08-15 17:49:56.000000000 +0200
+@@ -162,7 +163,7 @@
+
+ /// comparison non-equality
+ OFBool operator!=(const DcmHashDictIterator& x) const
+- { return (hindex != x.hindex) || (iter != x.iter); }
++ { return (hindex != hindex) || (iter != x.iter); }
+
+ /// dereferencing of iterator
+ const DcmDictEntry* operator*() const
+
Property changes on: trunk/packages/dcmtk/branches/experimental/debian/patches/dchashdi_revert.patch
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Modified: trunk/packages/dcmtk/branches/experimental/debian/patches/series
===================================================================
--- trunk/packages/dcmtk/branches/experimental/debian/patches/series 2008-12-23 15:44:28 UTC (rev 2846)
+++ trunk/packages/dcmtk/branches/experimental/debian/patches/series 2008-12-23 15:55:36 UTC (rev 2847)
@@ -1,4 +1,5 @@
-01_config.patch
+#01_config.patch
## The following change was probably auto generated and only changes comments - so leave it out
# 02_config_cfunix_h.patch
-03_dcmdata_libsrc_dcdictbi.patch
+#03_dcmdata_libsrc_dcdictbi.patch
+dchashdi_revert.patch
Modified: trunk/packages/dcmtk/branches/experimental/debian/rules
===================================================================
--- trunk/packages/dcmtk/branches/experimental/debian/rules 2008-12-23 15:44:28 UTC (rev 2846)
+++ trunk/packages/dcmtk/branches/experimental/debian/rules 2008-12-23 15:55:36 UTC (rev 2847)
@@ -2,6 +2,7 @@
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
+include /usr/share/quilt/quilt.make
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
@@ -58,7 +59,7 @@
build-arch: config/config.status build-arch-stamp
-build-arch-stamp:
+build-arch-stamp: $(QUILT_STAMPFN)
dh_testdir
# Add here commands to compile the package.
More information about the debian-med-commit
mailing list