Update doc

This commit is contained in:
Laurent Destailleur 2013-07-31 15:21:48 +02:00
parent 68e13b09e9
commit 6a998b202d

View File

@ -98,16 +98,19 @@ END
* Staying into git root directory, run * Staying into git root directory, run
git-import-orig -vv ../tcpdf_6.0.020+dfsg.orig.tar.xz git-import-orig -vv ../tcpdf_6.0.020+dfsg.orig.tar.xz
git-commit
Note: If there was errors managed manually, you may need to make a git commit
* Add an entry into debian/changelog * Add an entry into debian/changelog
date -R will return formated string date to use into changelog date -R will return formated string date to use into changelog
Warning: Entry added here is used by next step.
* We try to build package * We try to build package
git-buildpackage -us -uc git-buildpackage -us -uc
* If package .deb is ok: * If package .deb is ok:
git-commit (but do not use option "amend" previous commit) Note: If there was errors managed manually, you may need to make a git commit but do not use option "amend" previous commit
git-buildpackage --git-tag git-buildpackage --git-tag
git push git push
git push --tags git push --tags