[med-svn] r6465 - in trunk/packages/dcmtk/trunk/debian: . patches
Mathieu Malaterre
malat-guest at alioth.debian.org
Wed Apr 6 09:00:51 UTC 2011
Author: malat-guest
Date: 2011-04-06 09:00:41 +0000 (Wed, 06 Apr 2011)
New Revision: 6465
Modified:
trunk/packages/dcmtk/trunk/debian/patches/removedocsfromall.patch
trunk/packages/dcmtk/trunk/debian/rules
Log:
man pages are in arch-dep deb files
Modified: trunk/packages/dcmtk/trunk/debian/patches/removedocsfromall.patch
===================================================================
--- trunk/packages/dcmtk/trunk/debian/patches/removedocsfromall.patch 2011-04-06 00:52:56 UTC (rev 6464)
+++ trunk/packages/dcmtk/trunk/debian/patches/removedocsfromall.patch 2011-04-06 09:00:41 UTC (rev 6465)
@@ -1,22 +1,22 @@
Index: dcmtk-3.6.0/doxygen/Makefile.in
===================================================================
---- dcmtk-3.6.0.orig/doxygen/Makefile.in 2011-04-04 11:01:37.000000000 +0200
-+++ dcmtk-3.6.0/doxygen/Makefile.in 2011-04-04 11:01:48.000000000 +0200
-@@ -15,8 +15,6 @@
+--- dcmtk-3.6.0.orig/doxygen/Makefile.in 2011-04-06 10:58:18.000000000 +0200
++++ dcmtk-3.6.0/doxygen/Makefile.in 2011-04-06 10:59:52.000000000 +0200
+@@ -15,7 +15,7 @@
DCMTK_VERSION = $(PACKAGE_VERSION)$(PACKAGE_VERSION_SUFFIX)
-all: html man
--
++all: man
+
html:
sed -e "s/@DCMTK_VERSION@/$(DCMTK_VERSION)/" -e "s/@DOXYGEN_DATA_DIR@/./" -e "s/@DOXYGEN_INPUT_DIR@/../" htmldocs.cfg > htmldocs.tmp
- $(DOXYGEN) htmldocs.tmp
-@@ -35,8 +33,6 @@
+@@ -35,7 +35,7 @@
done
-install: install-man install-html
--
++install: install-man
+
install-man:
$(configdir)/mkinstalldirs $(DESTDIR)$(man1dir)
- for file in manpages/man1/*.1 ; do \
Modified: trunk/packages/dcmtk/trunk/debian/rules
===================================================================
--- trunk/packages/dcmtk/trunk/debian/rules 2011-04-06 00:52:56 UTC (rev 6464)
+++ trunk/packages/dcmtk/trunk/debian/rules 2011-04-06 09:00:41 UTC (rev 6465)
@@ -6,7 +6,7 @@
include /usr/share/quilt/quilt.make
# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+export DH_VERBOSE=1
# These are used for cross-compiling and for saving the configure script
@@ -114,7 +114,8 @@
touch build-indep-stamp
-build: build-arch build-indep
+#build: build-arch build-indep
+build: build-arch
clean: unpatch
dh_testdir
More information about the debian-med-commit
mailing list