[GRASS-SVN] r50612 - grass/trunk/debian

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Feb 1 05:02:02 EST 2012


Author: hamish
Date: 2012-02-01 02:02:02 -0800 (Wed, 01 Feb 2012)
New Revision: 50612

Modified:
   grass/trunk/debian/README.debian
Log:
further tweaks (merge from devbr6)

Modified: grass/trunk/debian/README.debian
===================================================================
--- grass/trunk/debian/README.debian	2012-02-01 10:00:03 UTC (rev 50611)
+++ grass/trunk/debian/README.debian	2012-02-01 10:02:02 UTC (rev 50612)
@@ -3,9 +3,13 @@
 # to construct the .deb files.
 
 # Make sure git and the debian build scripts are installed:
-  sudo apt-get install git-core devscripts
+  sudo apt-get install git-core devscripts subversion
 
 
+# and download the latest svn copy of GRASS:
+  cd src/grass/
+  svn checkout https://svn.osgeo.org/grass/grass/trunk g7_trunk
+
 # From the grass source dir download the packaging rules (the contents
 #  of debiangis/grass/ can be ignored, only the debian/ dir is needed):
   git clone git://git.debian.org/git/pkg-grass/grass.git debiangis
@@ -27,15 +31,19 @@
 
 
 # After that, you can build the current version of GRASS with
+  cd g7_trunk
+  ln -s ../debian .
 
+  svn up
+
   debuild -i -uc -us -b
 
-# in main GRASS source directory. After the packages are generated, you can
-# install them with:
+# run from the main GRASS source directory. After the packages are
+# generated, you can install them with:
 
   sudo dpkg -i ../grass*.deb
 
-# (make sure to remove older grass*.deb files first)
+# (make sure to move away older grass*.deb files first)
 
 
 # to try again, first clean out the old build by running:



More information about the grass-commit mailing list