From 6d489c83db54d55350e77219898934abcb684985 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Wed, 11 Jan 2012 16:18:15 +0100 Subject: [PATCH] Fix build instructions for the .deb --- README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README b/README index 10dfd5d..ab7cf9c 100644 --- 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. -- 1.7.9.5