Processed: fixed

2012-11-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 fixed 686926 1.8.9-1~exp2
Bug #686926 [src:hdf5] hdf5: Skip the inclusion of the C++ API
Marked as fixed in versions hdf5/1.8.9-1~exp2.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
686926: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686926
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


Bug#686926: marked as done (hdf5: Skip the inclusion of the C++ API)

2012-11-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Nov 2012 11:37:46 +0100
with message-id 50b3467a.5000...@debian.org
and subject line fixed
has caused the Debian Bug report #686926,
regarding hdf5: Skip the inclusion of the C++ API
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
686926: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686926
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: liboctave-dev
Version: 3.6.2-5
Severity: important

When libhdf5-openmpi-dev is co-installed with liboctave-dev, the .oct files
produced by mkoctfile trigger the following error when run from Octave:

 error: 
/usr/lib/x86_64-linux-gnu/octave/packages/optim-1.2.0/x86_64-pc-linux-gnu-api-v48+/numgradient.oct:
 failed to load: 
/usr/lib/x86_64-linux-gnu/octave/packages/optim-1.2.0/x86_64-pc-linux-gnu-api-v48+/numgradient.oct:
 undefined symbol: _ZN3MPI8Datatype4FreeEv

The missing symbol is defined in /usr/lib/libmpi_cxx.so. As a consequence, a
workaround for the bug is to run Octave with this library preloaded:

 $ LD_PRELOAD=/usr/lib/libmpi_cxx.so octave

Note that this problem is only present with libhdf5-openmpi-dev: it is not
present with libhdf5-dev (serial version, the default) or libhdf5-mpich2-dev.
---End Message---
---BeginMessage---
fixed 686926 1.8.9-1~exp2
thanks---End Message---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Bug#694427: hdf5: Please support arch powerpcspe

2012-11-26 Thread Roland Stigge
Package: hdf5
Version: 1.8.8-9
Severity: wishlist
Tags: patch sid
User: debian-powerpc...@breakpoint.cc
Usertags: powerpcspe

Hi,

hdf5 currently FTBFS on powerpcspe [1] like this:

dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
file: see diff output below
dpkg-gensymbols: warning: debian/libhdf5-openmpi-7/DEBIAN/symbols doesn't match 
completely debian/libhdf5-openmpi-7.symbols
[...]
dh_makeshlibs: dpkg-gensymbols -plibhdf5-openmpi-7 
-Idebian/libhdf5-openmpi-7.symbols -Pdebian/libhdf5-openmpi-7 returned exit 
code 1
make: *** [binary-arch] Error 1
dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit 
status 2
[...]

Attaching a patch that fixes this by adding powerpcspe to the respective
symbols files, control and rules.

Thanks,

Roland


[1] http://wiki.debian.org/PowerPCSPEPort

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
diff -ruN hdf5-1.8.8.backup/debian/control hdf5-1.8.8/debian/control
--- hdf5-1.8.8.backup/debian/control	2012-03-08 11:18:22.0 +0100
+++ hdf5-1.8.8/debian/control	2012-11-26 11:22:14.242636329 +0100
@@ -76,7 +76,7 @@
 Package: libhdf5-openmpi-7
 Section: libs
 Priority: extra
-Architecture: alpha armel armhf amd64 i386 ia64 powerpc sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
+Architecture: alpha armel armhf amd64 i386 ia64 powerpc powerpcspe sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: libhdf5-7, libhdf5-1.8,
  libhdf5-1.8.4, libhdf5-openmpi-1.8.4, libhdf5-1.8.6, libhdf5-openmpi-1.8.6,
@@ -95,7 +95,7 @@
 Package: libhdf5-openmpi-dev
 Section: libdevel
 Priority: extra
-Architecture: alpha armel armhf amd64 i386 ia64 powerpc sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
+Architecture: alpha armel armhf amd64 i386 ia64 powerpc powerpcspe sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
 Depends: libhdf5-openmpi-7 (= ${binary:Version}), zlib1g-dev,
  libjpeg-dev, libopenmpi-dev, ${misc:Depends}, hdf5-helpers
 Conflicts: libhdf5-dev
@@ -112,7 +112,7 @@
 Package: libhdf5-openmpi-7-dbg
 Section: debug
 Priority: extra
-Architecture: alpha armel armhf amd64 i386 ia64 powerpc sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
+Architecture: alpha armel armhf amd64 i386 ia64 powerpc powerpcspe sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
 Depends: ${shlibs:Depends}, ${misc:Depends},
  libhdf5-openmpi-7 (= ${binary:Version}),
 Description: Hierarchical Data Format 5 (HDF5) - OpenMPI Debug package
diff -ruN hdf5-1.8.8.backup/debian/libhdf5-7.symbols hdf5-1.8.8/debian/libhdf5-7.symbols
--- hdf5-1.8.8.backup/debian/libhdf5-7.symbols	2012-02-24 11:15:58.0 +0100
+++ hdf5-1.8.8/debian/libhdf5-7.symbols	2012-11-26 11:23:36.758656795 +0100
@@ -2015,7 +2015,7 @@
  H5T_conv_ldouble_double@Base 1.8.7
  H5T_conv_ldouble_float@Base 1.8.7
  H5T_conv_ldouble_int@Base 1.8.7
- (arch=!powerpc !sh4)H5T_conv_ldouble_llong@Base 1.8.7
+ (arch=!powerpc !powerpcspe !sh4)H5T_conv_ldouble_llong@Base 1.8.7
  H5T_conv_ldouble_long@Base 1.8.7
  H5T_conv_ldouble_schar@Base 1.8.7
  H5T_conv_ldouble_short@Base 1.8.7
@@ -2027,7 +2027,7 @@
  H5T_conv_llong_double@Base 1.8.7
  H5T_conv_llong_float@Base 1.8.7
  H5T_conv_llong_int@Base 1.8.7
- (arch=!powerpc !sh4)H5T_conv_llong_ldouble@Base 1.8.7
+ (arch=!powerpc !powerpcspe !sh4)H5T_conv_llong_ldouble@Base 1.8.7
  H5T_conv_llong_long@Base 1.8.7
  H5T_conv_llong_schar@Base 1.8.7
  H5T_conv_llong_short@Base 1.8.7
@@ -2107,7 +2107,7 @@
  H5T_conv_ullong_float@Base 1.8.7
  H5T_conv_ullong_int@Base 1.8.7
  H5T_conv_ullong_ldouble@Base 1.8.7
- (arch=!armel !armhf !alpha !sparc !mipsel !powerpc !sh4)H5T_conv_ullong_ldouble@Base 1.8.7
+ (arch=!armel !armhf !alpha !sparc !mipsel !powerpc !powerpcspe !sh4)H5T_conv_ullong_ldouble@Base 1.8.7
  H5T_conv_ullong_llong@Base 1.8.7
  H5T_conv_ullong_long@Base 1.8.7
  H5T_conv_ullong_schar@Base 1.8.7
diff -ruN hdf5-1.8.8.backup/debian/libhdf5-mpich2-7.symbols hdf5-1.8.8/debian/libhdf5-mpich2-7.symbols
--- hdf5-1.8.8.backup/debian/libhdf5-mpich2-7.symbols	2012-01-31 15:02:05.0 +0100
+++ hdf5-1.8.8/debian/libhdf5-mpich2-7.symbols	2012-11-26 11:24:20.902667571 +0100
@@ -2056,7 +2056,7 @@
  H5T_conv_ldouble_double@Base 1.8.7
  H5T_conv_ldouble_float@Base 1.8.7
  H5T_conv_ldouble_int@Base 1.8.7
- (arch=!powerpc)H5T_conv_ldouble_llong@Base 1.8.7
+ (arch=!powerpc !powerpcspe)H5T_conv_ldouble_llong@Base 1.8.7
  H5T_conv_ldouble_long@Base 1.8.7
  H5T_conv_ldouble_schar@Base 1.8.7
  H5T_conv_ldouble_short@Base 1.8.7
@@ -2068,7 +2068,7 @@
  H5T_conv_llong_double@Base 1.8.7
  H5T_conv_llong_float@Base 1.8.7
  H5T_conv_llong_int@Base 1.8.7
- (arch=!powerpc)H5T_conv_llong_ldouble@Base 1.8.7
+ (arch=!powerpc !powerpcspe)H5T_conv_llong_ldouble@Base 1.8.7
  H5T_conv_llong_long@Base 1.8.7
  

[SCM] mapserver branch, 6.0/ubuntu, created. upstream/6.0.1-33-geabf29f

2012-11-26 Thread Jerome Villeneuve Larouche
The branch, 6.0/ubuntu has been created
at  eabf29f74cf7248b6981ca86b3cd40f07fa811b2 (commit)

- Shortlog 
commit eabf29f74cf7248b6981ca86b3cd40f07fa811b2
Author: Jerome Villeneuve Larouche jlarou...@mapgears.com
Date:   Thu Nov 22 19:25:18 2012 +

Added getmarkersize and saveimage fix. Modified php54 so image.c check the 
PHP version.

---

-- 
Mapserver

___
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] mapserver branch, 6.0/ubuntu, deleted. upstream/6.0.1-33-geabf29f

2012-11-26 Thread Jerome Villeneuve Larouche
The branch, 6.0/ubuntu has been deleted
   was  eabf29f74cf7248b6981ca86b3cd40f07fa811b2

---
eabf29f74cf7248b6981ca86b3cd40f07fa811b2 Added getmarkersize and saveimage fix. 
Modified php54 so image.c check the PHP version.
---

-- 
Mapserver

___
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] mapserver branch, 6.0/ubuntu/master, created. upstream/6.0.1-33-geabf29f

2012-11-26 Thread Jerome Villeneuve Larouche
The branch, 6.0/ubuntu/master has been created
at  eabf29f74cf7248b6981ca86b3cd40f07fa811b2 (commit)

- Shortlog 
commit eabf29f74cf7248b6981ca86b3cd40f07fa811b2
Author: Jerome Villeneuve Larouche jlarou...@mapgears.com
Date:   Thu Nov 22 19:25:18 2012 +

Added getmarkersize and saveimage fix. Modified php54 so image.c check the 
PHP version.

---

-- 
Mapserver

___
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] mapserver branch, 6.0/ubuntu/lucid, created. upstream/6.0.1-34-g49cc3f7

2012-11-26 Thread Jerome Villeneuve Larouche
The branch, 6.0/ubuntu/lucid has been created
at  49cc3f76a19f13d05f35f071251b3689a06703b1 (commit)

- Shortlog 
commit 49cc3f76a19f13d05f35f071251b3689a06703b1
Author: Jerome Villeneuve Larouche jlarou...@mapgears.com
Date:   Thu Nov 22 20:18:22 2012 +

Lucid Build

---

-- 
Mapserver

___
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] mapserver branch, 6.0/ubuntu/oneiric, created. upstream/6.0.1-34-g3d4acce

2012-11-26 Thread Jerome Villeneuve Larouche
The branch, 6.0/ubuntu/oneiric has been created
at  3d4acce0346b61d1acd65dac6f39a9a03b4706f5 (commit)

- Shortlog 
commit 3d4acce0346b61d1acd65dac6f39a9a03b4706f5
Author: Jerome Villeneuve Larouche jlarou...@mapgears.com
Date:   Thu Nov 22 19:59:32 2012 +

Oneiric build

---

-- 
Mapserver

___
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] mapserver branch, 6.0/ubuntu/precise, created. upstream/6.0.1-34-gf383065

2012-11-26 Thread Jerome Villeneuve Larouche
The branch, 6.0/ubuntu/precise has been created
at  f3830655e2a02120ef7fdcdf2163d955af66 (commit)

- Shortlog 
commit f3830655e2a02120ef7fdcdf2163d955af66
Author: Jerome Villeneuve Larouche jlarou...@mapgears.com
Date:   Thu Nov 22 19:48:06 2012 +

Precise build. Added multiarch-gd

---

-- 
Mapserver

___
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] mapserver branch, master, updated. upstream/6.0.1-39-ga1d8f51

2012-11-26 Thread Jerome Villeneuve Larouche
The following commit has been merged in the master branch:
commit a1d8f513c275a1fd216b17004a00287312e133d1
Author: Jerome Villeneuve Larouche jlarou...@mapgears.com
Date:   Thu Nov 22 20:29:39 2012 +

Added Perl library link to libmapserver fix

diff --git a/debian/changelog b/debian/changelog
index 06fdabb..dc7fb6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mapserver (6.2.0-2) unstable; urgency=low
+
+  * Added heikolein's patch to link mapscript-perl to libmapserver
+
+ -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Thu, 22 Nov 2012 
15:21:55 -0500
+
 mapserver (6.2.0-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/patches/mapscriptperllink b/debian/patches/mapscriptperllink
new file mode 100644
index 000..1f3c8dc
--- /dev/null
+++ b/debian/patches/mapscriptperllink
@@ -0,0 +1,12 @@
+--- a/mapscript/perl/Makefile.PL.in
 b/mapscript/perl/Makefile.PL.in
+@@ -18,7 +18,8 @@
+
+ $libs = STREAM;
+ chomp $libs;
+-$libs = -L$libdir -lmapserver;
++# libmapserver.la not used here
++$libs = -L$libdir -L$home/.libs -lmapserver;
+
+ $static_libs = STREAM;
+ chomp $static_libs;
diff --git a/debian/patches/series b/debian/patches/series
index 8b1a364..4856be3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fixmapscriptvars.patch
+mapscriptperllink

-- 
Mapserver

___
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] mapserver branch, ubuntu/lucid, updated. upstream/6.0.1-46-g4c8d844

2012-11-26 Thread Jerome Villeneuve Larouche
The following commit has been merged in the ubuntu/lucid branch:
commit 4c8d84468303f02f4ded5397fd9414d4cbf4cc32
Merge: ce923a640a5fcaf07765fa41fae01816db4b5a31 
a1d8f513c275a1fd216b17004a00287312e133d1
Author: Jerome Villeneuve Larouche jlarou...@mapgears.com
Date:   Thu Nov 22 21:17:20 2012 +

Merge branch 'master' into ubuntu/lucid

diff --combined debian/changelog
index 2fabb1d,dc7fb6d..921b11a
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,30 -1,8 +1,14 @@@
- mapserver (6.2.0-2~lucid4) lucid; urgency=medium
++mapserver (6.2.0-3~lucid1) lucid; urgency=low
 +
 +  * Launchpad build for Lucid
-   * Added every mapserver headers in libmapserver-dev in
- /usr/include/mapserver/
 +
-  -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Thu, 15 Nov 2012 
21:50:31 +
++ -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Thu, 22 Nov 2012 
16:16:47 -0500
 +
- mapserver (6.2.0-2~lucid3) lucid; urgency=high
+ mapserver (6.2.0-2) unstable; urgency=low
  
-   * Launchpad build for Lucid
-   * Fixed libmapserver-dev headers
- 
-  -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Thu, 15 Nov 2012 
20:54:34 +
- 
- mapserver (6.2.0-2~lucid2) lucid; urgency=low
- 
-   * Launchpad build for Lucid
-   * Added libmapserver-dev
- 
-  -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Thu, 15 Nov 2012 
20:06:17 +
- 
- mapserver (6.2.0-2~lucid1) lucid; urgency=low
- 
-   * Launchpad build for Lucid
+   * Added heikolein's patch to link mapscript-perl to libmapserver
  
-  -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Thu, 15 Nov 2012 
14:49:21 +
+  -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Thu, 22 Nov 2012 
15:21:55 -0500
  
  mapserver (6.2.0-1) unstable; urgency=low
  

-- 
Mapserver

___
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] mapserver branch, ubuntu/oneiric, updated. upstream/6.0.1-47-g64ba56a

2012-11-26 Thread Jerome Villeneuve Larouche
The following commit has been merged in the ubuntu/oneiric branch:
commit 64ba56abfbe1417418e0d288e460f755939fde8f
Merge: 5903ccc4b47c43736e78e9bd702ef87a4d3e7701 
a1d8f513c275a1fd216b17004a00287312e133d1
Author: Jerome Villeneuve Larouche jlarou...@mapgears.com
Date:   Thu Nov 22 21:14:00 2012 +

Merge branch 'master' into ubuntu/oneiric

diff --combined debian/changelog
index 0946690,dc7fb6d..c94aab0
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,36 -1,8 +1,14 @@@
- mapserver (6.2.0-2~oneiric4) oneiric; urgency=medium
++mapserver (6.2.0-3~oneiric1) oneiric; urgency=low
 +
 +  * Launchpad build for Oneiric
-   * Added every mapserver headers in libmapserver-dev in
- /usr/include/mapserver/
 +
-  -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Thu, 15 Nov 2012 
21:52:27 +
++ -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Thu, 22 Nov 2012 
21:13:26 +
 +
- mapserver (6.2.0-2~oneiric3) oneiric; urgency=high
+ mapserver (6.2.0-2) unstable; urgency=low
  
-   * Launchpad build for Oneiric
-   * Added fix for libmapserver-dev headers
- 
-  -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Thu, 15 Nov 2012 
20:59:32 +
- 
- mapserver (6.2.0-2~oneiric2) oneiric; urgency=low
- 
-   * Launchpad build for Oneiric
-   * Added libmapserver-dev
- 
-  -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Thu, 15 Nov 2012 
20:09:43 +
- 
- mapserver (6.2.0-2~oneiric1) oneiric; urgency=medium
- 
-   * Launchpad build for Oneiric
- 
-  -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Thu, 15 Nov 2012 
14:38:54 +
- 
- mapserver (6.2.0-1ubuntu1) oneiric; urgency=low
- 
-   * Launchpad build for Oneiric
+   * Added heikolein's patch to link mapscript-perl to libmapserver
  
-  -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Thu, 15 Nov 2012 
14:38:43 +
+  -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Thu, 22 Nov 2012 
15:21:55 -0500
  
  mapserver (6.2.0-1) unstable; urgency=low
  

-- 
Mapserver

___
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] mapserver branch, ubuntu/precise, updated. upstream/6.0.1-50-g70b49ee

2012-11-26 Thread Jerome Villeneuve Larouche
The following commit has been merged in the ubuntu/precise branch:
commit 70b49eedbf280868f1d93883cff7209e3a0c4685
Merge: f3172af693ab1ec80221d09d87a66da547712d61 
a1d8f513c275a1fd216b17004a00287312e133d1
Author: Jerome Villeneuve Larouche jlarou...@mapgears.com
Date:   Thu Nov 22 21:09:34 2012 +

Merge branch 'master' into ubuntu/precise

Cleaned series.orig

diff --combined debian/changelog
index 32dd3d1,dc7fb6d..9e87129
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,29 -1,8 +1,14 @@@
- mapserver (6.2.0-2~precise4) precise; urgency=high
++mapserver (6.2.0-3~precise1) precise; urgency=high
 +
 +  * Launchpad build for Precise
-   * Added all mapserver headers in libmapserver-dev in /usr/include/mapserver/
 +
-  -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Thu, 15 Nov 2012 
21:47:08 +
++ -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Thu, 22 Nov 2012 
20:58:46 +
 +
- mapserver (6.2.0-2~precise3) precise; urgency=high
+ mapserver (6.2.0-2) unstable; urgency=low
  
-   * Launchpad build for Precise
-   * Fixed libmapserver-dev headers
- 
-  -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Thu, 15 Nov 2012 
20:51:27 +
- 
- mapserver (6.2.0-2~precise2) precise; urgency=medium
- 
-   * Launchpad build for Precise
-   * Added libmapserver-dev
- 
-  -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Thu, 15 Nov 2012 
19:40:20 +
- 
- mapserver (6.2.0-2~precise1) precise; urgency=low
- 
-   * Launchpad build for Precise
+   * Added heikolein's patch to link mapscript-perl to libmapserver
  
-  -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Thu, 15 Nov 2012 
14:10:22 +
+  -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Thu, 22 Nov 2012 
15:21:55 -0500
  
  mapserver (6.2.0-1) unstable; urgency=low
  
diff --combined debian/patches/series
index 8b1a364,4856be3..69080ab
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,1 -1,2 +1,3 @@@
  fixmapscriptvars.patch
+ mapscriptperllink
++debian-changes-6.2.0-3~precise1

-- 
Mapserver

___
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] mapserver branch, ubuntu/quantal, updated. upstream/6.0.1-43-g455e451

2012-11-26 Thread Jerome Villeneuve Larouche
The following commit has been merged in the ubuntu/quantal branch:
commit 455e451cad981004cb7697daab3f8e2c0848f629
Author: Jerome Villeneuve Larouche jlarou...@mapgears.com
Date:   Thu Nov 22 21:11:40 2012 +

Merge branch 'master' into ubuntu/quantal

diff --git a/debian/changelog b/debian/changelog
index ebe0386..019e7ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+mapserver (6.2.0-3~quantal1) quantal; urgency=low
+
+  * Launchpad Build for Quantal
+
+ -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Thu, 22 Nov 2012 
15:31:37 -0500
+
+mapserver (6.2.0-2) unstable; urgency=low
+
+  * Added heikolein's patch to link mapscript-perl to libmapserver
+
+ -- Jerome Villeneuve Larouche jlarou...@mapgears.com  Thu, 22 Nov 2012 
15:21:55 -0500
+
 mapserver (6.2.0-2~quantal4) quantal; urgency=high
 
   * Launchpad build for Quantal
diff --git a/debian/patches/mapscriptperllink b/debian/patches/mapscriptperllink
new file mode 100644
index 000..1f3c8dc
--- /dev/null
+++ b/debian/patches/mapscriptperllink
@@ -0,0 +1,12 @@
+--- a/mapscript/perl/Makefile.PL.in
 b/mapscript/perl/Makefile.PL.in
+@@ -18,7 +18,8 @@
+
+ $libs = STREAM;
+ chomp $libs;
+-$libs = -L$libdir -lmapserver;
++# libmapserver.la not used here
++$libs = -L$libdir -L$home/.libs -lmapserver;
+
+ $static_libs = STREAM;
+ chomp $static_libs;
diff --git a/debian/patches/series b/debian/patches/series
index 8b1a364..4856be3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fixmapscriptvars.patch
+mapscriptperllink

-- 
Mapserver

___
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] mapserver annotated tag, upstream/6.2.0, created. upstream/6.2.0

2012-11-26 Thread Jerome Villeneuve Larouche
The annotated tag, upstream/6.2.0 has been created
at  71ebc06ef4b3985f8964310c5af7391d8cc0cc80 (tag)
   tagging  a274d9ca4594f0b8184cd3f5a007ab83d6dee285 (commit)
  replaces  upstream/6.0.1
 tagged by  Jerome Villeneuve Larouche
on  Thu Nov 15 13:37:40 2012 +

- Shortlog 
Upstream version 6.2.0

Alan Boudreault (1):
  Imported upstream version 6.0.3

Jerome Villeneuve Larouche (1):
  Imported Upstream version 6.2.0

---

-- 
Mapserver

___
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] gdal annotated tag, upstream/1.9.2, created. upstream/1.9.2

2012-11-26 Thread Jerome Villeneuve Larouche
The annotated tag, upstream/1.9.2 has been created
at  d69183de0f38789f6c353f37f748ea7f414ec667 (tag)
   tagging  7a06d2527e18500d45c5db6c444bba008df70457 (commit)
  replaces  upstream/1.9.0
 tagged by  Jerome Villeneuve Larouche
on  Thu Nov 1 18:06:09 2012 +

- Shortlog 
Upstream version 1.9.2

Jerome Villeneuve Larouche (2):
  Imported Upstream version 1.9.1
  Imported Upstream version 1.9.2

---

-- 
GDAL/OGR library and tools

___
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] gdal branch, master, updated. upstream/1.9.2-117-g5f9308e

2012-11-26 Thread Jerome Villeneuve Larouche
The following commit has been merged in the master branch:
commit 5f9308e9dc56ef16615a4c7be62fe48d6caf1324
Author: Jerome Villeneuve Larouche jlarou...@mapgears.com
Date:   Thu Nov 22 13:39:59 2012 +

Added back OGDI

diff --git a/debian/control b/debian/control
index dd5833a..2a96323 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (= 8), zlib1g-dev, libnetcdf-dev (= 
1:4.0.0),
  libjasper-dev, libpng-dev, libjpeg-dev, libgif-dev,
  libhdf4-alt-dev, libhdf5-serial-dev (= 1.6.6), libpq-dev, libxerces-c2-dev, 
unixodbc-dev (= 2.2.11),
  python-numpy, doxygen, d-shlibs, libgeos-dev, libmysqlclient-dev, 
python-all-dev (= 2.6.6-3~),
- libcurl4-gnutls-dev, libsqlite3-dev, 
+ libcurl4-gnutls-dev, libsqlite3-dev, libogdi3.2-dev,
  ruby1.8, ruby1.8-dev, chrpath, swig, patch, libexpat1-dev, libproj-dev,
  libdap-dev, libxml2-dev, libspatialite-dev (= 2.4.0~rc2-4), libepsilon-dev 
(= 0.9.1),
  libpoppler-private-dev, liblzma-dev, libopenjpeg-dev, libarmadillo-dev, 
libfreexl-dev (= 1.0.0),
diff --git a/debian/rules b/debian/rules
index ff06a8d..704801f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -80,6 +80,7 @@ configure-stamp:
--with-ruby \
--with-python \
--with-odbc \
+   --with-ogdi \
--with-dods-root=/usr \
--with-static-proj4=yes \
--with-spatialite=/usr \

-- 
GDAL/OGR library and tools

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