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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Apr 15 23:59:43 PDT 2013


Author: hamish
Date: 2013-04-15 23:59:43 -0700 (Mon, 15 Apr 2013)
New Revision: 55823

Modified:
   grass/trunk/debian/README.debian
Log:
git-core pkg renamed to just 'git' (merge from devbr6) plus some other hints and TODOs

Modified: grass/trunk/debian/README.debian
===================================================================
--- grass/trunk/debian/README.debian	2013-04-16 06:56:11 UTC (rev 55822)
+++ grass/trunk/debian/README.debian	2013-04-16 06:59:43 UTC (rev 55823)
@@ -3,7 +3,7 @@
 # to construct the .deb files.
 
 # Make sure git and the debian build scripts are installed:
-  sudo apt-get install git-core devscripts subversion
+  sudo apt-get install git subversion devscripts
 
 
 # and download the latest svn copy of GRASS:
@@ -22,13 +22,20 @@
 
   sudo apt-get install flex bison libreadline-dev libncurses5-dev # ... etc.
 
-# You can take care of this pretty much automatically with:
+# You can take care of this pretty much automatically by running
 
+ dpkg-checkbuilddeps
+
+# in the main grass source directory, or with:
+
  sudo apt-get build-dep grass
 
+# (for that to work, make sure the 'deb-src' lines are active in
+# your /etc/apt/sources.list file)
 
-# In your favorite text editor open debian/changelog and adjust the
-# version number on the top line to reflect the GRASS SVN checkout number.
+# Once all of the build dependencies are installed, in your favorite text
+# editor open debian/changelog and adjust the version number on the top
+# line to reflect the GRASS SVN checkout number.
 # e.g. for r50539: grass (7.0+svn50539-0) unstable; urgency=low
 
   nano debian/changelog
@@ -42,6 +49,9 @@
 
   debuild -i -uc -us -b
 
+#TODO: does 'debuild -i -uc -us -b -j4' work for parallel build??
+#      it works for debuild'ing qgis; need to test with grass
+
 # run from the main GRASS source directory. After the packages are
 # generated, you can install them with:
 



More information about the grass-commit mailing list