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
asdf
asdf
Commits
a9755320
Commit
a9755320
authored
Aug 18, 2010
by
Francois-Rene Rideau
Browse files
Merge branch 'release'
parents
a9ec8fa7
5edc28c9
Changes
5
Show whitespace changes
Inline
Side-by-side
.gitignore
View file @
a9755320
...
...
@@ -48,3 +48,5 @@ debian/cl-asdf.prerm.debhelper
debian/cl-asdf.substvars
debian/cl-asdf/
debian/files
debian/patches/
.pc
debian/README.building
View file @
a9755320
As upstream maintainer, I
* use git from the upstream repo
git clone ssh://common-lisp.net/project/asdf/git/asdf.git
* checkout the release branch
git checkout release
* do dark magic to create a release, merging with master,
renumbering the version, then:
git commit
* do the releasing:
git tag 2.00x ; make archive-copy ; make website ;
git tag -f RELEASE ; make push
* edit debian files, then:
git commit
* create debian package:
make debian-package
* if unsatisfied, edit debian files some more then
git commit --amend
then goto previous point.
If ever debian diverges from upstream, you should adapt accordingly.
The below notes are obsolete, but might give you ideas how to do it.
------>8------>8------>8------>8------>8------>8------>8------>8------>8------
To build this package you need to get the git repository:
git clone git://git.debian.org/git/pkg-common-lisp/cl-asdf.git
...
...
debian/rules
View file @
a9755320
debian/source/format
View file @
a9755320
1
.0
3
.0
(quilt)
debian/updated-with-git-importcvs
deleted
100644 → 0
View file @
a9ec8fa7
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