[med-svn] r4769 - in trunk/packages/dicom3tools/trunk/debian: . patches

Mathieu Malaterre malat-guest at alioth.debian.org
Mon May 3 15:58:02 UTC 2010


Author: malat-guest
Date: 2010-05-03 15:58:02 +0000 (Mon, 03 May 2010)
New Revision: 4769

Added:
   trunk/packages/dicom3tools/trunk/debian/patches/jpegdump.man.patch
Modified:
   trunk/packages/dicom3tools/trunk/debian/changelog
   trunk/packages/dicom3tools/trunk/debian/control
   trunk/packages/dicom3tools/trunk/debian/patches/series
   trunk/packages/dicom3tools/trunk/debian/rules
Log:
add jpegdump

Modified: trunk/packages/dicom3tools/trunk/debian/changelog
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/changelog	2010-05-03 15:56:13 UTC (rev 4768)
+++ trunk/packages/dicom3tools/trunk/debian/changelog	2010-05-03 15:58:02 UTC (rev 4769)
@@ -1,3 +1,16 @@
+dicom3tools (1.0~20100206-2) unstable; urgency=low
+
+  * Add jpegdump command line tool for dumping jpeg structure.
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Mon, 03 May 2010 17:50:53 +0200
+
+dicom3tools (1.0~20100206-1) unstable; urgency=low
+
+  * New upstream.
+  * Bump Standard-Version to 3.8.4, no change needed
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Thu, 25 Feb 2010 09:49:28 +0100
+
 dicom3tools (1.0~20091217-1) unstable; urgency=low
 
   * Fix DEB_BUILD_OPTIONS=nostrip discarded (Closes: #559320)

Modified: trunk/packages/dicom3tools/trunk/debian/control
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/control	2010-05-03 15:56:13 UTC (rev 4768)
+++ trunk/packages/dicom3tools/trunk/debian/control	2010-05-03 15:58:02 UTC (rev 4769)
@@ -5,7 +5,7 @@
 Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>
 Priority: extra
 Build-Depends: debhelper (>= 7), quilt, xutils-dev, libx11-dev, x11proto-xext-dev
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/dicom3tools/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/dicom3tools/trunk/
 Homepage: http://www.dclunie.com/dicom3tools.html

Added: trunk/packages/dicom3tools/trunk/debian/patches/jpegdump.man.patch
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/patches/jpegdump.man.patch	                        (rev 0)
+++ trunk/packages/dicom3tools/trunk/debian/patches/jpegdump.man.patch	2010-05-03 15:58:02 UTC (rev 4769)
@@ -0,0 +1,19 @@
+the jpegdump.man file was empty. We need to provide a minimal one instead.
+
+--- dicom3tools-1.0~20100206/appsrc/misc/jpegdump.man	2001-11-11 15:57:49.000000000 +0100
++++ copy/appsrc/misc/jpegdump.man	2010-05-03 17:49:28.000000000 +0200
+@@ -0,0 +1,14 @@
++.TH JPEGDUMP: "1" "May 2010" "jpegdump" "User Commands"
++.SH NAME
++jpegdump: \- manual page for jpegdump
++.SH SYNOPSIS
++.B jpegdump
++[\fIOPTION\fR]... < \fIFILE\fR...
++.SH DESCRIPTION
++jpegdump
++.PP
++dumps a JPEG file, it will display the structure and values contained in the specified JPEG file
++
++This manual page was written by Mathieu Malaterre
++<mathieu.malaterre at gmail.com> for the Debian GNU/Linux system (but may be used by others).
++


Property changes on: trunk/packages/dicom3tools/trunk/debian/patches/jpegdump.man.patch
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native

Modified: trunk/packages/dicom3tools/trunk/debian/patches/series
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/patches/series	2010-05-03 15:56:13 UTC (rev 4768)
+++ trunk/packages/dicom3tools/trunk/debian/patches/series	2010-05-03 15:58:02 UTC (rev 4769)
@@ -2,3 +2,4 @@
 20_gcc4.3.patch
 strip.patch
 configure.patch
+jpegdump.man.patch

Modified: trunk/packages/dicom3tools/trunk/debian/rules
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/rules	2010-05-03 15:56:13 UTC (rev 4768)
+++ trunk/packages/dicom3tools/trunk/debian/rules	2010-05-03 15:58:02 UTC (rev 4769)
@@ -19,7 +19,6 @@
 
 VER_MAJOR = 1
 VER_MINOR = 0
-#VER_PATCH = 20090716
 VER_PATCH = $(shell dpkg-parsechangelog | grep '^Version' | cut -d' ' -f2 | cut -f1 -d- | cut -f2 -d~)
 UPSTREAM_SRC = dicom3tools_1.00.snapshot.$(VER_PATCH)
 
@@ -76,7 +75,7 @@
 	# now that we have removed empty man page, we need to remove associated binaries
 	for file in ancp andiff antodc.all binpatch bmpdump dcanon dcburn dccmp dccomb dcdecmpr dcdiff dclutburn \
 							dclutmix dcmvhier.8only dcmvhier.all dcortho dcostosr dcpost dcproj dcrmsfx.all \
-							dcsrmrg dcsub dcswab dctopgm8 dcunjpeg.all dumptiff dumpwhat gentodc.dat.all jpegdump \
+							dcsrmrg dcsub dcswab dctopgm8 dcunjpeg.all dumptiff dumpwhat gentodc.dat.all \
 							jpegsplit pbmswbit pgmtobmp pnmpred pnmtoraw pqsplit rawarith rawdiff rawmask rawnjl; do \
 		find $(CURDIR)/debian/dicom3tools -type f -name $$file\* -print | xargs rm; \
 	done
@@ -94,8 +93,8 @@
 	#find $(CURDIR)/debian/dicom3tools/usr/share/man/man1 -type f -exec sed -i -e 's/-/\\-/g' {} \;
 	# Can't use above -> manpage-has-bad-whatis-entry
 	# Remove (except special list from official upstream releases) :
-	find $(CURDIR)/debian/dicom3tools/usr/bin -type f -not \( -name andump\* -o -name dcdirdmp\* -o -name dcdump\* -o -name dcentvfy\* -o -name dcfile\* -o -name dchist\* -o -name dciodvfy\* -o -name dckey\* -o -name dcsort\* -o -name dcsrdump\* -o -name dcstats\* -o -name dctable\* \) -print | xargs rm; \
-	find $(CURDIR)/debian/dicom3tools/usr/share/man -type f -not \( -name andump\* -o -name dcdirdmp\* -o -name dcdump\* -o -name dcentvfy\* -o -name dcfile\* -o -name dchist\* -o -name dciodvfy\* -o -name dckey\* -o -name dcsort\* -o -name dcsrdump\* -o -name dcstats\* -o -name dctable\* \) -print | xargs rm; \
+	find $(CURDIR)/debian/dicom3tools/usr/bin -type f -not \( -name andump\* -o -name jpegdump\* -o -name dcdirdmp\* -o -name dcdump\* -o -name dcentvfy\* -o -name dcfile\* -o -name dchist\* -o -name dciodvfy\* -o -name dckey\* -o -name dcsort\* -o -name dcsrdump\* -o -name dcstats\* -o -name dctable\* \) -print | xargs rm; \
+	find $(CURDIR)/debian/dicom3tools/usr/share/man -type f -not \( -name andump\* -o -name jpegdump\* -o -name dcdirdmp\* -o -name dcdump\* -o -name dcentvfy\* -o -name dcfile\* -o -name dchist\* -o -name dciodvfy\* -o -name dckey\* -o -name dcsort\* -o -name dcsrdump\* -o -name dcstats\* -o -name dctable\* \) -print | xargs rm; \
 	# Remove all static lib
 	rm -rf $(CURDIR)/debian/dicom3tools/usr/lib
 




More information about the debian-med-commit mailing list