From 3cd415b4da16758d4f7eaf59dae45cd0a13a6bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 9 May 2015 20:21:53 +0200 Subject: Change buildsystem from jam to ftjam --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index cfbb5d4..6fcdc1f 100755 --- a/debian/rules +++ b/debian/rules @@ -16,11 +16,11 @@ CRDATE=$(shell date -d "$(CHDATE)" "+%a %b %d %T %Y") dh $@ override_dh_auto_build: - jam $(JAMCMDLINE) all + ftjam $(JAMCMDLINE) all override_dh_auto_install: - jam $(JAMCMDLINE) dirs - jam $(JAMCMDLINE) install + ftjam $(JAMCMDLINE) dirs + ftjam $(JAMCMDLINE) install rm $(CURDIR)/debian/tmp/usr/bin/License.txt # # Make build results reproducible. -- cgit v1.2.3