X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=debian%2Frules;h=222f0ff12d0c5c0b77c777aad8cba209305b8378;hp=ca2343ad3faf8eb9f67f8023d485b5342e691e86;hb=7d50938ba2db52a713498e49aa1679deae6f0b6b;hpb=1f175f253dfd592b520f638ae0cefe9ca9e40683 diff --git a/debian/rules b/debian/rules index ca2343a..222f0ff 100755 --- a/debian/rules +++ b/debian/rules @@ -23,20 +23,20 @@ all-pkgs := $(pkg) $(pkg-base) $(pkg-uffi) $(pkg-mysql) $(pkg-pg) $(pkg-pg-socke UPSTREAM_VER := $(shell sed -n -e "s/${pkg} (\(.*\)-[0-9A-Za-z\.]).*/\1/p" < debian/changelog |head -1) ## Lisp sources -srcs := sql clsql.asd -srcs-base := $(wildcard base/*.cl) -srcs-uffi := $(wildcard uffi/*.cl) $(wildcard uffi/*.c) +srcs := $(wildcard sql/*.lisp) clsql.asd +srcs-base := $(wildcard base/*.lisp) +srcs-uffi := $(wildcard uffi/*.lisp) $(wildcard uffi/*.c) srcs-uffi-so := $(wildcard uffi/*.so) -srcs-mysql := $(wildcard db-mysql/*.cl) $(wildcard db-mysql/*.c) +srcs-mysql := $(wildcard db-mysql/*.lisp) $(wildcard db-mysql/*.c) srcs-mysql-so := $(wildcard db-mysql/*.so) -srcs-pg := $(wildcard db-postgresql/*.cl) -srcs-pg-socket := $(wildcard db-postgresql-socket/*.cl) -srcs-aodbc := $(wildcard db-aodbc/*.cl) +srcs-pg := $(wildcard db-postgresql/*.lisp) +srcs-pg-socket := $(wildcard db-postgresql-socket/*.lisp) +srcs-aodbc := $(wildcard db-aodbc/*.lisp) clc-base := usr/share/common-lisp clc-source := $(clc-base)/source clc-systems := $(clc-base)/systems -doc-dir := usr/share/doc/cl-sql-base +doc-dir := usr/share/doc/cl-sql clc-clsql := $(clc-source)/$(plain-pkg) @@ -129,7 +129,7 @@ install: build # Test suite dh_installdirs -p $(pkg) $(doc-dir)/html $(doc-dir)/test-suite - dh_install -p $(pkg) test-suite/tester-clsql.cl test-suite/acl-compat-tester.cl $(doc-dir)/test-suite + dh_install -p $(pkg) test-suite/tester-clsql.lisp test-suite/acl-compat-tester.lisp $(doc-dir)/test-suite # Documentation rm -rf doc/html