Author: malat-guest Date: 2009-07-17 13:31:13 +0000 (Fri, 17 Jul 2009) New Revision: 3657
Added: trunk/packages/dicom3tools/trunk/debian/patches/dcintro.man.patch Modified: trunk/packages/dicom3tools/trunk/debian/changelog trunk/packages/dicom3tools/trunk/debian/patches/project.tmpl.patch trunk/packages/dicom3tools/trunk/debian/patches/series trunk/packages/dicom3tools/trunk/debian/rules Log: bump up and remove remaining lintian errors Modified: trunk/packages/dicom3tools/trunk/debian/changelog =================================================================== --- trunk/packages/dicom3tools/trunk/debian/changelog 2009-07-17 13:25:47 UTC (rev 3656) +++ trunk/packages/dicom3tools/trunk/debian/changelog 2009-07-17 13:31:13 UTC (rev 3657) @@ -1,3 +1,9 @@ +dicom3tools (1.0~20090716) unstable; urgency=low + + * New snapshot + + -- Mathieu Malaterre <[email protected]> Fri, 17 Jul 2009 14:58:37 +0200 + dicom3tools (1.0~20090514) unstable; urgency=low * New snapshot Added: trunk/packages/dicom3tools/trunk/debian/patches/dcintro.man.patch =================================================================== --- trunk/packages/dicom3tools/trunk/debian/patches/dcintro.man.patch (rev 0) +++ trunk/packages/dicom3tools/trunk/debian/patches/dcintro.man.patch 2009-07-17 13:31:13 UTC (rev 3657) @@ -0,0 +1,10 @@ +--- 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)) Property changes on: trunk/packages/dicom3tools/trunk/debian/patches/dcintro.man.patch ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:eol-style + native Modified: trunk/packages/dicom3tools/trunk/debian/patches/project.tmpl.patch =================================================================== --- trunk/packages/dicom3tools/trunk/debian/patches/project.tmpl.patch 2009-07-17 13:25:47 UTC (rev 3656) +++ trunk/packages/dicom3tools/trunk/debian/patches/project.tmpl.patch 2009-07-17 13:31:13 UTC (rev 3657) @@ -19,7 +19,7 @@ #endif #ifndef InstallManDir -#define InstallManDir /usr/local/man -+#define InstallManDir /usr/man ++#define InstallManDir /usr/share/man #endif PATHSEP = / /* for building filenames */ Modified: trunk/packages/dicom3tools/trunk/debian/patches/series =================================================================== --- trunk/packages/dicom3tools/trunk/debian/patches/series 2009-07-17 13:25:47 UTC (rev 3656) +++ trunk/packages/dicom3tools/trunk/debian/patches/series 2009-07-17 13:31:13 UTC (rev 3657) @@ -1,2 +1,3 @@ project.tmpl.patch 20_gcc4.3.patch +dcintro.man.patch Modified: trunk/packages/dicom3tools/trunk/debian/rules =================================================================== --- trunk/packages/dicom3tools/trunk/debian/rules 2009-07-17 13:25:47 UTC (rev 3656) +++ trunk/packages/dicom3tools/trunk/debian/rules 2009-07-17 13:31:13 UTC (rev 3657) @@ -65,6 +65,7 @@ $(MAKE) DESTDIR=$(CURDIR)/debian/dicom3tools install # man pages: $(MAKE) DESTDIR=$(CURDIR)/debian/dicom3tools install.man + find $(CURDIR)/debian/dicom3tools -type f -size 0 -print | xargs rm # Build architecture-independent files here. _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
