1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
To build this package you need to get the git repository:
git clone http://git.debian.org/git/pkg-common-lisp/ecl.git
Upstream gets imported directly from the tar.gz file into the upstream branch.
To update the package from upstream do:
git checkout upstream
rm -rf *
tar zxvf ecl-<foo>.tar.gz
mv ecl-<foo>/* .
rmdir ecl-<foo>
git status
check if this is sane
git add --all
git tag upstream/<foo>
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.
|