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
1084f5fe
Commit
1084f5fe
authored
14 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
2.012: blessing 2.011.9 as a release.
parent
75997049
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile
+2
-2
2 additions, 2 deletions
Makefile
asdf.asd
+1
-1
1 addition, 1 deletion
asdf.asd
asdf.lisp
+1
-1
1 addition, 1 deletion
asdf.lisp
debian/changelog
+15
-0
15 additions, 0 deletions
debian/changelog
with
19 additions
and
4 deletions
Makefile
+
2
−
2
View file @
1084f5fe
...
@@ -71,8 +71,8 @@ test-all: FORCE
...
@@ -71,8 +71,8 @@ test-all: FORCE
done
done
debian-package
:
mrproper
debian-package
:
mrproper
RELEASE
=
"
$(
git tag -l '2.0[0-9][0-9]' | tail -n 1
)
"
;
\
RELEASE
=
"
$
$
(
git tag -l '2.0[0-9][0-9]' | tail -n 1
)
"
;
\
git-buildpackage
--git-debian-branch
=
release
--git-upstream-branch
=
$RELEASE
--git-tag
--git-retag
git-buildpackage
--git-debian-branch
=
release
--git-upstream-branch
=
$
$
RELEASE
--git-tag
--git-retag
# Replace SBCL's ASDF with the current one.
# Replace SBCL's ASDF with the current one.
# not recommended: just use (asdf:load-system :asdf)
# not recommended: just use (asdf:load-system :asdf)
...
...
This diff is collapsed.
Click to expand it.
asdf.asd
+
1
−
1
View file @
1084f5fe
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
:licence
"MIT"
:licence
"MIT"
:description
"Another System Definition Facility"
:description
"Another System Definition Facility"
:long-description
"ASDF builds Common Lisp software organized into defined systems."
:long-description
"ASDF builds Common Lisp software organized into defined systems."
:version
"2.01
1.9
"
:version
"2.01
2
"
;;:version #.(asdf:asdf-version) ; how do we make that the *described* ASDF's version rather than the *previously loaded* ASDF's version?
;;:version #.(asdf:asdf-version) ; how do we make that the *described* ASDF's version rather than the *previously loaded* ASDF's version?
:depends-on
()
:depends-on
()
:components
:components
...
...
This diff is collapsed.
Click to expand it.
asdf.lisp
+
1
−
1
View file @
1084f5fe
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
;; "2.345.6" would be a development version in the official upstream
;; "2.345.6" would be a development version in the official upstream
;; "2.345.0.7" would be your seventh local modification of official release 2.345
;; "2.345.0.7" would be your seventh local modification of official release 2.345
;; "2.345.6.7" would be your seventh local modification of development version 2.345.6
;; "2.345.6.7" would be your seventh local modification of development version 2.345.6
(
asdf-version
"2.01
1.9
"
)
(
asdf-version
"2.01
2
"
)
(
existing-asdf
(
fboundp
'find-system
))
(
existing-asdf
(
fboundp
'find-system
))
(
existing-version
*asdf-version*
)
(
existing-version
*asdf-version*
)
(
already-there
(
equal
asdf-version
existing-version
)))
(
already-there
(
equal
asdf-version
existing-version
)))
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
15
−
0
View file @
1084f5fe
cl-asdf (2:2.012-1) unstable; urgency=low
* Blessing 2.011.9: more fixes to corner cases.
* Added :here directive to pathname DSL,
robustified ECL support,
fixed infinite loop when filesystem clock is in the future,
extended the AOT DSL and made it more futureproof,
fixed how clear-system interacts with map-systems,
used of directory under old SBCLs,
fixed run-shell-command status and version string under clisp,
fixed error messages.
* Synchronized version of asdf.asd and asdf.lisp, automatically.
-- Francois-Rene Rideau <fare@tunes.org> Mon, 03 Jan 2011 06:59:17 +0100
cl-asdf (2:2.011-1) unstable; urgency=low
cl-asdf (2:2.011-1) unstable; urgency=low
* Mostly same as 2.010.9: several minor tweaks and bug fixes since 2.010.
* Mostly same as 2.010.9: several minor tweaks and bug fixes since 2.010.
...
...
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