ab7cf9c345098f8d3fc4df383fa568fb6fbb33b2
[pywienerlinien] / README
1 Search for connection on wienerlinien.at
2 Using qml gui to show results
3
4 Show next bus/tram/underground departures.
5
6 This program ist unofficial.
7
8 Running unit tests:
9
10 $ python -m gotovienna.tests.runner
11
12
13 To build the package with aegis tokens (install python-stdeb first):
14
15 $ python setup.py --command-packages=stdeb.command sdist_dsc
16 $ cp gotovienna.aegis deb_dist/gotovienna-*/debian/
17 $ cd deb_dist/gotovienna-*/
18 $ dpkg-buildpackage -rfakeroot -S
19
20 Upload the resulting source package to the OBS or build in Scratchbox.
21