Fix build instructions for the .deb
authorThomas Perl <m@thp.io>
Wed, 11 Jan 2012 15:18:15 +0000 (16:18 +0100)
committerThomas Perl <m@thp.io>
Wed, 11 Jan 2012 15:18:15 +0000 (16:18 +0100)
README

diff --git a/README b/README
index 10dfd5d..ab7cf9c 100644 (file)
--- a/README
+++ b/README
@@ -12,8 +12,10 @@ $ python -m gotovienna.tests.runner
 
 To build the package with aegis tokens (install python-stdeb first):
 
-$ python setup.py --command-packages=stdeb.command sdist_deb
+$ python setup.py --command-packages=stdeb.command sdist_dsc
 $ cp gotovienna.aegis deb_dist/gotovienna-*/debian/
 $ cd deb_dist/gotovienna-*/
-$ dpkg-buildpackage -rfakeroot -b  # Do this in Scratchbox or with Madde
+$ dpkg-buildpackage -rfakeroot -S
+
+Upload the resulting source package to the OBS or build in Scratchbox.