[GRASS-SVN] r48246 - grass/trunk/debian
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Sep 12 04:43:59 EDT 2011
Author: hamish
Date: 2011-09-12 01:43:58 -0700 (Mon, 12 Sep 2011)
New Revision: 48246
Modified:
grass/trunk/debian/README.debian
Log:
git notes (merge from devbr6)
Modified: grass/trunk/debian/README.debian
===================================================================
--- grass/trunk/debian/README.debian 2011-09-12 08:43:10 UTC (rev 48245)
+++ grass/trunk/debian/README.debian 2011-09-12 08:43:58 UTC (rev 48246)
@@ -14,8 +14,23 @@
dpkg-buildpackage -rfakeroot
# or
debuild binary
+# or
+debuild -i -uc -us -b -j2
# in main GRASS source directory. After the packages are generated, you can
# install them with
dpkg -i ../*grass*deb
+
+
+
+=====
+
+fixme: DebianGIS has moved to git,
+
+ sudo apt-get install git-core
+ mkdir git && cd git
+ git clone git://git.debian.org/git/pkg-grass/grass.git
+ ln -s grass/debian debiangis
+
+how to download just the grass/debian/ directory from that?
More information about the grass-commit
mailing list