[DebianGIS-dev] r1230 - packages/gdal/tags

2007-10-20 Thread frankie
Author: frankie
Date: 2007-10-20 07:01:26 + (Sat, 20 Oct 2007)
New Revision: 1230

Added:
   packages/gdal/tags/1.4.2-3/
Log:
Taggin 1.4.2-3


Copied: packages/gdal/tags/1.4.2-3 (from rev 1229, packages/gdal/trunk)


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


[DebianGIS-dev] Patches for debian-gis meta packages

2007-10-20 Thread Andreas Tille
Hi,

I have patched debian-gis package source to let it work with cdd-dev
nicely.  It required some changes to cdd-dev which are in version
0.4.4 which will be uploaded today (so find it tomorrow in sid or grab
it from svn).

The attached diff contains the suggested changes.  Feel free to ask
in case of any question.

Kind regards

Andreas.

-- 
http://fam-tille.de
diff -urbN debian-gis.orig/Makefile debian-gis/Makefile
--- debian-gis.orig/Makefile	1970-01-01 01:00:00.0 +0100
+++ debian-gis/Makefile	2007-08-24 13:34:46.0 +0200
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdd-dev/Makefile
diff -urbN debian-gis.orig/common/common debian-gis/common/common
--- debian-gis.orig/common/common	2007-10-20 11:13:38.0 +0200
+++ debian-gis/common/common	1970-01-01 01:00:00.0 +0100
@@ -1,6 +0,0 @@
-#!/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
diff -urbN debian-gis.orig/common/control debian-gis/common/control
--- debian-gis.orig/common/control	2007-10-20 11:13:38.0 +0200
+++ debian-gis/common/control	1970-01-01 01:00:00.0 +0100
@@ -1,7 +0,0 @@
-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.
-
diff -urbN debian-gis.orig/config/conf debian-gis/config/conf
--- debian-gis.orig/config/conf	1970-01-01 01:00:00.0 +0100
+++ debian-gis/config/conf	2007-10-19 23:21:36.0 +0200
@@ -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
diff -urbN debian-gis.orig/config/config debian-gis/config/config
--- debian-gis.orig/config/config	1970-01-01 01:00:00.0 +0100
+++ debian-gis/config/config	2007-10-19 18:02:07.0 +0200
@@ -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
diff -urbN debian-gis.orig/config/config.1 debian-gis/config/config.1
--- debian-gis.orig/config/config.1	1970-01-01 01:00:00.0 +0100
+++ debian-gis/config/config.1	2007-10-20 11:20:15.0 +0200
@@ -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 [EMAIL PROTECTED].
diff -urbN debian-gis.orig/config/control debian-gis/config/control
--- debian-gis.orig/config/control	1970-01-01 01:00:00.0 +0100
+++ debian-gis/config/control	2007-10-19 18:12:59.0 +0200
@@ -0,0 +1,7 @@
+Package: gis-config
+Architecture: all
+Depends: adduser, debconf (= 0.5), menu
+Description: Debian GIS Project config package
+ This package builds the basic infra structure of all meta packages
+ for the Debian GIS Custom Debian Distribution.
+
diff -urbN debian-gis.orig/debian/90-config debian-gis/debian/90-config
--- debian-gis.orig/debian/90-config	1970-01-01 01:00:00.0 +0100
+++ debian-gis/debian/90-config	2007-10-19 23:49:02.0 +0200
@@ -0,0 +1,10 @@
+/*
+ * $Id: apt.conf 452 2007-08-27 17:56:18Z tille $ 
+ */
+/*
+ * APT configuration file for -config package
+ */
+
+DPkg {
+	Post-Invoke {test -f /var/run/-config.usermenu  if [ -x /usr/sbin/cdd-update-usermenus ] ; then /usr/sbin/cdd-update-usermenus  ; fi ; rm -f /var/run/-config.usermenu;};
+}
diff -urbN debian-gis.orig/debian/control debian-gis/debian/control
--- debian-gis.orig/debian/control	2007-10-20 11:13:38.0 +0200
+++ debian-gis/debian/control	2007-10-20 00:59:53.0 +0200
@@ -3,21 +3,21 @@
 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
+Build-Depends-Indep: debhelper (= 4), cdd-dev (= 0.4.4)
 Standards-Version: 3.7.2
 
-Package: gis-common
+Package: gis-config
 Architecture: all
-Depends: adduser, debconf (= 1.2), menu (= 2.1.14)
-Description: Debian GIS Project common package
+Depends: adduser, debconf (= 0.5), menu
+Description: Debian GIS Project config package
  This package builds 

[DebianGIS-dev] r1231 - packages/debian-gis

2007-10-20 Thread pere
Author: pere
Date: 2007-10-20 10:23:20 + (Sat, 20 Oct 2007)
New Revision: 1231

Added:
   packages/debian-gis/Makefile
   packages/debian-gis/config/
Removed:
   packages/debian-gis/common/
Log:
Got makefile from Andreas.

Added: packages/debian-gis/Makefile
===
--- packages/debian-gis/Makefile(rev 0)
+++ packages/debian-gis/Makefile2007-10-20 10:23:20 UTC (rev 1231)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdd-dev/Makefile

Copied: packages/debian-gis/config (from rev 1230, packages/debian-gis/common)


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


[DebianGIS-dev] r1233 - packages/debian-gis/debian

2007-10-20 Thread pere
Author: pere
Date: 2007-10-20 10:28:31 + (Sat, 20 Oct 2007)
New Revision: 1233

Added:
   packages/debian-gis/debian/90-config
Log:
Forgot a file.

Added: packages/debian-gis/debian/90-config
===
--- packages/debian-gis/debian/90-config(rev 0)
+++ packages/debian-gis/debian/90-config2007-10-20 10:28:31 UTC (rev 
1233)
@@ -0,0 +1,10 @@
+/*
+ * $Id: apt.conf 452 2007-08-27 17:56:18Z tille $ 
+ */
+/*
+ * APT configuration file for -config package
+ */
+
+DPkg {
+   Post-Invoke {test -f /var/run/-config.usermenu  if [ -x 
/usr/sbin/cdd-update-usermenus ] ; then /usr/sbin/cdd-update-usermenus  ; fi ; 
rm -f /var/run/-config.usermenu;};
+}


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


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

2007-10-20 Thread pere
Author: pere
Date: 2007-10-20 10:29:35 + (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 [EMAIL PROTECTED].


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


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

2007-10-20 Thread pere
Author: pere
Date: 2007-10-20 17:02:18 + (Sat, 20 Oct 2007)
New Revision: 1235

Removed:
   packages/debian-gis/config/common
Log:
Remove obsolete file.

Deleted: packages/debian-gis/config/common
===
--- packages/debian-gis/config/common   2007-10-20 10:29:35 UTC (rev 1234)
+++ packages/debian-gis/config/common   2007-10-20 17:02:18 UTC (rev 1235)
@@ -1,6 +0,0 @@
-#!/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


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


[DebianGIS-dev] r1236 - packages/debian-gis/debian

2007-10-20 Thread pere
Author: pere
Date: 2007-10-20 17:08:08 + (Sat, 20 Oct 2007)
New Revision: 1236

Removed:
   packages/debian-gis/debian/90-config
Log:
Remove obsolete file.

Deleted: packages/debian-gis/debian/90-config
===
--- packages/debian-gis/debian/90-config2007-10-20 17:02:18 UTC (rev 
1235)
+++ packages/debian-gis/debian/90-config2007-10-20 17:08:08 UTC (rev 
1236)
@@ -1,10 +0,0 @@
-/*
- * $Id: apt.conf 452 2007-08-27 17:56:18Z tille $ 
- */
-/*
- * APT configuration file for -config package
- */
-
-DPkg {
-   Post-Invoke {test -f /var/run/-config.usermenu  if [ -x 
/usr/sbin/cdd-update-usermenus ] ; then /usr/sbin/cdd-update-usermenus  ; fi ; 
rm -f /var/run/-config.usermenu;};
-}


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


[DebianGIS-dev] libgeotiff-epsg 1.2.4-3 MIGRATED to testing

2007-10-20 Thread Debian testing watch
FYI: The status of the libgeotiff-epsg source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.2.4-3

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.

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


Re: [DebianGIS-dev] Patches for debian-gis meta packages

2007-10-20 Thread Petter Reinholdtsen

[Andreas Tille]
 I have patched debian-gis package source to let it work with cdd-dev
 nicely.  It required some changes to cdd-dev which are in version
 0.4.4 which will be uploaded today (so find it tomorrow in sid or grab
 it from svn).

 The attached diff contains the suggested changes.  Feel free to ask
 in case of any question.

Is the diff against the svn version?  I tried to apply it, but failed.

Happy hacking,
-- 
Petter Reinholdtsen


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


Re: [DebianGIS-dev] Patches for debian-gis meta packages

2007-10-20 Thread Petter Reinholdtsen

[Andreas Tille]
 The attached diff contains the suggested changes.  Feel free to ask
 in case of any question.

Forget my last problem.  I've commited the patch.  Please check if I
remembered all of it.

Happy hacking,
-- 
Petter Reinholdtsen


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