From b1bd6d92c2525f8ea9b05a784e22a0ba88b61559 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 16 Sep 2002 02:05:27 +0000 Subject: [PATCH] r2666: *** empty log message *** --- debian/control | 2 +- debian/docs | 1 + debian/rules | 4 +--- 3 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 debian/docs diff --git a/debian/control b/debian/control index f8576ce..fbfd085 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: cl-lml Section: devel Priority: optional Maintainer: Kevin M. Rosenberg -Build-Depends: debhelper (>> 4.0.0) +Build-Depends-Indep: debhelper (>> 4.0.0) Standards-Version: 3.5.7.0 Package: cl-lml diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..e845566 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +README diff --git a/debian/rules b/debian/rules index 8e47dc0..c3d4775 100755 --- a/debian/rules +++ b/debian/rules @@ -42,12 +42,10 @@ install: build dh_testdir dh_testroot dh_clean -k - dh_installdirs --all $(clc-systems) $(clc-source) - dh_installdirs -p $(debpkg) $(doc-dir) $(clc-lml)/mcl # Add here commands to install the package into debian/lml. + dh_installdirs $(clc-systems) $(clc-lml) $(doc-dir) dh_install lml.system lml.asd $(clc-systems) dh_install $(shell echo *.cl) $(clc-lml) - dh_install docs/* $(doc-dir) # Build architecture-independent files here. binary-indep: build install -- 2.34.1