X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=README;h=4a2655517bb13844ced4b97422eab13167cd5681;hb=HEAD;hp=29b15bd6677b8faeee9fe11fc8f6b1368ad6efc5;hpb=76cb8785f21cb50d4ac694051bf3a459158b2d70;p=pywienerlinien diff --git a/README b/README index 29b15bd..4a26555 100644 --- a/README +++ b/README @@ -7,10 +7,17 @@ This program ist unofficial. Running unit tests: -$ python -m gotovienna.tests.runner +$ nosetests gotovienna/tests/*.py -To build the package (install python-stdeb first): +To build the package with aegis tokens (install python-stdeb and ar first): -$ python setup.py --command-packages=stdeb.command bdist_deb + python setup.py --command-packages=stdeb.command bdist_hdeb --aegis-manifest=gotovienna.aegis + +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