From: Ryan Niebur Date: Fri, 25 Dec 2009 01:41:06 +0000 (-0800) Subject: add some safety checking to the presubj generating X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f5259592d3628d67bd4832c8c80696a44d8e3e8;p=midori add some safety checking to the presubj generating --- diff --git a/debian/rules b/debian/rules index 44ea79ee..5476a35a 100755 --- a/debian/rules +++ b/debian/rules @@ -22,6 +22,12 @@ override_dh_quilt_patch: WAF=./waf debian/presubj: debian/presubj.in + @echo "presubj parameters:" + @echo "Replacing %LIBWEBKIT_PKG% with $(LIBWEBKIT_PKG)" + @echo "Replacing %GTKLAUNCHER% with $(GTKLAUNCHER)" + test -f "/var/lib/dpkg/info/$(LIBWEBKIT_PKG).list" + test -f "$(GTKLAUNCHER)" + test -n "$(GTKLAUNCHER)" sed -e "s,%LIBWEBKIT_PKG%,$(LIBWEBKIT_PKG),g" -e "s,%GTKLAUNCHER%,$(GTKLAUNCHER),g" $@.in > $@ override_dh_install: debian/presubj