Author: pere
Date: 2006-09-09 22:40:32 +0000 (Sat, 09 Sep 2006)
New Revision: 554

Added:
   packages/debian-gis/
   packages/debian-gis/README
   packages/debian-gis/debian/
   packages/debian-gis/debian/changelog
   packages/debian-gis/debian/compat
   packages/debian-gis/debian/control.stub
   packages/debian-gis/debian/rules
   packages/debian-gis/tasks/
   packages/debian-gis/tasks/workstation
Log:
Start on Debian GIS custom debian distro package.  First make a tasksel task.

Added: packages/debian-gis/README
===================================================================
--- packages/debian-gis/README                          (rev 0)
+++ packages/debian-gis/README  2006-09-09 22:40:32 UTC (rev 554)
@@ -0,0 +1,5 @@
+Debian GIS subproject
+
+http://www.refractions.net/white_papers/oss_briefing/2006-06-OSS-Briefing.pdf
+
+An overview of current open source gis software.

Added: packages/debian-gis/debian/changelog
===================================================================
--- packages/debian-gis/debian/changelog                                (rev 0)
+++ packages/debian-gis/debian/changelog        2006-09-09 22:40:32 UTC (rev 
554)
@@ -0,0 +1,5 @@
+debian-gis (0.0.1) unstable; urgency=low
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Petter Reinholdtsen <[EMAIL PROTECTED]>  Sun, 10 Sep 2006 00:09:59 +0200

Added: packages/debian-gis/debian/compat
===================================================================
--- packages/debian-gis/debian/compat                           (rev 0)
+++ packages/debian-gis/debian/compat   2006-09-09 22:40:32 UTC (rev 554)
@@ -0,0 +1 @@
+4

Added: packages/debian-gis/debian/control.stub
===================================================================
--- packages/debian-gis/debian/control.stub                             (rev 0)
+++ packages/debian-gis/debian/control.stub     2006-09-09 22:40:32 UTC (rev 
554)
@@ -0,0 +1,10 @@
+Source: debian-gis
+Section: misc
+Priority: extra
+Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
+Uploaders: Petter Reinholdtsen <[EMAIL PROTECTED]>
+Build-Depends-Indep: debhelper (>= 4), cdd-dev
+Standards-Version: 3.6.1
+
+Package: gis
+Architecture: all

Added: packages/debian-gis/debian/rules
===================================================================
--- packages/debian-gis/debian/rules                            (rev 0)
+++ packages/debian-gis/debian/rules    2006-09-09 22:40:32 UTC (rev 554)
@@ -0,0 +1,79 @@
+#!/usr/bin/make -f
+# debian/rules for Debian-GIS
+# GNU copyright 2006 GIS Maintainer, GPL.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+cdd=gis
+pkgsrc=debian-$(cdd)
+
+build: build-stamp
+build-stamp:
+       dh_testdir
+
+       cdd-gen-control -s testing -c -m -i -t
+       #/usr/bin/docbook-to-man debian/meta-$(cdd).sgml > meta-$(cdd).1
+
+       touch build-stamp
+
+clean: debian/control tasks/* debian/control.stub
+       dh_testdir
+       dh_testroot
+       rm -f build-stamp
+
+       cdd-clean-helper
+
+install: build
+       dh_testdir
+       dh_testroot
+       dh_clean -k
+       dh_installdirs
+
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
+# Build architecture-independent files here.
+binary-indep: build install
+       dh_testdir
+       dh_testroot
+       dh_installdocs
+       dh_installexamples
+       dh_installmenu
+#      dh_installlogrotate
+#      dh_installemacsen
+#      dh_installpam
+#      dh_installmime
+#      dh_installinit
+       dh_installcron
+       dh_installman
+       cdd-install-helper
+       dh_install
+       dh_installdebconf
+#      dh_installinfo
+       dh_installchangelogs 
+       dh_link
+       dh_strip
+       dh_compress
+       dh_fixperms
+#      dh_makeshlibs
+       dh_installdeb
+#      dh_perl
+       dh_shlibdeps
+       dh_gencontrol
+       dh_md5sums
+       dh_builddeb
+
+dist:
+       distdir=$(pkgsrc)-`cat VERSION` ; \
+       rm -rf $${distdir} ; \
+       mkdir $${distdir} ; \
+       chmod 777 $${distdir} ; \
+       rsync -a --exclude $${distdir} --exclude CVS --exclude .svn * 
$${distdir} ; \
+       ln -s control.stub $${distdir}/debian/control ; \
+       GZIP=-9 tar -czf ../$(pkgsrc)_`cat VERSION`.tar.gz $${distdir} ; \
+       rm -rf $${distdir}
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install


Property changes on: packages/debian-gis/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/debian-gis/tasks/workstation
===================================================================
--- packages/debian-gis/tasks/workstation                               (rev 0)
+++ packages/debian-gis/tasks/workstation       2006-09-09 22:40:32 UTC (rev 
554)
@@ -0,0 +1,18 @@
+Task: gis-workstation
+Description: Geographic Information Systems (GIS) workstation
+ This task sets up your system to be a GIS workstation to process
+ geographical information and make maps.
+
+Depends:     grass, qgis, qgis-plugin-grass
+Why:         The key packages in the GIS task.
+Responsible: Petter Reinholdtsen
+NeedConfig:  ?
+
+Depends:     thuban, mapserver, gmt, gpsbabel, gpx2shp, gpsd, gpsdrive, \
+            gpsman, openjump, earth3d, openscenegraph, proj, postgis, \
+            openev, kflog, grace6, gpstrans, geoip, gpsd-clients, \
+            grass-doc, php4-mapscript, phppgadmin, gpsmanshp, \
+            avce00, e00compr
+Why:         Nice GIS tools
+Responsible: Petter Reinholdtsen
+NeedConfig:  ?


_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to