[med-svn] r5557 - trunk/packages/dcmtk/branches/experimental/debian
Mathieu Malaterre
malat-guest at alioth.debian.org
Thu Dec 9 13:15:51 UTC 2010
Author: malat-guest
Date: 2010-12-09 13:15:46 +0000 (Thu, 09 Dec 2010)
New Revision: 5557
Modified:
trunk/packages/dcmtk/branches/experimental/debian/rules
Log:
Required to be able to use the new quilt 3.0 format
Modified: trunk/packages/dcmtk/branches/experimental/debian/rules
===================================================================
--- trunk/packages/dcmtk/branches/experimental/debian/rules 2010-12-09 13:00:44 UTC (rev 5556)
+++ trunk/packages/dcmtk/branches/experimental/debian/rules 2010-12-09 13:15:46 UTC (rev 5557)
@@ -62,23 +62,23 @@
--with-openssl
-build-arch: $(QUILT_STAMPFN) config/config.status build-arch-stamp
+build-arch: $(QUILT_STAMPFN)
build-arch-stamp:
dh_testdir
# Add here commands to compile the package.
- # We have to perfom some magic here to have the dcmtk utilies
- # linked against shared dcmtk libs without forcing the utilities
- # themselves to be compiled with -fPIC as well.
+ # We have to perfom some magic here to have the dcmtk utilies
+ # linked against shared dcmtk libs without forcing the utilities
+ # themselves to be compiled with -fPIC as well.
# In a first step we adjust config/Makefile.def to
# build shared libraries. In a second step we build
- # the shared libs only (i.e. without utilities). In a third step we
- # restore the original state of config/Makefile.def. In a forth
+ # the shared libs only (i.e. without utilities). In a third step we
+ # restore the original state of config/Makefile.def. In a forth
# step we run `make clean' on the source tree. (This leaves the
- # *.so libs untouched but forces recompilation in the next step.)
- # In the last step we run `make all'. This will build both the
- # utilities and the static libraries without -fPIC but links the
+ # *.so libs untouched but forces recompilation in the next step.)
+ # In the last step we run `make all'. This will build both the
+ # utilities and the static libraries without -fPIC but links the
# utilities dynamically against the shared library versions.
# make sure dot wrapper for doxygen executable
@@ -92,7 +92,7 @@
$(MAKE) libsrc-all && \
mv config/Makefile.def.static config/Makefile.def && \
$(MAKE) clean && \
- $(MAKE)
+ $(MAKE)
touch build-arch-stamp
@@ -128,7 +128,7 @@
cp -f /usr/share/misc/config.guess config/config.guess
endif
- dh_clean
+ dh_clean
install: install-indep install-arch
install-indep: build-indep
More information about the debian-med-commit
mailing list