Sfoglia il codice sorgente

further tweaks (merge from devbr6)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50612 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 13 anni fa
parent
commit
5b190ae93a
1 ha cambiato i file con 12 aggiunte e 4 eliminazioni
  1. 12 4
      debian/README.debian

+ 12 - 4
debian/README.debian

@@ -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: