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
3cda74d9
Commit
3cda74d9
authored
Aug 29, 2002
by
Kevin Rosenberg
Browse files
update for current debian page
parent
5511a2d1
Changes
3
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
3cda74d9
cl-asdf (1.35-1) unstable; urgency=low
* Comment call to register and unregister clc-source until new
version of clc is released. (closes: 158697)
-- Kevin M. Rosenberg <kmr@debian.org> Wed, 28 Aug 2002 18:58:59 -0600
cl-asdf (1.35) unstable; urgency=high
* New upstream version, fixes important bugs.
...
...
debian/cl-cclan.postinst
View file @
3cda74d9
...
...
@@ -22,7 +22,7 @@ pkg=cclan
case
"
$1
"
in
configure
)
/usr/sbin/register-common-lisp-source
$pkg
echo
pending:
/usr/sbin/register-common-lisp-source
$pkg
;;
abort-upgrade|abort-remove|abort-deconfigure
)
;;
...
...
debian/cl-cclan.prerm
View file @
3cda74d9
...
...
@@ -16,7 +16,7 @@ pkg=cclan
case
"
$1
"
in
remove|upgrade|deconfigure
)
/usr/sbin/unregister-common-lisp-source
$pkg
echo
pending:
/usr/sbin/unregister-common-lisp-source
$pkg
;;
failed-upgrade
)
;;
...
...
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