Bug#641578: No postgis.sql file script

2011-09-15 Thread Francesco P. Lovergine
merge 641578 639474
thanks

On Wed, Sep 14, 2011 at 10:07:37AM -0300, Mario A. Moya wrote:
 Package: postgis
 Version: 1.5.2-1
 Severity: important
 
 Dear Maintainer,
 
 I currently have installed:
 ii  postgresql 9.1+121
 object-relational SQL database (supported version)
 ii  postgis1.5.2-1
 geographic objects support for PostgreSQL -- common files
 
 I need to create a database template, but there is no postgis.sql file. The 
 package who provide this file is postgresql-8.4-postgis, but depends of 
 postgresql-8.4.
 
 ¿Coud you provide the postgresql-9.1-postgis package?
 

That's obvious, you need to wait for 9.1 adding. And there's already a bug
report opened. So this report is perfectly supefluous.

-- 
Francesco P. Lovergine



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


Processed: Re: Bug#641578: No postgis.sql file script

2011-09-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 merge 641578 639474
Bug#639474: postgis: Please move from postgresql-8.4 to postgresql-9.1
Bug#641578: No postgis.sql file script
Merged 639474 641578.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
639474: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639474
641578: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641578
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


[SCM] grass branch, master, updated. upstream/6.4.1-27-ga3684bb

2011-09-15 Thread Hamish Bowman
The following commit has been merged in the master branch:
commit a3684bbe6e123148ffa771058c25029053cb6366
Author: Hamish Bowman hamis...@yahoo.com
Date:   Thu Sep 15 20:55:18 2011 +1200

recommends things needed to make g.extension work

diff --git a/debian/control b/debian/control
index 6939b86..986318b 100644
--- a/debian/control
+++ b/debian/control
@@ -48,7 +48,8 @@ Description: Geographic Resources Analysis Support System 
documentation
 Package: grass-dev
 Section: devel
 Architecture: any
-Depends: grass (= ${binary:Version}), fakeroot, libproj-dev, libgdal1-dev, 
${misc:Depends}
+Depends: grass (= ${binary:Version}), libproj-dev, libgdal1-dev, 
${misc:Depends}
+Recommends: fakeroot, subversion
 Suggests: pkg-config
 Provides: grass64-dev
 Description: GRASS GIS development files

-- 
Geographic Resources Analysis Support System

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


[SCM] postgis branch, master, updated. upstream/1.5.2-12-g443bced

2011-09-15 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit ed18a8ff3ead5c3d85101dc89450a33abfa6ab7f
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Fri Jul 8 17:32:51 2011 +0200

Added missig additional -dev package for pgsql.

diff --git a/debian/control b/debian/control
index f14b691..cca0c63 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: misc
 Priority: optional
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Stephen Frost sfr...@debian.org, Francesco Paolo Lovergine 
fran...@debian.org
-Build-Depends: debhelper (= 8), autotools-dev, flex, bison, 
postgresql-server-dev-8.4,
+Build-Depends: debhelper (= 8), autotools-dev, flex, bison, 
postgresql-server-dev-8.4, postgresql-server-dev-9.0,
  libgeos-dev (= 3.1.1), libproj-dev (= 4.5.0), libssl-dev, xsltproc, 
docbook, docbook-xsl, libpg-java, 
  default-jdk, fastjar, libjts-java (= 1.7), imagemagick, libcunit1-dev, 
dblatex, libxml2-dev,
  libgtk2.0-dev

-- 
PostGIS for PostgreSQL

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


[SCM] postgis branch, master, updated. upstream/1.5.2-12-g443bced

2011-09-15 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit b1d02e3d306416393ce814ae43da5c6abc0e3381
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Fri Jul 8 17:55:49 2011 +0200

Added a forced removing of stuff after building.

diff --git a/debian/rules b/debian/rules
index 1a2aeaf..0a1ae0c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -109,6 +109,7 @@ install-arch: build-arch
mv 
$(CURDIR)/debian/postgresql-8.4-postgis/usr/lib/postgresql/8.4/lib/postgis-$(MAJOR_VERSION).$(MINOR_VERSION).so
 \
   
$(CURDIR)/debian/postgresql-8.4-postgis/usr/lib/postgis/$(VERSION)/postgres/8.4/lib/.
mv $(CURDIR)/debian/postgresql-8.4-postgis/usr/lib/postgresql/8.4/bin 
$(CURDIR)/debian/postgis/usr
+   rm -rf 
$(CURDIR)/debian/postgresql-8.4-postgis/usr/lib/postgresql/8.4/bin 
$(MAKE) distclean

# PostGIS for PostgreSQL 9.0

-- 
PostGIS for PostgreSQL

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


[SCM] postgis branch, master, updated. upstream/1.5.2-12-g443bced

2011-09-15 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 4fc7ffe474492181ccfef4affa4037b956d80c74
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Thu Sep 15 13:02:47 2011 +0200

Fix for PGSQL 9.1 added.

diff --git a/debian/changelog b/debian/changelog
index 86d859c..3ff7609 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,3 @@
-postgis (1.5.2-3) unstable; urgency=low
-
-  * 
-
- -- Francesco Paolo Lovergine fran...@debian.org  Thu, 15 Sep 2011 12:24:35 
+0200
-
 postgis (1.5.2-2) unstable; urgency=low
 
   * Repository moved to git and changed Vcs-* fields in debian/control.
@@ -17,10 +11,11 @@ postgis (1.5.2-2) unstable; urgency=low
 unexpected behavior on purging. Now each purge of postgresql-*-postgis will
 cause extension removal.
 (closes: #596663)
-  * Added PostgreSQL 9.1 support.
+  * Added PostgreSQL 9.1 support. New patch lwgeom_accum added 
+for supporting 9.1.
 (closes: #633111, #639474)
 
- -- Francesco Paolo Lovergine fran...@debian.org  Fri, 08 Jul 2011 17:16:12 
+0200
+ -- Francesco Paolo Lovergine fran...@debian.org  Thu, 15 Sep 2011 13:01:50 
+0200
 
 postgis (1.5.2-1) unstable; urgency=low
 
diff --git a/debian/patches/lwgeom_accum b/debian/patches/lwgeom_accum
new file mode 100644
index 000..4e1c4c8
--- /dev/null
+++ b/debian/patches/lwgeom_accum
@@ -0,0 +1,17 @@
+Index: postgis/postgis/lwgeom_accum.c
+===
+--- postgis.orig/postgis/lwgeom_accum.c2011-03-24 17:12:30.0 
+0100
 postgis/postgis/lwgeom_accum.c 2011-09-15 13:00:16.0 +0200
+@@ -303,7 +303,12 @@
+   FunctionCallInfoData fcinfo;
+   Datum   result;
+ 
++#if POSTGIS_PGSQL_VERSION  90
++  /* PgSLQ 9.1 requires five arcuments to InitFunctionCallInfoData */
++  InitFunctionCallInfoData(fcinfo, NULL, 1, InvalidOid, NULL, NULL);
++#else
+   InitFunctionCallInfoData(fcinfo, NULL, 1, NULL, NULL);
++#endif
+ 
+   fcinfo.arg[0] = arg1;
+   fcinfo.argnull[0] = false;
diff --git a/debian/patches/series b/debian/patches/series
index 9d74090..5237045 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,4 @@
 install
 generator
+lwgeom_accum
+lwgeom_accum.c

-- 
PostGIS for PostgreSQL

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


[SCM] postgis branch, master, updated. upstream/1.5.2-12-g443bced

2011-09-15 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 6c783a5a71f4ba6c705935ee0caddc4f356b89e3
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Thu Sep 15 12:26:58 2011 +0200

Moved to 9.1 version for PostgreSQL.

diff --git a/debian/changelog b/debian/changelog
index f58542a..86d859c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+postgis (1.5.2-3) unstable; urgency=low
+
+  * 
+
+ -- Francesco Paolo Lovergine fran...@debian.org  Thu, 15 Sep 2011 12:24:35 
+0200
+
 postgis (1.5.2-2) unstable; urgency=low
 
   * Repository moved to git and changed Vcs-* fields in debian/control.
@@ -11,8 +17,8 @@ postgis (1.5.2-2) unstable; urgency=low
 unexpected behavior on purging. Now each purge of postgresql-*-postgis will
 cause extension removal.
 (closes: #596663)
-  * Added PostgreSQL 9.0 support.
-(closes: #633111)
+  * Added PostgreSQL 9.1 support.
+(closes: #633111, #639474)
 
  -- Francesco Paolo Lovergine fran...@debian.org  Fri, 08 Jul 2011 17:16:12 
+0200
 
diff --git a/debian/control b/debian/control
index cca0c63..ca82bc4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: misc
 Priority: optional
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Stephen Frost sfr...@debian.org, Francesco Paolo Lovergine 
fran...@debian.org
-Build-Depends: debhelper (= 8), autotools-dev, flex, bison, 
postgresql-server-dev-8.4, postgresql-server-dev-9.0,
+Build-Depends: debhelper (= 8), autotools-dev, flex, bison, 
postgresql-server-dev-8.4, postgresql-server-dev-9.1,
  libgeos-dev (= 3.1.1), libproj-dev (= 4.5.0), libssl-dev, xsltproc, 
docbook, docbook-xsl, libpg-java, 
  default-jdk, fastjar, libjts-java (= 1.7), imagemagick, libcunit1-dev, 
dblatex, libxml2-dev,
  libgtk2.0-dev
@@ -25,21 +25,21 @@ Description: Geographic objects support for PostgreSQL 8.4
  .
  This package supports PostgreSQL 8.4.
 
-Package: postgresql-9.0-postgis
+Package: postgresql-9.1-postgis
 Architecture: any
-Depends: ${shlibs:Depends}, postgis, postgresql-9.0, ${misc:Depends}
+Depends: ${shlibs:Depends}, postgis, postgresql-9.1, ${misc:Depends}
 Conflicts: postgis ( 1.2.1)
-Description: Geographic objects support for PostgreSQL 9.0
+Description: Geographic objects support for PostgreSQL 9.1
  PostGIS adds support for geographic objects to the PostgreSQL 
object-relational
  database. In effect, PostGIS spatially enables the PostgreSQL server, 
  allowing it to be used as a backend spatial database for geographic 
information
  systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS
  follows the OpenGIS Simple Features Specification for SQL.
  .
- This package supports PostgreSQL 9.0.
+ This package supports PostgreSQL 9.1.
 
 Package: postgis
-Suggests: postgresql-8.4-postgis | postgresql-9.0-postgis
+Suggests: postgresql-8.4-postgis | postgresql-9.1-postgis
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Architecture: any
 Description: Geographic objects support for PostgreSQL -- common files
@@ -56,7 +56,7 @@ Package: libpostgis-java
 Architecture: all
 Section: java
 Depends: libpg-java
-Suggests: postgresql-8.4-postgis | postgresql-9.0-postgis, ${misc:Depends}
+Suggests: postgresql-8.4-postgis | postgresql-9.1-postgis, ${misc:Depends}
 Conflicts: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
 Replaces: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
 Description: Geographic objects support for PostgreSQL -- JDBC support
diff --git a/debian/rules b/debian/rules
index 0a1ae0c..4bfdc55 100755
--- a/debian/rules
+++ b/debian/rules
@@ -109,34 +109,33 @@ install-arch: build-arch
mv 
$(CURDIR)/debian/postgresql-8.4-postgis/usr/lib/postgresql/8.4/lib/postgis-$(MAJOR_VERSION).$(MINOR_VERSION).so
 \
   
$(CURDIR)/debian/postgresql-8.4-postgis/usr/lib/postgis/$(VERSION)/postgres/8.4/lib/.
mv $(CURDIR)/debian/postgresql-8.4-postgis/usr/lib/postgresql/8.4/bin 
$(CURDIR)/debian/postgis/usr
-   rm -rf 
$(CURDIR)/debian/postgresql-8.4-postgis/usr/lib/postgresql/8.4/bin 
$(MAKE) distclean

-   # PostGIS for PostgreSQL 9.0
+   # PostGIS for PostgreSQL 9.1
./configure \
--host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/usr \
--with-docdir=$(CURDIR)/debian/postgis/usr/share/doc \
-   --exec-prefix=\$${prefix}/lib/postgresql/9.0 \
-   --datadir=\$${prefix}/share/postgresql-9.0-postgis \
+   --exec-prefix=\$${prefix}/lib/postgresql/9.1 \
+   --datadir=\$${prefix}/share/postgresql-9.1-postgis \
--mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info \
-   --with-pgconfig=/usr/lib/postgresql/9.0/bin/pg_config \
+   --with-pgconfig=/usr/lib/postgresql/9.1/bin/pg_config \
--with-gui
$(MAKE)
$(MAKE) -C doc
-   

[SCM] postgis branch, master, updated. upstream/1.5.2-12-g443bced

2011-09-15 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 3f7e59c89b85d75906330cfbb30f79962109f938
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Thu Sep 15 13:04:11 2011 +0200

Fixed series for a fake patch.

diff --git a/debian/patches/series b/debian/patches/series
index 5237045..2aaa8f6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 install
 generator
 lwgeom_accum
-lwgeom_accum.c

-- 
PostGIS for PostgreSQL

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


[SCM] postgis branch, master, updated. upstream/1.5.2-12-g443bced

2011-09-15 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 443bceda6da78c7059de12f54161c42ab37b31c4
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Thu Sep 15 13:28:26 2011 +0200

Dropped support for pgsql 8.4.

diff --git a/debian/README.Debian b/debian/README.Debian
index d1cfb02..6019619 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -11,7 +11,7 @@ postgresql-N.M-postgis
   SQL script which contains the OpenGIS Spatial References 
   (spatial_ref_sys.sql).
 
-DIR=/usr/share/postgresql/*/contrib/postgis*
+DIR=/usr/share/postgresql/*/contrib/postgis-*
psql -d [yourdatabase] -f $DIR/postgis.sql
psql -d [yourdatabase] -f $DIR/spatial_ref_sys.sql
 
@@ -73,8 +73,9 @@ Type as root:
   createlang plpgsql -d databasename
 
   # Finally, load the functions and reference system tables
-  psql databasename -f /usr/share/postgresql/*/contrib/postgis*/postgis.sql
-  psql databasename -f 
/usr/share/postgresql/*/contrib/postgis*/spatial_ref_sys.sql
+  psql databasename -f /usr/share/postgresql/*/contrib/postgis-*/postgis.sql
+  psql databasename -f 
/usr/share/postgresql/*/contrib/postgis-*/spatial_ref_sys.sql
+
 
   # login in new database (still as superuser postgres)
   psql databasename
@@ -118,8 +119,8 @@ geodatabase, type as root:
   createlang plpgsql -d template_gis
 
   # Finally, load the functions and reference system tables
-  psql template_gis -f /usr/share/postgresql/*/contrib/postgis*/postgis.sql
-  psql template_gis -f 
/usr/share/postgresql/*/contrib/postgis*/spatial_ref_sys.sql
+  psql template_gis -f /usr/share/postgresql/*/contrib/postgis-*/postgis.sql
+  psql template_gis -f 
/usr/share/postgresql/*/contrib/postgis-*/spatial_ref_sys.sql
 
   # login in new database (still as superuser postgres)
   psql template_gis
diff --git a/debian/changelog b/debian/changelog
index 3ff7609..32773f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,9 +13,13 @@ postgis (1.5.2-2) unstable; urgency=low
 (closes: #596663)
   * Added PostgreSQL 9.1 support. New patch lwgeom_accum added 
 for supporting 9.1.
-(closes: #633111, #639474)
+(closes: #633111)
+  * Dropped PostgreSQL 8.4 support, as required for wheezy.
+(closes: #639474)
+  * Fixed (again) README.Debian for paths.
+(closes: #575622)
 
- -- Francesco Paolo Lovergine fran...@debian.org  Thu, 15 Sep 2011 13:01:50 
+0200
+ -- Francesco Paolo Lovergine fran...@debian.org  Thu, 15 Sep 2011 13:19:40 
+0200
 
 postgis (1.5.2-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index ca82bc4..005caab 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: misc
 Priority: optional
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Stephen Frost sfr...@debian.org, Francesco Paolo Lovergine 
fran...@debian.org
-Build-Depends: debhelper (= 8), autotools-dev, flex, bison, 
postgresql-server-dev-8.4, postgresql-server-dev-9.1,
- libgeos-dev (= 3.1.1), libproj-dev (= 4.5.0), libssl-dev, xsltproc, 
docbook, docbook-xsl, libpg-java, 
+Build-Depends: debhelper (= 8), autotools-dev, flex, bison, 
postgresql-server-dev-9.1,
+ libgeos-dev (= 3.1.1), libproj-dev (= 4.5.0), libssl-dev, sltproc, docbook, 
docbook-xsl, libpg-java, 
  default-jdk, fastjar, libjts-java (= 1.7), imagemagick, libcunit1-dev, 
dblatex, libxml2-dev,
  libgtk2.0-dev
 Standards-Version: 3.9.2
@@ -12,19 +12,6 @@ Homepage: http://postgis.refractions.net/
 Vcs-Browser: http://git.debian.org/?p=pkg-grass/postgis.git
 Vcs-Git: git://git.debian.org/git/pkg-grass/postgis.git
 
-Package: postgresql-8.4-postgis
-Architecture: any
-Depends: ${shlibs:Depends}, postgis, postgresql-8.4, ${misc:Depends}
-Conflicts: postgis ( 1.2.1)
-Description: Geographic objects support for PostgreSQL 8.4
- PostGIS adds support for geographic objects to the PostgreSQL 
object-relational
- database. In effect, PostGIS spatially enables the PostgreSQL server, 
- allowing it to be used as a backend spatial database for geographic 
information
- systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS
- follows the OpenGIS Simple Features Specification for SQL.
- .
- This package supports PostgreSQL 8.4.
-
 Package: postgresql-9.1-postgis
 Architecture: any
 Depends: ${shlibs:Depends}, postgis, postgresql-9.1, ${misc:Depends}
@@ -39,7 +26,7 @@ Description: Geographic objects support for PostgreSQL 9.1
  This package supports PostgreSQL 9.1.
 
 Package: postgis
-Suggests: postgresql-8.4-postgis | postgresql-9.1-postgis
+Suggests: postgresql-9.1-postgis
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Architecture: any
 Description: Geographic objects support for PostgreSQL -- common files
@@ -56,7 +43,7 @@ Package: libpostgis-java
 Architecture: all
 Section: java
 Depends: libpg-java
-Suggests: postgresql-8.4-postgis | postgresql-9.1-postgis, ${misc:Depends}
+Suggests: postgresql-9.1-postgis, ${misc:Depends}
 Conflicts: libpostgis-jdbc, libpostgisjava, 

[SCM] grass branch, master, updated. upstream/6.4.1-28-gb00cb96

2011-09-15 Thread Hamish Bowman
The following commit has been merged in the master branch:
commit b00cb96835dd018060914c27e7444c9f5ec1bf0a
Author: Hamish Bowman hamis...@yahoo.com
Date:   Fri Sep 16 01:11:42 2011 +1200

move 48x48 icon into correct dir

diff --git a/debian/grass.dirs b/debian/grass.dirs
index 8bc78d4..c43c7fc 100644
--- a/debian/grass.dirs
+++ b/debian/grass.dirs
@@ -3,3 +3,4 @@ usr/bin
 usr/share/doc/grass
 usr/share/man
 usr/share/icons/hicolor/32x32/apps
+usr/share/icons/hicolor/48x48/apps
diff --git a/debian/grass.dirs.in b/debian/grass.dirs.in
index e04321b..69fbd3b 100644
--- a/debian/grass.dirs.in
+++ b/debian/grass.dirs.in
@@ -3,3 +3,4 @@ usr/bin
 usr/share/doc/grass
 usr/share/man
 usr/share/icons/hicolor/32x32/apps
+usr/share/icons/hicolor/48x48/apps
diff --git a/debian/rules b/debian/rules
index e548712..70b52d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -190,12 +190,12 @@ install: build
debian/tmp/usr/bin
# is there a better way to make these exist?
mkdir -p debian/tmp/usr/share/icons/hicolor/32x32/apps
-   mkdir -p debian/tmp/usr/share/icons/hicolor/48x48
+   mkdir -p debian/tmp/usr/share/icons/hicolor/48x48/apps
mkdir -p debian/tmp/usr/share/applications
install -m 644 debian/grass.xpm \
debian/tmp/usr/share/icons/hicolor/32x32/apps/$(BASE_NAME).xpm
install -m 644 gui/icons/grass-48x48.png \
-   debian/tmp/usr/share/icons/hicolor/48x48/$(BASE_NAME).png
+   debian/tmp/usr/share/icons/hicolor/48x48/apps/$(BASE_NAME).png
install -m 644 gui/icons/grass.desktop \
debian/tmp/usr/share/applications/$(BASE_NAME).desktop
# 6.4.1 shipped with grass65 as the Exec target

-- 
Geographic Resources Analysis Support System

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


libterralib 4.0.0-3 MIGRATED to testing

2011-09-15 Thread Debian testing watch
FYI: The status of the libterralib source package
in Debian's testing distribution has changed.

  Previous version: 3.3.1-8
  Current version:  4.0.0-3

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

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


Re: [SCM] grass branch, master, updated. upstream/6.4.1-27-ga3684bb

2011-09-15 Thread Francesco P. Lovergine
On Thu, Sep 15, 2011 at 08:55:31AM +, Hamish Bowman wrote:
 The following commit has been merged in the master branch:
 commit a3684bbe6e123148ffa771058c25029053cb6366
 Author: Hamish Bowman hamis...@yahoo.com
 Date:   Thu Sep 15 20:55:18 2011 +1200
 
 recommends things needed to make g.extension work
 

I would avoid in general recommendations for those things, 
with default settings all recommendations are installed as well
and grass already has a long list of dependencies...
Suggestions would sufficice IMHO.

-- 
Francesco P. Lovergine

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


[SCM] saga branch, master, updated. d7a2faa571e6122b6c470920ed1d487b61461b26

2011-09-15 Thread Johan Van de Wauw
The following commit has been merged in the master branch:
commit d7a2faa571e6122b6c470920ed1d487b61461b26
Author: Johan Van de Wauw johan.vandew...@gmail.com
Date:   Tue Sep 13 17:21:39 2011 -0400

Install man-files correctly

diff --git a/debian/saga.install b/debian/saga.install
index 130b01d..3ff0d6e 100644
--- a/debian/saga.install
+++ b/debian/saga.install
@@ -4,3 +4,4 @@ debian/saga_gui.desktop  /usr/share/applications/
 src/saga_core/saga_gui/res/saga_tip.txt /usr/share/saga/
 usr/bin
 usr/lib/saga/*.so
+usr/share/man/man1/*

-- 
Saga GIS

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


Processed: Re: Bug#641734: gdal1: FTBFS

2011-09-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 641734 src:gdal
Bug #641734 {Done: Julien Cristau jcris...@debian.org} [gdal1] gdal1: FTBFS
Warning: Unknown package 'gdal1'
Bug reassigned from package 'gdal1' to 'src:gdal'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
641734: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641734
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


Re: [SCM] grass branch, master, updated. upstream/6.4.1-27-ga3684bb

2011-09-15 Thread Hamish
  The following commit has been merged in the master
 branch:
  commit a3684bbe6e123148ffa771058c25029053cb6366
  Author: Hamish Bowman hamis...@yahoo.com
  Date:   Thu Sep 15 20:55:18 2011 +1200
  
      recommends things needed to make g.extension work

Francesco:
 
 I would avoid in general recommendations for those things,
 
 with default settings all recommendations are installed as
 well and grass already has a long list of dependencies...
 Suggestions would sufficice IMHO.

that recommends was chosen on purpose with the default settings
in mind, exactly so that packages needed to use the grass-dev
package successfully are automatically installed when you
install the grass-dev package. (which itself is not recommended
or suggested by anything, so this doesn't add to the bulk of
grass unless the user specifically asks for it)

the primary 95% reason most people will install the grass-dev pkg
is to use the g.extension module, which needs those two to work.

The balance I think is to make the bare-bones version available
for power/embedded users, and the out of the box ready-to-go
version available for e.g. downstream ubuntu users who won't have
a clue about build-essential, etc. .. for them the recommended
set just works.


 grass already has a long list of dependencies...

That is always something to consider, but IMHO it's mostly
irrelevant as from my POV the choices should be primarily
made by:

 - if the core package will not function without it -
  Depends:

 - if the main package has many things which need it, but fails
   gracefully if they're not there -
  Recommends:

 - if the package has one small thing or another which can make
   use of it, if it's present -
  Suggests:


and then let the bytes fall where they will.


If a standard end-user does 'apt-get install grass' I want them
to get a fully functioning bit of software, not just a stripped
down embedded version and then complain that things don't work.
(like the ubuntu bug report I got yesterday from an ubuntu user
I was helping with what is in my opinion unneeded some assembly
required additional steps)


2c,
Hamish


ps- these days since disk space is cheap, I wonder if we can
finally ship a gmt-coast-high package instead of needing to run
the bundled script to get that.

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