summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-05-09 20:21:53 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-05-09 20:21:53 +0200
commit3cd415b4da16758d4f7eaf59dae45cd0a13a6bcd (patch)
treefcee0822457d3c22c541c298d1d89a3f72f7e416 /debian/rules
parentc7791f605117cfce918ca282b145399d5140750a (diff)
Change buildsystem from jam to ftjam
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules6
1 files changed, 3 insertions, 3 deletions
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.