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
121db6b1
Commit
121db6b1
authored
Sep 01, 2009
by
Peter Van Eynde
Browse files
added debian/README.building
parent
8a4134f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/README.building
0 → 100644
View file @
121db6b1
To build this package you need to get the git repository:
git clone http://git.debian.org/git/pkg-common-lisp/cl-asdf.git
Get the upstream branch too:
cd cl-asdf
git checkout -t -b upstream remotes/origin/upstream
Then you need to setup the following remotes:
git remote add upstream http://common-lisp.net/project/asdf/asdf.git
To update the package from upstream do:
git checkout upstream
git pull upstream master:upstream
git whatchanged
git tag upstream/<date>
git checkout master
git pull . upstream
To build:
git-buildpackage -uc -us
please check your package with:
lintian --verbose --info --display-info --md5sums *.changes
Then commit any changes and either send me the diff or push this to somewhere were I can fetch it.
debian/changelog
View file @
121db6b1
...
...
@@ -3,6 +3,7 @@ cl-asdf (1:20090819-1) unstable; urgency=low
* New upstream, New homepage and new upstream repository.
* changed section to lisp
* now using debhelper v7
* added debian/README.building
-- Peter Van Eynde <pvaneynd@debian.org> Tue, 25 Aug 2009 23:03:28 +0200
...
...
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