Author: pere Date: 2007-08-04 20:39:02 +0000 (Sat, 04 Aug 2007) New Revision: 1009
Added: packages/debian-gis/common/ packages/debian-gis/common/common packages/debian-gis/common/control Modified: packages/debian-gis/debian/control Log: Add dummy gis-common package framework. Added: packages/debian-gis/common/common =================================================================== --- packages/debian-gis/common/common (rev 0) +++ packages/debian-gis/common/common 2007-08-04 20:39:02 UTC (rev 1009) @@ -0,0 +1,6 @@ +#!/bin/sh +## Prints some info about that package and lets auto-apt work +dpkg --status `basename $0` | \ + grep -v ^Priority | \ + grep -v ^Section | \ + grep -v ^Installed-Size Property changes on: packages/debian-gis/common/common ___________________________________________________________________ Name: svn:executable + * Added: packages/debian-gis/common/control =================================================================== --- packages/debian-gis/common/control (rev 0) +++ packages/debian-gis/common/control 2007-08-04 20:39:02 UTC (rev 1009) @@ -0,0 +1,7 @@ +Package: gis-common +Architecture: all +Depends: adduser, debconf (>= 0.5), menu +Description: Debian GIS Project common package + This package builds the basic infra structure of all meta packages + for the Debian GIS Custom Debian Distribution. + Modified: packages/debian-gis/debian/control =================================================================== --- packages/debian-gis/debian/control 2007-08-04 20:37:46 UTC (rev 1008) +++ packages/debian-gis/debian/control 2007-08-04 20:39:02 UTC (rev 1009) @@ -6,18 +6,18 @@ Build-Depends-Indep: debhelper (>= 4), cdd-dev Standards-Version: 3.6.1 -Package: _CDD_-common +Package: gis-common Architecture: all Depends: adduser, debconf (>= 1.2), menu (>= 2.1.14) -Description: Debian-_CDD_ Project common package +Description: Debian GIS Project common package This package builds the basic infra structure of all meta packages - for the Debian-_CDD_ Custom Debian Distribution. + for the Debian GIS Custom Debian Distribution. Package: gis-workstation Architecture: all Depends: gis-common (= 0.0.1), avce00, e00compr, earth3d, gdal-bin, geoip-bin, gmt, gpsbabel, gpsdrive, gpsman, gpsmanshp, gpx2shp, grace6, grass, grass-doc, iceweasel, kflog, mapnik-utils, mapserver-bin, mozilla-plugin-gnash, ogdi-bin, openscenegraph, php5-mapscript, phppgadmin, postgis, postgresql-8.2-postgis, proj, qgis, qgis-plugin-grass -Suggests: gosmore, gpsd, gpsd-clients, gpstrans, josm, mapnik-viewer, openjump, osm-tools, osmarendrer, [EMAIL PROTECTED], swfdec-mozilla +Suggests: gosmore, gpsd, gpsd-clients, gpstrans, josm, mapnik-viewer, openjump, osm-tools, osmarendrer, renderathome, swfdec-mozilla Description: Geographic Information Systems (GIS) workstation This task sets up your system to be a GIS workstation to process geographical information and make maps. _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

