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
2046834e
Commit
2046834e
authored
Jul 01, 2005
by
Peter Van Eynde
Browse files
commit for debian release 1.87-1
parent
6aa8bc70
Changes
3
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
2046834e
cl-asdf (1.87-1) unstable; urgency=low
* Noticed that I actually increased the version with the CVS commit
* Updated the standards version
* Remove the prepare build stuff, build through darcs
-- Peter Van Eynde <pvaneynd@debian.org> Fri, 1 Jul 2005 14:02:58 +0200
cl-asdf (1.86-5) unstable; urgency=low
* Fixed duplicate components patch to better handle reloading
...
...
debian/control
View file @
2046834e
...
...
@@ -3,7 +3,7 @@ Section: devel
Priority: optional
Maintainer: Peter Van Eynde <pvaneynd@debian.org>
Build-Depends-Indep: debhelper (>> 4.0.0), cvs2cl
Standards-Version: 3.6.
1
.1
Standards-Version: 3.6.
2
.1
Package: cl-asdf
Architecture: all
...
...
debian/prepare-build.sh
deleted
100755 → 0
View file @
6aa8bc70
#!/bin/sh
[
-d
debian
]
||
exit
1
[
$(
pwd
|
sed
's/.*\/\([^\/]*\)/\1/'
)
==
"asdf-cvs-master"
]
||
exit
3
set
-e
cvs
-q
-z3
update
-APd
.
cvs2cl
--stdout
>
changelog
VISUAL
=
nvi
EDITOR
=
nvi dch
--increment
--preserve
DIR
=
`
pwd
`
rm
-rf
../asdf
||
true
find
.
-type
f
-depth
| cpio
--pass-through
--make-directories
--link
--preserve-modification-time
../asdf
cd
../asdf
find
.
-name
CVS
-print0
| xargs
-0
rm
-rvf
find
.
-name
.cvsignore
-print0
| xargs
-0
rm
-v
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