From: Andreas Tille Date: Mon, 2 May 2022 14:10:27 +0000 (+0200) Subject: routine-update: Remove trailing whitespace in debian/rules X-Git-Tag: archive/raspbian/3.6.9-4+rpi1^2~97 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1e444586f0d651f3d220c22dde66657e226bc449;p=dcmtk.git routine-update: Remove trailing whitespace in debian/rules --- diff --git a/debian/changelog b/debian/changelog index 99571607..a97af2aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ dcmtk (3.6.7-1) UNRELEASED; urgency=medium * Point watch file to Github * Drop useless get-orig-source target (routine-update) * Remove trailing whitespace in debian/changelog (routine-update) + * Remove trailing whitespace in debian/rules (routine-update) -- Andreas Tille Mon, 02 May 2022 15:51:57 +0200 diff --git a/debian/rules b/debian/rules index dba82473..b7fcc4e0 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ # export DEB_BUILD_MAINT_OPTIONS = hardening=+pie export DEB_BUILD_MAINT_OPTIONS = hardening=+all -# needed for the tests +# needed for the tests export DCMDICTPATH=$(CURDIR)/dcmdata/data/dicom.dic # deduce documentation option (build-indep target) @@ -63,8 +63,8 @@ override_dh_auto_install-arch: dh_auto_install override_dh_auto_install-indep: - DESTDIR=$(CURDIR)/debian/tmp $(MAKE) -C obj-*/doxygen install - DESTDIR=$(CURDIR)/debian/tmp $(MAKE) -C obj-*/dcmwlm/data install + DESTDIR=$(CURDIR)/debian/tmp $(MAKE) -C obj-*/doxygen install + DESTDIR=$(CURDIR)/debian/tmp $(MAKE) -C obj-*/dcmwlm/data install override_dh_installdocs: @@ -74,7 +74,7 @@ override_dh_installdocs: override_dh_install-arch: dh_install # --list-missing - #remove test binaries + #remove test binaries rm ./debian/dcmtk/usr/bin/*_tests rm ./debian/dcmtk/usr/bin/drttest rm ./debian/dcmtk/usr/bin/mkreport