diff --git a/debian/changelog b/debian/changelog index 53ff66d8447daba0574b3108e1d784cff1e14c9c..d3dccbda24f8f119d7e405b49f2a37ae2f00f146 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,9 @@ cl-asdf (1.111-1) unstable; urgency=low * Fixed Vcs-Git field * Changed to group maintanance * recreated upstream changelog with git2cl + * Changed directory, so we depend on a newer clc - -- Peter Van Eynde <pvaneynd@debian.org> Thu, 31 Jan 2008 05:17:50 +0100 + -- Peter Van Eynde <pvaneynd@debian.org> Sat, 09 Feb 2008 10:07:21 +0100 cl-asdf (1.109-2) unstable; urgency=low diff --git a/debian/control b/debian/control index f0778426e7dd2236f003ed5f7049eea0ac1ccd79..8780a8e4f7ffa8c4ddac456a137b7d5531956f10 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Package: cl-asdf Architecture: all Recommends: common-lisp-controller, sbcl | lisp-compiler Replaces: sbcl-common (<= 1:0.9.13.0-2) -Conflicts: sbcl-common (<= 1:0.9.13.0-2) +Conflicts: sbcl-common (<= 1:0.9.13.0-2), common-lisp-controller (<< 6.13) Description: Another System Definition Facility asdf provides a "make" type functions for Common Lisp packages. It provides compilation and loading features for complex Lisp systems diff --git a/debian/rules b/debian/rules index b913fdda36f2b18bc1e594dc8799e5c72cc17795..c7ea06e8bc28e98562dda6a9cc040a291d7f86b6 100755 --- a/debian/rules +++ b/debian/rules @@ -30,25 +30,25 @@ binary-arch: build # Build architecture-independent files here. binary-indep: build - dh_testdir - dh_testroot - dh_clean -k - chmod +x test/run-tests.sh - dh_installdirs - dh_install - dh_lisp - dh_installdocs - dh_installexamples - dh_installchangelogs ChangeLog - dh_link --verbose - dh_strip - dh_compress - dh_fixperms - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb + dh_testdir -i + dh_testroot -i + dh_clean -k -i + chmod +x test/run-tests.sh + dh_installdirs -i + dh_install -i + dh_lisp -i + dh_installdocs -i + dh_installexamples -i + dh_installchangelogs ChangeLog + dh_link --verbose -i + dh_strip -i + dh_compress -i + dh_fixperms -i + dh_installdeb -i + dh_shlibdeps -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i source diff: @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false