[GRASS-SVN] r50610 - grass/branches/develbranch_6/debian
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Feb 1 04:56:56 EST 2012
Author: hamish
Date: 2012-02-01 01:56:56 -0800 (Wed, 01 Feb 2012)
New Revision: 50610
Modified:
grass/branches/develbranch_6/debian/README.debian
Log:
further tweaks
Modified: grass/branches/develbranch_6/debian/README.debian
===================================================================
--- grass/branches/develbranch_6/debian/README.debian 2012-02-01 09:30:54 UTC (rev 50609)
+++ grass/branches/develbranch_6/debian/README.debian 2012-02-01 09:56:56 UTC (rev 50610)
@@ -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/branches/develbranch_6 devbr6
+
# 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 devbr6
+ 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