Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xcvb
cl-launch
Commits
d37c6149
Commit
d37c6149
authored
Mar 02, 2015
by
Francois-Rene Rideau
Browse files
4.1.1: bless 4.1.0.4 as release
parent
0311bd5c
Changes
4
Hide whitespace changes
Inline
Side-by-side
cl-launch.sh
View file @
d37c6149
#!/bin/sh
#| cl-launch.sh -- shell wrapper for Common Lisp -*- Lisp -*-
CL_LAUNCH_VERSION
=
'4.1.
0.4
'
CL_LAUNCH_VERSION
=
'4.1.
1
'
license_information
()
{
AUTHOR_NOTE
=
"
\
# Please send your improvements to the author:
...
...
debian/changelog
View file @
d37c6149
cl-launch (4.1.1-1) unstable; urgency=low
* Portability: better fallbacks for implementations without a recent ASDF,
better support for ecl_bytecodes, make cl-shim work on BSD.
-- Francois-Rene Rideau <fare@tunes.org> Mon, 02 Mar 2015 17:58:34 -0500
cl-launch (4.1-2) unstable; urgency=low
* Convert help to markdown, extract man page from it.
...
...
debian/control
View file @
d37c6149
...
...
@@ -5,14 +5,14 @@ Homepage: http://www.cliki.net/cl-launch
Maintainer: Francois-Rene Rideau <fare@tunes.org>
Uploaders: Christoph Egger <christoph@debian.org>, Kan-Ru Chen <koster@debian.org>, Milan Zamazal <pdm@debian.org>, Peter Van Eynde <pvaneynd@debian.org>, Julien Danjou <acid@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.
5
Standards-Version: 3.9.
6.1
Vcs-Git: git://common-lisp.net/projects/xcvb/cl-launch.git
Package: cl-launch
Architecture: all
Depends: ${misc:Depends}
Suggests: cl-asdf (>= 2:3.1.
2
)
Recommends: sbcl (>= 1:1.1.10), cl-asdf (>= 2:3.
0
.1)
Suggests: cl-asdf (>= 2:3.1.
4
)
Recommends: sbcl (>= 1:1.1.10), cl-asdf (>= 2:3.
1
.1)
Breaks: cl-asdf (<< 2:3.0.1), common-lisp-controller (<= 7.2)
Description: uniform frontend to running Common Lisp code from the shell
CL-Launch will allow you to invoke Common Lisp source code from the shell
...
...
release.lisp
View file @
d37c6149
...
...
@@ -78,7 +78,9 @@ exec "$(dirname $0)/cl-launch.sh" \
(
clean
)
(
delete-file-if-exists
origtarball
)
(
run
`
(
git-buildpackage
--git-debian-branch=master
--git-upstream-branch=master
(
--git-upstream-tag=
,
version
)
--git-tag
--git-retag
--git-ignore-branch
)
:show
t
)
(
run
`
(
lintian
-c
--fail-on-warnings
--profile
debian
(
..
/cl-launch_
,
debian-version
_
,
(
debian-arch
)
.
changes
))
:show
t
)
(
run
`
(
lintian
--dont-check-part
standards-version
--fail-on-warnings
--profile
debian
(
..
/cl-launch_
,
debian-version
_
,
(
debian-arch
)
.
changes
))
:show
t
)
(
clean
)
(
run
`
(
pwd
)
:show
t
)
(
run
`
(
.
/cl-launch.sh
--include
"."
"-B"
install_path
)
:show
t
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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