From: Kevin Rosenberg Date: Mon, 10 Aug 2009 16:06:33 +0000 (-0600) Subject: fix bug of two asd files copied X-Git-Tag: debian-4.0.5-5^0 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=aaffeb0415e1caaf1595bee7a5e9d58379c4431e fix bug of two asd files copied --- diff --git a/debian/changelog b/debian/changelog index 1c0bbdb..9b1ac9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-sql (4.0.5-5) unstable; urgency=low + + * debian/rules: Fix bug introduced by change to dh-lisp (closes:540816) + + -- Kevin M. Rosenberg Mon, 10 Aug 2009 10:05:16 -0600 + cl-sql (4.0.5-4) unstable; urgency=low * debian/control: diff --git a/debian/rules b/debian/rules index 4765cc5..e1ee3a0 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,7 @@ all-pkgs := $(pkg) $(pkg-uffi) $(pkg-mysql) $(pkg-pg) $(pkg-pg-socket) $(pkg-aod UPSTREAM_VER := $(shell sed -n -e "s/${pkg} (\(.*\)-[0-9A-Za-z\.]).*/\1/p" < debian/changelog |head -1) ## Lisp sources -srcs := $(wildcard sql/*.lisp) clsql.asd +srcs-sql := $(wildcard sql/*.lisp) srcs-uffi := $(wildcard uffi/*.lisp) $(wildcard uffi/*.c) srcs-uffi-so = $(wildcard uffi/*.so) srcs-mysql := $(wildcard db-mysql/*.lisp) $(wildcard db-mysql/*.c) @@ -106,7 +106,7 @@ install: build dh_installdirs -p $(pkg-tests) $(lispdir-tests) # Main package - dh_install -p $(pkg) $(srcs) $(lispdir-sql) + dh_install -p $(pkg) $(srcs-sql) $(lispdir-sql) dh_install -p $(pkg) clsql.asd $(clc-clsql) dh_install -p $(pkg) debian/clsql-init.lisp etc