X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=README;h=4a2655517bb13844ced4b97422eab13167cd5681;hb=HEAD;hp=ab7cf9c345098f8d3fc4df383fa568fb6fbb33b2;hpb=6d489c83db54d55350e77219898934abcb684985;p=pywienerlinien diff --git a/README b/README index ab7cf9c..4a26555 100644 --- a/README +++ b/README @@ -7,15 +7,17 @@ This program ist unofficial. Running unit tests: -$ python -m gotovienna.tests.runner +$ nosetests gotovienna/tests/*.py -To build the package with aegis tokens (install python-stdeb first): +To build the package with aegis tokens (install python-stdeb and ar first): -$ python setup.py --command-packages=stdeb.command sdist_dsc -$ cp gotovienna.aegis deb_dist/gotovienna-*/debian/ -$ cd deb_dist/gotovienna-*/ -$ dpkg-buildpackage -rfakeroot -S + python setup.py --command-packages=stdeb.command bdist_hdeb --aegis-manifest=gotovienna.aegis -Upload the resulting source package to the OBS or build in Scratchbox. +To build the package with aegis token and upload to OBS / use scratchbox: + + python setup.py --command-packages=stdeb.command sdist_dsc + cp gotovienna.aegis deb_dist/gotovienna-*/debian/ + cd deb_dist/gotovienna-*/ + dpkg-buildpackage -rfakeroot -S