[med-svn] r3929 - in trunk/packages/dicom3tools/trunk/debian: . patches
Mathieu Malaterre
malat-guest at alioth.debian.org
Tue Sep 8 13:04:54 UTC 2009
Author: malat-guest
Date: 2009-09-08 13:04:54 +0000 (Tue, 08 Sep 2009)
New Revision: 3929
Removed:
trunk/packages/dicom3tools/trunk/debian/patches/dcintro.man.patch
Modified:
trunk/packages/dicom3tools/trunk/debian/changelog
trunk/packages/dicom3tools/trunk/debian/control
trunk/packages/dicom3tools/trunk/debian/rules
Log:
Prepare for new release when tty issue is solved
Modified: trunk/packages/dicom3tools/trunk/debian/changelog
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/changelog 2009-09-08 11:21:39 UTC (rev 3928)
+++ trunk/packages/dicom3tools/trunk/debian/changelog 2009-09-08 13:04:54 UTC (rev 3929)
@@ -1,3 +1,9 @@
+dicom3tools (1.0~20090716-2) unstable; urgency=low
+
+ * debian/control: adding dep to libx11-dev, to find X11/Xlib.h
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com> Tue, 08 Sep 2009 15:00:37 +0200
+
dicom3tools (1.0~20090716-1) unstable; urgency=low
* Initial Release (Closes: #508901)
Modified: trunk/packages/dicom3tools/trunk/debian/control
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/control 2009-09-08 11:21:39 UTC (rev 3928)
+++ trunk/packages/dicom3tools/trunk/debian/control 2009-09-08 13:04:54 UTC (rev 3929)
@@ -4,7 +4,7 @@
DM-Upload-Allowed: yes
Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>
Priority: extra
-Build-Depends: debhelper (>= 7), quilt, xutils-dev
+Build-Depends: debhelper (>= 7), quilt, xutils-dev, libx11-dev
Standards-Version: 3.8.2
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/
Deleted: trunk/packages/dicom3tools/trunk/debian/patches/dcintro.man.patch
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/patches/dcintro.man.patch 2009-09-08 11:21:39 UTC (rev 3928)
+++ trunk/packages/dicom3tools/trunk/debian/patches/dcintro.man.patch 2009-09-08 13:04:54 UTC (rev 3929)
@@ -1,10 +0,0 @@
---- orig.old/appsrc/Imakefile.old 2009-07-17 15:24:36.000000000 +0200
-+++ orig/appsrc/Imakefile 2009-07-17 15:24:42.000000000 +0200
-@@ -1,6 +1,6 @@
- #define IHaveSubdirs
-
--SUBDIRS = acrnema dcdisp dcfile dcintro misc simple dconvert
-+SUBDIRS = acrnema dcdisp dcfile misc simple dconvert
-
- MakeSubdirs($(SUBDIRS))
- DependSubdirs($(SUBDIRS))
Modified: trunk/packages/dicom3tools/trunk/debian/rules
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/rules 2009-09-08 11:21:39 UTC (rev 3928)
+++ trunk/packages/dicom3tools/trunk/debian/rules 2009-09-08 13:04:54 UTC (rev 3929)
@@ -129,6 +129,7 @@
tar xjf $(UPSTREAM_SRC).tar.bz2
mv $(UPSTREAM_SRC) $(DEBIAN_SRC_DIR)
GZIP=-9 tar czf $(DEBIAN_SRC_TAR) $(DEBIAN_SRC_DIR)
+ rm -rf $(DEBIAN_SRC_DIR)
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure
More information about the debian-med-commit
mailing list