From 88196aa149fe55745e8913208dabf85a47f8ad73 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 20 Sep 2002 07:38:31 +0000 Subject: [PATCH] r2789: *** empty log message *** --- debian/control | 2 +- debian/rules | 23 ++++++++++------------- 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/debian/control b/debian/control index da54743..62c3aa8 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: cl-tester Section: devel Priority: optional Maintainer: Kevin M. Rosenberg -Build-Depends-Indep: debhelper (>- 4.0.0) +Build-Depends-Indep: debhelper (>= 4.0.0) Standards-Version: 3.5.7.0 Package: cl-tester diff --git a/debian/rules b/debian/rules index 0bafb8a..9e306cf 100755 --- a/debian/rules +++ b/debian/rules @@ -2,13 +2,13 @@ export DH_COMPAT=4 -pkg := lml -debpkg := cl-lml +pkg := tester +debpkg := cl-tester clc-source := usr/share/common-lisp/source clc-systems := usr/share/common-lisp/systems -clc-lml := $(clc-source)/$(pkg) +clc-tester := $(clc-source)/$(pkg) doc-dir := usr/share/doc/$(debpkg) @@ -25,9 +25,7 @@ build: build-stamp build-stamp: configure-stamp dh_testdir - # Add here commands to compile the package. - touch build-stamp clean: @@ -35,18 +33,18 @@ clean: dh_testroot rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. - rm -f debian/cl-lml.postinst.* debian/cl-lml.prerm.* + rm -f debian/cl-tester.postinst.* debian/cl-tester.prerm.* dh_clean install: build dh_testdir dh_testroot dh_clean -k - # Add here commands to install the package into debian/lml. - dh_installdirs $(clc-systems) $(clc-lml) $(doc-dir) - dh_install lml.asd $(shell echo *.cl) $(clc-lml) - dh_install $(shell echo doc/*.html) $(doc-dir) - dh_link $(clc-lml)/lml.asd $(clc-systems)/lml.asd + # Add here commands to install the package into debian/tester. + dh_installdirs $(clc-systems) $(clc-tester) $(doc-dir) + dh_install debian/tester.asd $(shell echo *.cl) $(clc-tester) + dh_install $(shell echo *.html) $(doc-dir) + dh_link $(clc-tester)/tester.asd $(clc-systems)/tester.asd # Build architecture-independent files here. binary-indep: build install @@ -57,8 +55,7 @@ binary-arch: build install dh_testdir dh_testroot # dh_installdebconf - dh_installdocs - dh_installexamples doc/Makefile doc/make.cl $(shell echo doc/*.lml) + dh_installdocs tester.html # dh_installmenu # dh_installlogrotate # dh_installemacsen -- 2.34.1