Add custom distutils command to take care of aegis manifest when building
[pywienerlinien] / README
diff --git a/README b/README
index 09d22d2..a661154 100644 (file)
--- a/README
+++ b/README
@@ -10,12 +10,14 @@ Running unit tests:
 $ python -m gotovienna.tests.runner
 
 
-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 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
 
-Upload the resulting source package to the OBS or build in Scratchbox.
-