From ba4362935b15961739de2e056eba98ccfa08f326 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 16 Sep 2002 18:00:54 +0000 Subject: [PATCH] r2733: *** empty log message *** --- debian/changelog | 6 ++++++ debian/rules | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 77fec51..6ad22e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-uffi (0.7.0-1) unstable; urgency=low + + * Remove .system file, restructure directories for .asd file without pathnames + + -- Kevin M. Rosenberg Mon, 16 Sep 2002 12:00:45 -0600 + cl-uffi (0.6.3-1) unstable; urgency=low * New upstream version, fixes problem with .asd file. diff --git a/debian/rules b/debian/rules index 81782d8..6ba6132 100755 --- a/debian/rules +++ b/debian/rules @@ -46,11 +46,11 @@ install: build dh_testroot dh_clean -k dh_installdirs --all $(clc-systems) $(clc-source) - dh_installdirs -p $(debpkg) $(doc-dir) $(clc-uffi)/src $(clc-uffi)/src-mcl + dh_installdirs -p $(debpkg) $(doc-dir) $(clc-uffi)/src-main $(clc-uffi)/src-mcl # Add here commands to install the package into debian/uffi. dh_install uffi.asd $(clc-uffi) - dh_install "src/*.cl" $(clc-uffi)/src + dh_install "src-main/*.cl" $(clc-uffi)/src-main dh_install "src-mcl/*.cl" $(clc-uffi)/src-mcl dh_link $(clc-uffi)/uffi.asd $(clc-systems)/uffi.asd -- 2.34.1