Skip to content
Snippets Groups Projects
Commit 121db6b1 authored by Peter Van Eynde's avatar Peter Van Eynde
Browse files

added debian/README.building

parent 8a4134f3
No related branches found
No related tags found
No related merge requests found
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.
...@@ -3,6 +3,7 @@ cl-asdf (1:20090819-1) unstable; urgency=low ...@@ -3,6 +3,7 @@ cl-asdf (1:20090819-1) unstable; urgency=low
* New upstream, New homepage and new upstream repository. * New upstream, New homepage and new upstream repository.
* changed section to lisp * changed section to lisp
* now using debhelper v7 * now using debhelper v7
* added debian/README.building
-- Peter Van Eynde <pvaneynd@debian.org> Tue, 25 Aug 2009 23:03:28 +0200 -- Peter Van Eynde <pvaneynd@debian.org> Tue, 25 Aug 2009 23:03:28 +0200
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment