Fix #7201 - updating debian packages
[roobuilder] / README.md
index 25333d8..65d6e75 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,24 +1,51 @@
 # roojsbuilder
 Vala and Javascript IDE - for building Vala Desktop applications and Javascript UI's using the roojs libraries (for bootstrap and classic)
 
+---
+Debian and Ubuntu packages
+
+  https://www.dropbox.com/scl/fo/9gmglurw6s4qqwzc3xkvu/h?dl=0&rlkey=9x0o549ne7gyvii3yc93u3brc
+
+  * you will need libvala, roojspacker 
 
 ---
 
 Building it
 
-    a) Remove vala and install packages from here.
+  a) Remove vala and install packages from here. We need to use an old version of vala, as new versions changed the code inspection api,
+  and build output and I've not got round to fixing hat.
+
+    sudo apt-get remove vala* libvala*
+    
+  Download vala*.deb, libvala*.deb,  and roojspacker*.deb from
+  https://www.dropbox.com/scl/fo/9gmglurw6s4qqwzc3xkvu/h?dl=0&rlkey=9x0o549ne7gyvii3yc93u3brc
+    
+    sudo dpkg -i libvala* vala*  roojspacker*
     
-    apt-get remove vala* libvala* 
-    Download vala*.deb, libvala*.deb,  and roojspacker*.deb
-    https://www.dropbox.com/sh/730btm3yn6jtplh/AABbRFzK6bI6BoHQIMfh3A4Ia?dl=0
-    dpkg -i libvala* vala*  roojspacker*
+  b) Clone this code..
+  
+    git clone https://github.com/roojs/roobuilder.git
     
-    b) git clone https://github.com/roojs/roobuilder.git
+  c) configure it.
+  
+    ./autogen.sh --prefix=/usr
     
-    c) ./autogen.sh --prefix=/usr
+  d) make make install
+  
+    sudo make install
     
-    d) sudo make install
+  e) run it
+
+    roobuilder
+    
+---
+
+Notes on updating packaging..
+
+Update Package details.
     
-    e) run it
+    dch -v {release version}
+
+Build it..
 
-    #roobuilder
\ No newline at end of file
+    debuild -us -uc