Commit 1ee99b00 authored by Andreas Tille's avatar Andreas Tille
Browse files

Do not fail with arch=all build

parent 85ce5cd5
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
paml (4.9g+dfsg-2) unstable; urgency=medium

  * Do not fail with arch=all build
    Closes: #890591

 -- Andreas Tille <tille@debian.org>  Fri, 16 Feb 2018 15:12:05 +0100

paml (4.9g+dfsg-1) unstable; urgency=medium

  * New upstream version (upstream fixed format security issue)
+2 −3
Original line number Diff line number Diff line
@@ -18,9 +18,8 @@ override_dh_installexamples:
		find $$d \! -type d  | xargs -r chmod -x ; \
	done

override_dh_install:
	dh_install
	set -x ; \
override_dh_install-arch:
	dh_install -a
	for datfile in debian/$(DEB_SOURCE)/$(DATADIR)/*.ctl ; do \
	    for item in seqfile treefile ; do \
		sed -i -e "s?\($${item} =\).*[^a-z^A-Z^0-9^.^ ]\+\([a-zA-Z0-9]\+\.[a-z]\+\)?\1 $(DATADIR)/\2?" \