2007-05-11 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Fri, 11 May 2007 10:25:37 +0000 (10:25 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Fri, 11 May 2007 10:25:37 +0000 (10:25 +0000)
* scripts/build-packages: Added more precise comments about how to use
        this script, though I still get this error:
        dpkg-genchanges: error: cannot open .dsc file ../tinymail_1.0-svn1938.dsc: No such file or directory
        error building tinymail

pmo-trunk-r1836

ChangeLog2
scripts/build-packages

index f4dabe9..a10f40a 100644 (file)
@@ -1,5 +1,12 @@
 2007-05-11  Murray Cumming  <murrayc@murrayc.com>
 
+       * scripts/build-packages: Added more precise comments about how to use 
+       this script, though I still get this error:
+       dpkg-genchanges: error: cannot open .dsc file ../tinymail_1.0-svn1938.dsc: No such file or directory
+       error building tinymail
+       
+2007-05-11  Murray Cumming  <murrayc@murrayc.com>
+
        * src/maemo/modest-main-window.c: (on_account_update):
        Very slight cleanup, hoping to make it simpler to discover what causes 
        a crash here sometimes.
index 3abe2df..325e8d4 100755 (executable)
 #
 
 #
-# hackish script to build tinymail/modest packages
-# run *outside* scratchbox; you need to make sure that
-# the paths below are valid both inside/outside scratchbox;
-# you can use symlinks to do so
+# This is a ackish script to build tinymail/modest packages.
+#
+# It must be run *outside* scratchbox. You need to make sure that
+# the paths below are valid both inside and outside scratchbox.
+# You can use symlinks to do so.
+# You must also create the packages/ directory inside the src/ directory.
+# You will probably also need to correct the SCRATCHBOX variable.
 #
 
 #
 # config
 #
 
-# change these to the actual paths to these packages
+# Change these to the actual paths to source code of these packages,
+# in scratchbox.
+# Use a symlink to create the same path outside of scratchbox. For instance:
+#  ln -s /scratchbox/users/murrayc/home/murrayc/src /home/murrayc/src
+#
+# You probably don't have your modest and tinymail packages at the same level, 
+# as required by this script, so you may want to create some symlinks inside 
+# src/, such as:
+#  ln -s /scratchbox/users/murrayc/home/murrayc/svn/modest-private/modest-email /home/murrayc/src/modest-email
+#  ln -s /scratchbox/users/murrayc/home/murrayc/svn/ /home/murrayc/src/tinymail
+#
+# On Maemo, you will also need to make some changes to tinymail's debian files:
+# In tinymail/debian
+# you should:
+#  cp control.maemo control
+#  cp rules.maemo rules
+# (I think the script should instead just do this on every run. murrayc)
+
 TINYMAIL_PATH="$HOME/src/tinymail"
 MODEST_PATH="$HOME/src/modest-email/modest/trunk"
 MODEST_PROVIDERS_DATA_PATH="$HOME/src/modest-email/modest-providers-data/"
@@ -50,6 +70,8 @@ MODEST_PROVIDERS_DATA_PATH="$HOME/src/modest-email/modest-providers-data/"
 PACKAGER="Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>"
 
 # path to the scratchbox executable
+# On most systems this will actually be 
+# SCRATCHBOX="/usr/bin/scratchbox"
 SCRATCHBOX="/chroot/usr/bin/scratchbox"
 
 # path where the package files end up