Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asdf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hugo Ishimaru
asdf
Commits
e45d1b03
Commit
e45d1b03
authored
17 years ago
by
Peter Van Eynde
Committed by
Peter Van Eynde
15 years ago
Browse files
Options
Downloads
Patches
Plain Diff
add conflict with clc
parent
9f01dc4c
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+2
-1
2 additions, 1 deletion
debian/changelog
debian/control
+1
-1
1 addition, 1 deletion
debian/control
debian/rules
+19
-19
19 additions, 19 deletions
debian/rules
with
22 additions
and
21 deletions
debian/changelog
+
2
−
1
View file @
e45d1b03
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
e45d1b03
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
19
−
19
View file @
e45d1b03
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment