[med-svn] r3958 - trunk/packages/dicom3tools/trunk/debian
Mathieu Malaterre
malat-guest at alioth.debian.org
Fri Sep 11 08:06:16 UTC 2009
Author: malat-guest
Date: 2009-09-11 08:06:16 +0000 (Fri, 11 Sep 2009)
New Revision: 3958
Modified:
trunk/packages/dicom3tools/trunk/debian/control
trunk/packages/dicom3tools/trunk/debian/rules
Log:
will be easier to update now
Modified: trunk/packages/dicom3tools/trunk/debian/control
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/control 2009-09-11 07:32:27 UTC (rev 3957)
+++ trunk/packages/dicom3tools/trunk/debian/control 2009-09-11 08:06:16 UTC (rev 3958)
@@ -13,6 +13,7 @@
Package: dicom3tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: dcmtk, libgdcm-tools
Description: DICOM medical image files manipulation and conversion tools
Command line utilities for creating, modifying, dumping and validating
files of DICOM attributes. Support conversion of some proprietary medical
Modified: trunk/packages/dicom3tools/trunk/debian/rules
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/rules 2009-09-11 07:32:27 UTC (rev 3957)
+++ trunk/packages/dicom3tools/trunk/debian/rules 2009-09-11 08:06:16 UTC (rev 3958)
@@ -19,7 +19,8 @@
VER_MAJOR = 1
VER_MINOR = 0
-VER_PATCH = 20090716
+#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)
VER_FULL = $(VER_MAJOR).$(VER_MINOR)~$(VER_PATCH)
More information about the debian-med-commit
mailing list