Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 19, 2013
1 parent 3896cde commit 442c2ca
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions build/debian/README.howto
Expand Up @@ -98,17 +98,26 @@ END

* Staying into git root directory, run
git-import-orig -vv ../tcpdf_6.0.020+dfsg.orig.tar.xz
git-commit

* Add an entry into debian/changelog and commit by amending previous commit.
* Add an entry into debian/changelog
date -R will return formated string date to use into changelog

* We try to build package
git-buildpackage -us -uc

* If package .deb is ok:
git-commit (but do not use option "amend" previous commit)
git-buildpackage --git-tag
git push
git push --tags

* Then ???
* Compilation par un développeur debian et envoi par
sbuild ...
dput ...

* Go into page. You should see new package into unstable.
http://packages.qa.debian.org/t/tcpdf.html

* Package will be into release when test will be moved as stable.

0 comments on commit 442c2ca

Please sign in to comment.