[SCM] zyn packaging branch, master, updated. upstream/1+git.20100609-8-g1d33011
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Wed Jun 9 13:10:09 UTC 2010
The following commit has been merged in the master branch:
commit 1d33011e43e22a87a90a4ac70b02edfc958d1a3a
Author: Alessio Treglia <alessio at debian.org>
Date: Wed Jun 9 15:09:58 2010 +0200
Upstream buildsystem is waf now.
diff --git a/debian/rules b/debian/rules
index baff312..f42bb68 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,9 +6,24 @@ DEBIAN_DIR := $(shell echo ${MAKEFILE_LIST} | awk '{print $$1}' | xargs dirname
UPSTREAM_VERSION ?=$(shell uscan --dehs | sed -n 's/.*<upstream-version>\(.*\)<\/upstream-version>.*/\1/p')
PACKAGE = zyn
+WAF = ./waf
+
%:
dh $@
+override_dh_auto_configure:
+ $(WAF) configure --prefix=/usr
+
+override_dh_auto_build:
+ $(WAF)
+
+override_dh_auto_clean:
+ $(WAF) distclean
+# rm -f autowaf.pyc
+
+override_dh_auto_install:
+ $(WAF) install --destdir=$(CURDIR)/debian/lv2core
+
get-orig-source:
cd $(DEBIAN_DIR)/.. && uscan --force-download --no-symlink
tar xf ../$(PACKAGE)-$(UPSTREAM_VERSION).tar.bz2
--
zyn packaging
More information about the pkg-multimedia-commits
mailing list