[DebianGIS-dev] r1234 - packages/debian-gis/config

pere at alioth.debian.org pere at alioth.debian.org
Sat Oct 20 10:29:35 UTC 2007


Author: pere
Date: 2007-10-20 10:29:35 +0000 (Sat, 20 Oct 2007)
New Revision: 1234

Added:
   packages/debian-gis/config/conf
   packages/debian-gis/config/config
   packages/debian-gis/config/config.1
Log:
Forgot more files.

Added: packages/debian-gis/config/conf
===================================================================
--- packages/debian-gis/config/conf	                        (rev 0)
+++ packages/debian-gis/config/conf	2007-10-20 10:29:35 UTC (rev 1234)
@@ -0,0 +1,9 @@
+## This is a configuration file for Debian-med Custom Debian Distribution
+## It is read after /etc/cdd/cdd.conf and can override or add variables
+
+## This variable is replaced by a debconf question
+## UPDATEUSERMENU=yes
+
+## Some CDDs do not build their name generic like Debian-#CDD# so
+## we need the correct name here
+CDDNAME="Debian GIS"

Added: packages/debian-gis/config/config
===================================================================
--- packages/debian-gis/config/config	                        (rev 0)
+++ packages/debian-gis/config/config	2007-10-20 10:29:35 UTC (rev 1234)
@@ -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

Added: packages/debian-gis/config/config.1
===================================================================
--- packages/debian-gis/config/config.1	                        (rev 0)
+++ packages/debian-gis/config/config.1	2007-10-20 10:29:35 UTC (rev 1234)
@@ -0,0 +1,19 @@
+.TH gis-config 1 "Oct 18, 2007" "Debian GIS"
+.SH NAME
+.B gis-config
+.B gis-<meta_package_name>
+\- package information and auto-apt helper
+
+.SH SYNOPSIS
+.B gis-config
+.B gis-<meta_package_name>
+
+.SH DESCRIPTION
+Print just a simple information page about every gis-* package
+of the Debian GIS Custom Debian Distribution.  Each metapackage has a 
+.I /usr/bin/gis-<meta_package_name>
+file which should print some usefull informations and could be serve
+as auto-apt helper.
+
+.SH AUTHOR
+Andreas Tille <tille at debian.org>.




More information about the Pkg-grass-devel mailing list