summaryrefslogtreecommitdiffstats
path: root/debian-sid/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian-sid/rules')
-rwxr-xr-xdebian-sid/rules14
1 files changed, 7 insertions, 7 deletions
diff --git a/debian-sid/rules b/debian-sid/rules
index 582cdf2..14262a6 100755
--- a/debian-sid/rules
+++ b/debian-sid/rules
@@ -34,7 +34,7 @@ endif
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
cp -f /usr/share/misc/config.guess config.guess
endif
- ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
+ ./waf configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
build: build-stamp
@@ -42,7 +42,7 @@ build-stamp: config.status
dh_testdir
# Add here commands to compile the package.
- $(MAKE)
+ ./waf
touch $@
@@ -52,8 +52,8 @@ clean:
rm -f build-stamp
# Add here commands to clean up after the build process.
- $(MAKE) distclean
- rm -f config.sub config.guess
+ ./waf distclean
+ rm -rf build
dh_clean
@@ -63,9 +63,9 @@ install: build
dh_clean -k
dh_installdirs
- $(MAKE) DESTDIR=$(CURDIR)/debian/slv2-9 install-exec
- $(MAKE) DESTDIR=$(CURDIR)/debian/slv2-9-dev install-data
- $(MAKE) DESTDIR=$(CURDIR)/debian/slv2-doc install-man
+ ./waf DESTDIR=$(CURDIR)/debian/slv2-9 install-exec
+ ./waf DESTDIR=$(CURDIR)/debian/slv2-9-dev install-data
+ ./waf DESTDIR=$(CURDIR)/debian/slv2-doc install-man
# Build architecture-independent files here.