Author: frankie Date: 2007-09-28 21:39:05 +0000 (Fri, 28 Sep 2007) New Revision: 1123
Modified: packages/grass/branches/6.3/debian/changelog packages/grass/branches/6.3/debian/control packages/grass/branches/6.3/debian/rules Log: Added home page field Modified: packages/grass/branches/6.3/debian/changelog =================================================================== --- packages/grass/branches/6.3/debian/changelog 2007-09-28 21:35:48 UTC (rev 1122) +++ packages/grass/branches/6.3/debian/changelog 2007-09-28 21:39:05 UTC (rev 1123) @@ -1,3 +1,11 @@ +grass (6.3~20070922-2) NOT-FOR-RELEASE; urgency=low + + -- THIS IS A NOT FOR RELEASE BRANCH OF THE MAIN DEVELOPMENT TREE -- + + * Added Homepage field in debian/control. + + -- Francesco Paolo Lovergine <[EMAIL PROTECTED]> Fri, 28 Sep 2007 23:37:46 +0200 + grass (6.3~20070922-1) NOT-FOR-RELEASE; urgency=low -- THIS IS A NOT FOR RELEASE BRANCH OF THE MAIN DEVELOPMENT TREE -- Modified: packages/grass/branches/6.3/debian/control =================================================================== --- packages/grass/branches/6.3/debian/control 2007-09-28 21:35:48 UTC (rev 1122) +++ packages/grass/branches/6.3/debian/control 2007-09-28 21:39:05 UTC (rev 1123) @@ -8,6 +8,7 @@ libfreetype6-dev, autoconf2.13, autotools-dev, libgdal1-dev (>=1.4.0) | libgdal1-1.3.2-dev, proj (>= 4.4.7), libjpeg62-dev, libpng12-dev, libpq-dev, unixodbc-dev, doxygen, fakeroot, libmysqlclient15-dev, graphviz, libsqlite3-dev Standards-Version: 3.7.2 +Homepage: http://grass.itc.it/ Package: grass Section: science @@ -24,8 +25,6 @@ visualization. GRASS is currently used in academic and commercial settings around the world, as well as by many government agencies and environmental consulting companies. - . - Homepage: http://grass.itc.it/ Package: grass-doc Section: science @@ -39,8 +38,6 @@ and environmental consulting companies. . This package contains HTML documentation for the GRASS system. - . - Homepage: http://grass.itc.it/gdp/ Package: grass-dev Section: devel @@ -61,6 +58,3 @@ This package contains the header files for developing with GRASS. Install this package if you wish to develop software that manipulates GRASS data sets. - . - Homepage: http://grass.itc.it/ - Modified: packages/grass/branches/6.3/debian/rules =================================================================== --- packages/grass/branches/6.3/debian/rules 2007-09-28 21:35:48 UTC (rev 1122) +++ packages/grass/branches/6.3/debian/rules 2007-09-28 21:39:05 UTC (rev 1123) @@ -14,7 +14,7 @@ ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else - CFLAGS += -O2 + CFLAGS += -O endif ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) STRIP = _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

