Author: hamish-guest
Date: 2013-06-08 05:08:25 +0000 (Sat, 08 Jun 2013)
New Revision: 3107

Modified:
   packages/mbsystem/trunk/debian/control
   packages/mbsystem/trunk/debian/patches/system_proj4.patch
   packages/mbsystem/trunk/debian/rules
Log:
add perl:Depends, add'l embedded proj4 cleanout, hardening flags for sid

Modified: packages/mbsystem/trunk/debian/control
===================================================================
--- packages/mbsystem/trunk/debian/control      2013-06-08 04:11:29 UTC (rev 
3106)
+++ packages/mbsystem/trunk/debian/control      2013-06-08 05:08:25 UTC (rev 
3107)
@@ -14,7 +14,7 @@
 Package: mbsystem
 Section: science
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends},
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends},
          csh, gmt, libparallel-forkmanager-perl
 Recommends: mbsystem-doc, mbsystem-data, gv
 Suggests: proj-bin, gimp

Modified: packages/mbsystem/trunk/debian/patches/system_proj4.patch
===================================================================
--- packages/mbsystem/trunk/debian/patches/system_proj4.patch   2013-06-08 
04:11:29 UTC (rev 3106)
+++ packages/mbsystem/trunk/debian/patches/system_proj4.patch   2013-06-08 
05:08:25 UTC (rev 3107)
@@ -53,3 +53,18 @@
  
  EXTRA_DIST = $(man_MANS)
  
+--- a/src/man/whatis   (revision 2120)
++++ b/src/man/whatis   (working copy)
+@@ -1,6 +1,5 @@
+ MBeditviz(1)             - 3D visualization-based editing of swath bathymetry 
soundings
+ MBgrdviz(1)              - Simple interactive 2D/3D visualization of GMT grids
+-geod(1)                  - direct geodesic computations invgeod - inverse 
geodesic computations
+ hsdump(1)                - hsdump lists the information contained in 
Hydrosweep DS data files
+ mb7k2jstar(1)            - extracts subbottom profiler and/or sidescan sonar 
data from Reson 7k format data files into Edgetech Jstar format data files
+ mb7k2ss(1)               - extracts sidescan sonar data from Reson 7k format 
data, bins and lays the sidescan onto the seafloor, and outputs files in the 
MBF_MBLDEOIH formst (MBIO format id 71)
+@@ -78,5 +77,3 @@
+ mbsystem(1)              - A set of utilities for manipulating and processing 
swath sonar bathymetry, amplitude, and sidescan data
+ mbtime(1)                - Translate between calendar time values and unix 
time
+ mbvelocitytool(1)        - Interactive water sound velocity profile editor
+-pj_init(3)               - initialize cartographic projection pj_init_plus - 
initialize cartographic projection pj_fwd - forward cartographic projection 
pj_inv - inverse cartographic projection pj_transform - transform between 
coordinate systems pj_free - de-initialize projection
+-proj(1)                  - forward cartographic projection filter invproj - 
inverse cartographic projection filter

Modified: packages/mbsystem/trunk/debian/rules
===================================================================
--- packages/mbsystem/trunk/debian/rules        2013-06-08 04:11:29 UTC (rev 
3106)
+++ packages/mbsystem/trunk/debian/rules        2013-06-08 05:08:25 UTC (rev 
3107)
@@ -18,8 +18,13 @@
        dh_auto_configure -- \
                --includedir=/usr/include/mbsystem \
                --docdir=/usr/share/doc/mbsystem/docs \
-               --with-gmt-include=/usr/include/gmt
+               --with-gmt-include=/usr/include/gmt \
+               $(shell dpkg-buildflags --export=configure)
 
+# dpkg-buildflags needed for hardening support if compat is held at '8'.
+# The --exp=config doesn't exist on Squeeze, remove the line when building
+#   there and live without hardening. It's ok on ubuntu 12.04 though.
+
 override_dh_installchangelogs:
        dh_installchangelogs ChangeLog
 


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

Reply via email to