* update the scripts
[modest] / scripts / update-garage
index 26058d7..b5bf994 100755 (executable)
@@ -31,8 +31,12 @@ cd modest
 
 echo "+ removing internal stuff"
 rm -rf scripts
+rm Changelog2
 rm debian/changelog
 
+echo "+ defaulting to maemo0"
+cp debian/control-maemo0 debian/control
+
 echo "+ get the external debian/changelog"
 svn up debian/changelog
 
@@ -43,4 +47,4 @@ svn add `find -type f | grep -v '.svn'` 2> /dev/null
 echo "+ showing the differences"
 svn diff | diffstat
 
-echo "+ now, go to $LOCAL_GARAGE_DIR/modest, edit debian/changelog, run 'svn commit' and write a nice commit message"
\ No newline at end of file
+echo "+ now, go to $LOCAL_GARAGE_DIR/modest, edit debian/changelog, run 'svn commit' and write a nice commit message"