From 500d32a540d762d30a59e952a4f2216d73e4654c Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Wed, 16 Dec 2009 17:19:20 +0100 Subject: examples & perf added to the Debian package --- packages/debian/rules | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'packages/debian/rules') diff --git a/packages/debian/rules b/packages/debian/rules index ee1a059..bef43f1 100755 --- a/packages/debian/rules +++ b/packages/debian/rules @@ -25,8 +25,8 @@ major=0 # awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'` -pkg := cl-zeromq -debpkg := cl-zeromq +pkg := cl-zeromq +debpkg := cl-zeromq clc-source := usr/share/common-lisp/source clc-systems := usr/share/common-lisp/systems clc-cl-zeromq := $(clc-source)/$(pkg) @@ -93,9 +93,10 @@ install: build # Add here commands to install the package into debian/tmp $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install - (cd $(CURDIR)/debian/tmp;find *) + # Build architecture-independent files here. + binary-indep: build install # We have nothing to do by default. -- cgit v1.2.3