Re: [SCM] hdf5 branch, master, updated. upstream/1.8.7-189-gce5459b

2013-12-06 Thread Francesco P. Lovergine
On Thu, Dec 05, 2013 at 10:31:09PM +, Gilles Filippini wrote:
 +About symbols files
 +---
 +To update the symbols files on new upstream releases:
 +1- Build the package for the new release with symbols files untouched
 +2- Patch the symbols files from the dpkg-gensymbols output in the build log
 +   $ patch -p0 path_to_build_log
 +3- Use the debian/sort-symbols script on the symbol files to unmangle and
 +   and sort C++ symbols
 +4- Rebuild the package and check that no diff are reported by dpkg-gensymbols
 +

Well done, but I would use the demangled version of the symbol table, which is
much more clear to human beings. That said, I would also stress the concept
that a modified symbol table implies a change in ABI for C++, but not the
opposite.

-- 
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


Кредиты и кредитные карты без справок и поручителей. Низкий % отказов!

2013-12-06 Thread Кредиты без отказов
Подробности смотрите на сайте KREDIT-AND-KARTA.COM

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

Processing of geos_3.4.2-1_amd64.changes

2013-12-06 Thread Debian FTP Masters
geos_3.4.2-1_amd64.changes uploaded successfully to localhost
along with the files:
  geos_3.4.2-1.dsc
  geos_3.4.2.orig.tar.gz
  geos_3.4.2-1.debian.tar.gz
  libgeos-doc_3.4.2-1_all.deb
  libgeos-dev_3.4.2-1_amd64.deb
  libgeos++-dev_3.4.2-1_amd64.deb
  libgeos-c1_3.4.2-1_amd64.deb
  libgeos-3.4.2_3.4.2-1_amd64.deb
  libgeos-ruby1.8_3.4.2-1_amd64.deb
  libgeos-dbg_3.4.2-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
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] geos branch, master, updated. upstream/3.3.3-79-gca59f58

2013-12-06 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit ca59f582e16466e1ccd3b4142637559d6d722b23
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Fri Dec 6 15:25:12 2013 +0100

Added a simple patch in order to prevent a FTBS for Ruby binding.

diff --git a/debian/changelog b/debian/changelog
index 90f1993..aa9783b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,9 @@ geos (3.4.2-1) unstable; urgency=low
 (closes: #726455)
   * Update watch file, handle common mistakes.
 
+  [ Francesco Paolo Lovergine ]
+  * Added an idiot-proof ruby patch for libtool in order to avoid a FTBS.
+
  -- Francesco Paolo Lovergine fran...@debian.org  Fri, 06 Dec 2013 13:48:39 
+0100
 
 geos (3.3.3-1.1) unstable; urgency=low
diff --git a/debian/patches/libruby b/debian/patches/libruby
new file mode 100644
index 000..ce5f74a
--- /dev/null
+++ b/debian/patches/libruby
@@ -0,0 +1,13 @@
+Index: geos/swig/ruby/Makefile.in
+===
+--- geos.orig/swig/ruby/Makefile.in2013-12-06 09:09:30.741373190 +0100
 geos/swig/ruby/Makefile.in 2013-12-06 15:23:44.520742796 +0100
+@@ -334,7 +334,7 @@
+ # Build Ruby module as shared library
+ @ENABLE_RUBY_TRUE@rubyextensiondir_LTLIBRARIES = geos.la
+ @ENABLE_RUBY_TRUE@geos_la_SOURCES = geos_wrap.cxx
+-@ENABLE_RUBY_TRUE@geos_la_LIBADD = $(top_builddir)/capi/libgeos_c.la 
-l$(RUBY_SO_NAME)
++@ENABLE_RUBY_TRUE@geos_la_LIBADD = $(top_builddir)/capi/libgeos_c.la 
/usr/lib/$(RUBY_SO_NAME)
+ 
+ # Only need to grab the capi header files
+ @ENABLE_RUBY_TRUE@geos_la_CPPFLAGS = -I$(top_builddir)/capi
diff --git a/debian/patches/series b/debian/patches/series
index be57c8e..1286296 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@ TaggedLineString.cpp
 TaggedLineString.h
 TaggedLineStringSimplifier.h
 geos-config
+libruby

-- 
Geometry engine for Geographic Information Systems

___
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] geos branch, master, updated. upstream/3.3.3-79-gca59f58

2013-12-06 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 23b9571fd55c7a42ae85d977d15e67f8d5de5880
Merge: a51e1cfc04fd9307ec00a642fac1afb037697fac 
258c9a98d2aae88294828284ae140c62199f1184
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Fri Dec 6 09:09:29 2013 +0100

Merge tag 'upstream/3.4.2'

Upstream version 3.4.2


-- 
Geometry engine for Geographic Information Systems

___
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] geos branch, master, updated. upstream/3.3.3-79-gca59f58

2013-12-06 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit f3c79ee706e12523d4242cadbdbcc3b5b8737ed2
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Fri Dec 6 14:30:27 2013 +0100

Updated debian/control

diff --git a/debian/control b/debian/control
index 7fd2cad..4e77bec 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Description: Geometry engine for GIS - Development files
 Package: libgeos++-dev
 Section: libdevel
 Architecture: any
-Depends: libgeos-3.3.9 (= ${binary:Version}), libgeos-dev, ${misc:Depends}
+Depends: libgeos-3.4.2 (= ${binary:Version}), libgeos-dev, ${misc:Depends}
 Suggests: libgdal-doc
 Breaks: libgeos-dev ( 3.3.1-1~)
 Description: Geometry engine for GIS - C++ development files
@@ -60,7 +60,7 @@ Description: Geometry engine for Geographic Information 
Systems - C Library
  This package contains the C library. A C++ library is provided
  by the libgeos-* package.
 
-Package: libgeos-3.3.9
+Package: libgeos-3.4.2
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -110,7 +110,7 @@ Package: libgeos-dbg
 Architecture: any
 Section: debug
 Priority: extra
-Depends: libgeos-3.3.9 (= ${binary:Version}), libgeos-c1 (= 
${binary:Version}), ${misc:Depends}
+Depends: libgeos-3.4.2 (= ${binary:Version}), libgeos-c1 (= 
${binary:Version}), ${misc:Depends}
 Description: Debugging symbols for the GEOS library
  GEOS provides a spatial object model and fundamental geometric
  functions. It implements the geometry model defined in the

-- 
Geometry engine for Geographic Information Systems

___
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] geos branch, master, updated. upstream/3.3.3-79-gca59f58

2013-12-06 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit b09393f84162bf7c7dfb74631375a978332a5223
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Fri Dec 6 13:51:24 2013 +0100

Patches refreshed for 3.4.2

diff --git a/debian/changelog b/debian/changelog
index be10c76..90f1993 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-geos (3.3.9-1) unstable; urgency=low
+geos (3.4.2-1) unstable; urgency=low
 
-  [ Markus Wanner ]
-  * New upstream release. Closes: #693694.
-  * Team upload.
+  [ Markus Wanner and Francesco Paolo Lovergine ]
+  * New upstream release. 
+(closes: #693694)
+  * Patches just refreshed.
 
   [ Bas Couwenberg ]
   * Build-depend on autotools-dev so that the config.guess/config.sub update
@@ -10,7 +11,7 @@ geos (3.3.9-1) unstable; urgency=low
 (closes: #726455)
   * Update watch file, handle common mistakes.
 
- -- Markus Wanner mar...@bluegap.ch  Wed, 02 Oct 2013 13:41:07 +0200
+ -- Francesco Paolo Lovergine fran...@debian.org  Fri, 06 Dec 2013 13:48:39 
+0100
 
 geos (3.3.3-1.1) unstable; urgency=low
 
diff --git a/debian/patches/CoordinateSequenceFactory.h 
b/debian/patches/CoordinateSequenceFactory.h
index a5a8a29..45b17f1 100644
--- a/debian/patches/CoordinateSequenceFactory.h
+++ b/debian/patches/CoordinateSequenceFactory.h
@@ -1,8 +1,8 @@
 Index: geos/include/geos/geom/CoordinateSequenceFactory.h
 ===
 geos.orig/include/geos/geom/CoordinateSequenceFactory.h2011-05-24 
15:51:50.0 +0200
-+++ geos/include/geos/geom/CoordinateSequenceFactory.h 2011-05-24 
15:51:53.0 +0200
-@@ -24,7 +24,7 @@
+--- geos.orig/include/geos/geom/CoordinateSequenceFactory.h2013-12-06 
13:43:33.267931420 +0100
 geos/include/geos/geom/CoordinateSequenceFactory.h 2013-12-06 
13:43:33.263931411 +0100
+@@ -23,7 +23,7 @@
  #include geos/export.h
  #include vector
  
diff --git a/debian/patches/DirectedEdgeStar.h 
b/debian/patches/DirectedEdgeStar.h
index 8221a4b..604393b 100644
--- a/debian/patches/DirectedEdgeStar.h
+++ b/debian/patches/DirectedEdgeStar.h
@@ -1,8 +1,8 @@
 Index: geos/include/geos/planargraph/DirectedEdgeStar.h
 ===
 geos.orig/include/geos/planargraph/DirectedEdgeStar.h  2011-11-30 
16:54:52.0 +0100
-+++ geos/include/geos/planargraph/DirectedEdgeStar.h   2011-12-02 
14:40:45.0 +0100
-@@ -20,6 +20,7 @@
+--- geos.orig/include/geos/planargraph/DirectedEdgeStar.h  2013-12-06 
13:44:31.720065393 +0100
 geos/include/geos/planargraph/DirectedEdgeStar.h   2013-12-06 
13:44:31.716065384 +0100
+@@ -19,6 +19,7 @@
  #include geos/export.h
  
  #include vector
@@ -10,7 +10,7 @@ Index: geos/include/geos/planargraph/DirectedEdgeStar.h
  
  #ifdef _MSC_VER
  #pragma warning(push)
-@@ -40,6 +41,8 @@
+@@ -39,6 +40,8 @@
  namespace geos {
  namespace planargraph { // geos.planargraph
  
diff --git a/debian/patches/DouglasPeuckerLineSimplifier.h 
b/debian/patches/DouglasPeuckerLineSimplifier.h
index 15caa11..5403e6e 100644
--- a/debian/patches/DouglasPeuckerLineSimplifier.h
+++ b/debian/patches/DouglasPeuckerLineSimplifier.h
@@ -1,8 +1,8 @@
 Index: geos/include/geos/simplify/DouglasPeuckerLineSimplifier.h
 ===
 geos.orig/include/geos/simplify/DouglasPeuckerLineSimplifier.h 
2011-11-30 16:54:52.0 +0100
-+++ geos/include/geos/simplify/DouglasPeuckerLineSimplifier.h  2011-12-02 
14:40:59.0 +0100
-@@ -23,6 +23,7 @@
+--- geos.orig/include/geos/simplify/DouglasPeuckerLineSimplifier.h 
2013-12-06 13:44:45.868097879 +0100
 geos/include/geos/simplify/DouglasPeuckerLineSimplifier.h  2013-12-06 
13:44:45.864097871 +0100
+@@ -22,6 +22,7 @@
  #include geos/export.h
  #include vector
  #include memory // for auto_ptr
@@ -10,7 +10,7 @@ Index: 
geos/include/geos/simplify/DouglasPeuckerLineSimplifier.h
  
  #ifdef _MSC_VER
  #pragma warning(push)
-@@ -39,6 +40,8 @@
+@@ -38,6 +39,8 @@
  namespace geos {
  namespace simplify { // geos::simplify
  
diff --git a/debian/patches/Node.cpp b/debian/patches/Node.cpp
index 7b16feb..31c8b77 100644
--- a/debian/patches/Node.cpp
+++ b/debian/patches/Node.cpp
@@ -1,8 +1,8 @@
 Index: geos/src/index/bintree/Node.cpp
 ===
 geos.orig/src/index/bintree/Node.cpp   2011-11-30 16:54:52.0 
+0100
-+++ geos/src/index/bintree/Node.cpp2011-12-02 14:36:08.0 +0100
-@@ -16,6 +16,7 @@
+--- geos.orig/src/index/bintree/Node.cpp   2013-12-06 13:43:50.727971397 
+0100
 geos/src/index/bintree/Node.cpp2013-12-06 13:43:50.447970756 +0100
+@@ -15,6 +15,7 @@
  
  #include cstddef
  #include cassert
@@ -10,7 +10,7 @@ Index: geos/src/index/bintree/Node.cpp
  
  #include geos/index/bintree/Node.h
  #include geos/index/bintree/Key.h
-@@ -25,6 +26,8 @@
+@@ -24,6 +25,8 @@
  namespace index 

[SCM] geos annotated tag, upstream/3.4.2, created. upstream/3.4.2

2013-12-06 Thread Francesco Paolo Lovergine
The annotated tag, upstream/3.4.2 has been created
at  3698bba5c78532ef64dfbc6b3a9fbbab8f0c524d (tag)
   tagging  258c9a98d2aae88294828284ae140c62199f1184 (commit)
  replaces  upstream/3.3.3
 tagged by  Francesco Paolo Lovergine
on  Fri Dec 6 09:09:11 2013 +0100

- Shortlog 
Upstream version 3.4.2

Alan Boudreault (6):
  New upstream release of geos: 3.2.2
  Reverted rules file about python binding
  Reverted rules file about python binding, missing rules file in last 
commit
  Removed python build dependencies
  Removing debian dir in upstream
  Merge branch 'upstream' of https://scm.mapgears.com/packages/debian/geos 
into upstream

Fabio Tranchitella (26):
  Changed layout of the repository, with trunk and tags sub-directory.
  Changes for the debian release 2.2.3-1.
  Upload to unstable.
  Added -V switch to dh_makeshlibs.
  Move doxygen from build-depends-indep to build-depends.
  Fixed debian/watch.
  New release.
  * New upstream release. (Closes: #458893, #456089)
  * Renamed binary package libgeos2c2a to libgeos3 for C++ ABI transition.
  experimental.
  * Renamed binary package libgeos2c2a to libgeos-3.0.0 for C++ ABI 
transition.
  updates.
  * Upload to unstable.
  * debian/rules: the library itself (.so file) shouldn't be in the -dev
  debian/rules: fixed a FTBFS on arm eabi; patch from Riku Voipio.
  debian/copyright: updated.
  s,3.0.0,3.0.3,g
  changelog: line too long+
  fixed a lintian warning
  python and ruby packages
  python and ruby packages
  python and ruby packages
  python and ruby packages
  remove the pyc file
  debian/control: do not build the python bindings, they are deprecated by
  * New upstream release.

Francesco Paolo Lovergine (79):
  Watch file properly fixed.
  Minor lintian fix
  Typo in changelog
  Minor changes
  Minor changes
  Added bug # closes item. Finally someone reported that :)
  Fixing lintian warning
  Incorporating NMU patch in the right way, i.e. via dpatch.
  Added copyright notice.
  Updated changelog
  Tagging as not-released
  Updated for 3.0.3
  Patch removed
  commit 935f7a4b864ca49cefa7cb32ce4a79c0addc8c60
  Updated to 3.1.1, upstream bugfixes.
  Some changes for a more smart package.
  commit 36d0946c3bee5b9bfd9bd61370b4c6fc775a44b9
  Updated for 3.2.0
  Do not install .la files.
  Fixed copyrights as asked by ftpmasters.
  Minor change.
  Inital python binding support and new version.
  Reverted change about python binding.
  Merge branch 'upstream'
  Merge commit 'upstream/3.2.0'
  Merge commit 'upstream/3.2.2'
  Migrated to quilt and deb source 3.0
  Changes for quilt and Vcs fields.
  Get rid of lintian warning.
  Added debugging symbols.
  Fixed for missing ${misc:Depends}
  Fixating #624949
  Fixed another FTBS in current GCC.
  Fixed again FTBS for missing NULL decl.
  Fixed patch for missing qualiefier.
  Still a fix for qualifier.
  Changed a bit patch order
  Changed a bit Node.cpp patch.
  Changing qualification in Node.cpp
  Revised patchset.
  One more patch.
  Added AbstractNode.cpp still for cstddef inclusion.
  Added -fpermessive
  Typo fixed in debian/rules
  Forcing CFLAGS at building time.
  Overriding CXX in order to try forcing -fpermissive for true.
  Still another cstddef include missing.
  Added patch DirectedEdgeStar.h still for std namespace.
  Added DouglasPeuckerLineSimplifier.h patch.
  Added TaggedLineString.cpp patch
  Added TaggedLineString.h patch
  Patch for TaggedLineStringSimplifier.h
  Fixed Swig support and removed obsolete python related stuff.
  Applying the previous patch to the current configure :)
  Fixed syntax
  Merge commit 'upstream/3.3.1'
  Preparing 3.3.1
  Added a new -dev package
  Removed superfluous dirs
  Added a note about changes.
  Refreshed patches.
  Fixed .a file name for C++
  Removing superfluous patches
  Fixed for C++/C separation.
  Now installs C++ headers in the correct package.
  Fixed typo in path name.
  Merged NMU for #641387
  Fixed order in debian/rules for dh_install.
  Fixed path for C++ static library.
  Fixed for missing .so file.
  Removed duplicated lib in ++-dev package.
  Fixed version in NEWS file.
  Merge tag 'upstream/3.3.2'
  Imported Upstream version 3.3.2
  New upstream release.
  Regenerated debian/control.
  Merge branch 'master' of ssh://git.debian.org/git/pkg-grass/geos
  Merge branch 'upstream' of ssh://git.debian.org/git/pkg-grass/geos into 
upstream
  Imported Upstream version 3.4.2

Jerome Villeneuve Larouche (4):
  Imported upstream 

[SCM] geos tag, debian/3.4.2-1, created. upstream/3.4.2-16-gca59f58

2013-12-06 Thread Francesco Paolo Lovergine
The tag, debian/3.4.2-1 has been created
at  ca59f582e16466e1ccd3b4142637559d6d722b23 (commit)

- Shortlog 
commit ca59f582e16466e1ccd3b4142637559d6d722b23
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Fri Dec 6 15:25:12 2013 +0100

Added a simple patch in order to prevent a FTBS for Ruby binding.
---

-- 
Geometry engine for Geographic Information Systems

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


geos_3.4.2-1_amd64.changes is NEW

2013-12-06 Thread Debian FTP Masters
binary:libgeos-3.4.2 is NEW.

Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

___
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 (with 1 errors): tagging as pending bugs that are closed by packages in NEW

2013-12-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Friday 6 December  19:03:21 UTC 2013
 # Tagging as pending bugs that are closed by packages in NEW
 # http://ftp-master.debian.org/new.html
 #
 # Source package in NEW: a 
 href=http://packages.qa.debian.org/boost1.54;boost1.54/a
 tags 710413 + pending
Failed to alter tags of Bug 710413: Not altering archived bugs; see unarchive.

 # Source package in NEW: a 
 href=http://packages.qa.debian.org/linux;linux/a
 tags 682700 + pending
Bug #682700 {Done: Ben Hutchings b...@decadent.org.uk} [src:linux] 
linux-image-3.4-trunk-amd64: Enable CONFIG_CHECKPOINT_RESTORE
Bug #682734 {Done: Ben Hutchings b...@decadent.org.uk} [src:linux] 
linux-image-3.4-trunk-amd64: config kernel for working crtools
Bug #730614 {Done: Ben Hutchings b...@decadent.org.uk} [src:linux] Please 
enable CONFIG_CHECKPOINT_RESTORE for criu.
Added tag(s) pending.
Added tag(s) pending.
Added tag(s) pending.
 # Source package in NEW: a 
 href=http://packages.qa.debian.org/linux;linux/a
 tags 729338 + pending
Bug #729338 {Done: Ben Hutchings b...@decadent.org.uk} [src:linux] 
[src:linux] Please enable CONFIG_UHID
Added tag(s) pending.
 # Source package in NEW: a 
 href=http://packages.qa.debian.org/linux;linux/a
 tags 730071 + pending
Bug #730071 {Done: Ben Hutchings b...@decadent.org.uk} [src:linux] linux: 
JUMP_LABEL=y
Added tag(s) pending.
 # Source package in NEW: a 
 href=http://packages.qa.debian.org/linux;linux/a
 tags 730418 + pending
Bug #730418 {Done: Ben Hutchings b...@decadent.org.uk} [linux-2.6] linux-2.6: 
Update sound module list for 3.12
Added tag(s) pending.
 # Source package in NEW: a 
 href=http://packages.qa.debian.org/linux;linux/a
 tags 730832 + pending
Bug #730832 {Done: Ben Hutchings b...@decadent.org.uk} [src:linux] Please 
enable crystalhd driver [CONFIG_CRYSTALHD]
Added tag(s) pending.
 # Source package in NEW: cantata
 tags 684762 + pending
Bug #684762 [wnpp] RFP: cantata -- A KDE4 client for the music player daemon 
(MPD)
Added tag(s) pending.
 # Source package in NEW: a href=http://packages.qa.debian.org/geos;geos/a
 tags 693694 + pending
Bug #693694 [geos] Please package geos 3.3.6
Added tag(s) pending.
 # Source package in NEW: a href=http://packages.qa.debian.org/geos;geos/a
 tags 726455 + pending
Bug #726455 [geos] geos: config.guess/config.sub out of date for arm64
Added tag(s) pending.
 # Source package in NEW: f-irc
 tags 728776 + pending
Bug #728776 [wnpp] ITP: f-irc -- an irc-client for the console/terminal
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
682700: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682700
682734: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682734
684762: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684762
693694: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693694
726455: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726455
728776: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728776
729338: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729338
730071: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730071
730418: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730418
730614: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730614
730832: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730832
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] hdf5 branch, master, updated. upstream/1.8.7-189-gce5459b

2013-12-06 Thread Gilles Filippini

Francesco P. Lovergine a écrit , Le 06/12/2013 09:42:

On Thu, Dec 05, 2013 at 10:31:09PM +, Gilles Filippini wrote:

+About symbols files
+---
+To update the symbols files on new upstream releases:
+1- Build the package for the new release with symbols files untouched
+2- Patch the symbols files from the dpkg-gensymbols output in the build log
+   $ patch -p0 path_to_build_log
+3- Use the debian/sort-symbols script on the symbol files to unmangle and
+   and sort C++ symbols
+4- Rebuild the package and check that no diff are reported by dpkg-gensymbols
+


Well done, but I would use the demangled version of the symbol table, which is
much more clear to human beings. That said, I would also stress the concept
that a modified symbol table implies a change in ABI for C++, but not the
opposite.


O_o

I'm afraid I don't get it. See debian/libhdf5-7.symbols:2447.
I *do* use the demangled version of the symbol table. This is the 
purpose of the above steps.


_g.

___
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] website branch, master, created. 54b69d4d1fcee515fc29b98778d60b4de207f66d

2013-12-06 Thread Bas Couwenberg
The branch, master has been created
at  54b69d4d1fcee515fc29b98778d60b4de207f66d (commit)

- Shortlog 
commit 54b69d4d1fcee515fc29b98778d60b4de207f66d
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Dec 7 00:08:45 2013 +0100

Document recommended git repository layout.

commit ca890f47725b7860d27d333259213c39bb65a472
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Fri Dec 6 00:28:54 2013 +0100

Add initial Debian GIS Policy based on the Debian Med Policy.

commit 9ee108d0f52108055aeeaa56de05743579e65488
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Fri Dec 6 00:16:02 2013 +0100

Remove pkg-perl specific files, also ignore img directory.

commit b3d81dbbc3a48bf3731493061a1d8628d3e6b250
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Fri Dec 6 00:11:53 2013 +0100

Add initial Debian GIS website based on the pkg-perl website.

---

-- 
pkg-grass website

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