Skip to content
Snippets Groups Projects
Commit e45d1b03 authored by Peter Van Eynde's avatar Peter Van Eynde Committed by Peter Van Eynde
Browse files

add conflict with clc

parent 9f01dc4c
No related branches found
No related tags found
No related merge requests found
...@@ -7,8 +7,9 @@ cl-asdf (1.111-1) unstable; urgency=low ...@@ -7,8 +7,9 @@ cl-asdf (1.111-1) unstable; urgency=low
* Fixed Vcs-Git field * Fixed Vcs-Git field
* Changed to group maintanance * Changed to group maintanance
* recreated upstream changelog with git2cl * 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 cl-asdf (1.109-2) unstable; urgency=low
......
...@@ -12,7 +12,7 @@ Package: cl-asdf ...@@ -12,7 +12,7 @@ Package: cl-asdf
Architecture: all Architecture: all
Recommends: common-lisp-controller, sbcl | lisp-compiler Recommends: common-lisp-controller, sbcl | lisp-compiler
Replaces: sbcl-common (<= 1:0.9.13.0-2) 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 Description: Another System Definition Facility
asdf provides a "make" type functions for Common Lisp packages. It asdf provides a "make" type functions for Common Lisp packages. It
provides compilation and loading features for complex Lisp systems provides compilation and loading features for complex Lisp systems
......
...@@ -30,25 +30,25 @@ binary-arch: build ...@@ -30,25 +30,25 @@ binary-arch: build
# Build architecture-independent files here. # Build architecture-independent files here.
binary-indep: build binary-indep: build
dh_testdir dh_testdir -i
dh_testroot dh_testroot -i
dh_clean -k dh_clean -k -i
chmod +x test/run-tests.sh chmod +x test/run-tests.sh
dh_installdirs dh_installdirs -i
dh_install dh_install -i
dh_lisp dh_lisp -i
dh_installdocs dh_installdocs -i
dh_installexamples dh_installexamples -i
dh_installchangelogs ChangeLog dh_installchangelogs ChangeLog
dh_link --verbose dh_link --verbose -i
dh_strip dh_strip -i
dh_compress dh_compress -i
dh_fixperms dh_fixperms -i
dh_installdeb dh_installdeb -i
dh_shlibdeps dh_shlibdeps -i
dh_gencontrol dh_gencontrol -i
dh_md5sums dh_md5sums -i
dh_builddeb dh_builddeb -i
source diff: source diff:
@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment