Skip to content
Snippets Groups Projects
Commit 6a998b20 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Update doc

parent 68e13b09
No related branches found
No related tags found
No related merge requests found
......@@ -98,16 +98,19 @@ END
* Staying into git root directory, run
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
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
git-buildpackage -us -uc
* 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 push
git push --tags
......
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