Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
e45d1b03
Commit
e45d1b03
authored
Feb 09, 2008
by
Peter Van Eynde
Committed by
Peter Van Eynde
Aug 25, 2009
Browse files
add conflict with clc
parent
9f01dc4c
Changes
3
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
e45d1b03
...
...
@@ -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
...
...
debian/control
View file @
e45d1b03
...
...
@@ -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
...
...
debian/rules
View file @
e45d1b03
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment