r2666: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 16 Sep 2002 02:05:27 +0000 (02:05 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 16 Sep 2002 02:05:27 +0000 (02:05 +0000)
debian/control
debian/docs [new file with mode: 0644]
debian/rules

index f8576ce4296367f5b6f772961f0480224d1e9a74..fbfd085ca36f3cdd6c2ce9dea5a6a4a2ad051668 100644 (file)
@@ -2,7 +2,7 @@ Source: cl-lml
 Section: devel
 Priority: optional
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
-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 (file)
index 0000000..e845566
--- /dev/null
@@ -0,0 +1 @@
+README
index 8e47dc0c7205d0ee7e0cec1154ca988b13467cb3..c3d4775f09c116ffc4f9df10d2753b841b6ebf9b 100755 (executable)
@@ -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