X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=debian%2Frules;h=240e3b4900ee85c02723d53e7497056f254dfa0c;hb=e85e4da3e7ff8c27ce45ec1286ca587a01e6066c;hp=dd8a84ff7233c96f316828c48155af82e45b2ce7;hpb=c628744c6110f628796a70b48112f249ec322641;p=developers-reference.git diff --git a/debian/rules b/debian/rules index dd8a84f..240e3b4 100755 --- a/debian/rules +++ b/debian/rules @@ -30,7 +30,7 @@ PUBDATE := $(shell LC_ALL=C date --date="$(DEB_DATE)" -I) build: $(checkdir) rm -f version.ent - $(MAKE) VERSION=$(DEB_VERSION) PUBDATE=$(PUBDATE) LANGS=$(langs) + $(MAKE) VERSION=$(DEB_VERSION) PUBDATE=$(PUBDATE) LANGS="$(langs)" touch build .PHONY: clean