[Git][debian-gis-team/zoo-project][master] Disabled otb services

Angelos Tzotsos (@kalxas-guest) gitlab at salsa.debian.org
Tue Aug 2 15:29:23 BST 2022



Angelos Tzotsos pushed to branch master at Debian GIS Project / zoo-project


Commits:
4628a2fe by Angelos Tzotsos at 2022-08-02T17:29:14+03:00
Disabled otb services

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,5 +1,17 @@
 zoo-project (1.9.0-1) UNRELEASED; urgency=medium
 
+  * New upstream version.
+  * Removed mozjs support for Jammy.
+  * Added uuid dependency.
+  * Set python version to 3.10
+  * Updated cflags patch.
+  * Added geos-config patch.
+  * Disabled otb services.
+
+ -- Angelos Tzotsos <gcpp.kalxas at gmail.com>  Tue, 02 Aug 2022 17:00:00 +0300
+
+zoo-project (1.8.0-1) UNRELEASED; urgency=medium
+
   [ Angelos Tzotsos ]
   * Added patch to deactivate check for proj api.
   * Added patch to fix non supported otb type and OGR demo.


=====================================
debian/control
=====================================
@@ -87,17 +87,17 @@ Description: OGR CGI ZOO services
  .
  This package contains the OGR CGI ZOO services.
 
-Package: zoo-service-otb
-Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
-Description: OTB CGI ZOO services
- ZOO-Project is a WPS (Web Processing Service) open source project
- released under a MIT/X-11 style license. It provides an OGC WPS
- compliant developer-friendly framework to create and chain WPS Web
- services.
- .
- This package contains the OTB CGI ZOO services.
+#Package: zoo-service-otb
+#Architecture: any
+#Depends: ${shlibs:Depends},
+#         ${misc:Depends}
+#Description: OTB CGI ZOO services
+# ZOO-Project is a WPS (Web Processing Service) open source project
+# released under a MIT/X-11 style license. It provides an OGC WPS
+# compliant developer-friendly framework to create and chain WPS Web
+# services.
+# .
+# This package contains the OTB CGI ZOO services.
 
 Package: zoo-service-status
 Architecture: any


=====================================
debian/rules
=====================================
@@ -47,8 +47,8 @@ override_dh_auto_clean:
 		(cd zoo-project/zoo-services/utils/status && make clean); \
 	fi
 
-	dh_auto_clean --sourcedirectory=thirds/otb2zcfg \
-	              --builddirectory=thirds/otb2zcfg/build
+	#dh_auto_clean --sourcedirectory=thirds/otb2zcfg \
+	#              --builddirectory=thirds/otb2zcfg/build
 
 override_dh_auto_configure:
 	dh_auto_configure --sourcedirectory=zoo-project/zoo-kernel \
@@ -66,8 +66,8 @@ override_dh_auto_configure:
 	                     --with-otb=/usr \
 	                     --with-otb-version=$(OTB_VERSION)
 
-	dh_auto_configure --sourcedirectory=thirds/otb2zcfg \
-	                  --builddirectory=thirds/otb2zcfg/build
+	#dh_auto_configure --sourcedirectory=thirds/otb2zcfg \
+	#                  --builddirectory=thirds/otb2zcfg/build
 
 override_dh_auto_build:
 	dh_auto_build --sourcedirectory=thirds/cgic206 \
@@ -80,20 +80,20 @@ override_dh_auto_build:
 	(cd zoo-project/zoo-services/ogr/base-vect-ops && make)
 	(cd zoo-project/zoo-services/utils/status && make)
 
-	dh_auto_build --sourcedirectory=thirds/otb2zcfg \
-	              --builddirectory=thirds/otb2zcfg/build
-
-	( \
-	  mkdir thirds/otb2zcfg/build/zcfgs; \
-	  cd thirds/otb2zcfg/build/zcfgs; \
-	  ITK_AUTOLOAD_PATH=/usr/lib/${DEB_HOST_MULTIARCH}/otb/applications/ ../otb2zcfg || echo "Ignoring otb2zcfg failure"; \
-	  for i in BandMath Despeckle; do \
-	      sed -i "s:mimeType = image/png:mimeType = image/png\nuseMapserver = true\nmsClassify = true:g" $$i.zcfg; \
-	  done; \
-	  for i in Smoothing; do \
-	      sed -i "s:mimeType = image/png:mimeType = image/png\nuseMapserver = true:" $$i.zcfg; \
-	  done \
-	)
+	#dh_auto_build --sourcedirectory=thirds/otb2zcfg \
+	#              --builddirectory=thirds/otb2zcfg/build
+
+	#( \
+	#  mkdir thirds/otb2zcfg/build/zcfgs; \
+	#  cd thirds/otb2zcfg/build/zcfgs; \
+	#  ITK_AUTOLOAD_PATH=/usr/lib/${DEB_HOST_MULTIARCH}/otb/applications/ ../otb2zcfg || echo "Ignoring otb2zcfg failure"; \
+	#  for i in BandMath Despeckle; do \
+	#      sed -i "s:mimeType = image/png:mimeType = image/png\nuseMapserver = true\nmsClassify = true:g" $$i.zcfg; \
+	#  done; \
+	#  for i in Smoothing; do \
+	#      sed -i "s:mimeType = image/png:mimeType = image/png\nuseMapserver = true:" $$i.zcfg; \
+	#  done \
+	#)
 
 override_dh_auto_install:
 	dh_auto_install --sourcedirectory=zoo-project/zoo-kernel \
@@ -139,9 +139,9 @@ override_dh_auto_install:
 	install -m644 $(CURDIR)/zoo-project/zoo-services/utils/open-api/templates/* $(CURDIR)/debian/zoo-service-openapi/usr/share/zoo-project/openapi/templates/
 
 	# OTB
-	install -d $(CURDIR)/debian/zoo-service-otb/etc/zoo-project
+	#install -d $(CURDIR)/debian/zoo-service-otb/etc/zoo-project
 
-	install -m644 $(CURDIR)/thirds/otb2zcfg/build/zcfgs/*.zcfg $(CURDIR)/debian/zoo-service-otb/etc/zoo-project/
+	#install -m644 $(CURDIR)/thirds/otb2zcfg/build/zcfgs/*.zcfg $(CURDIR)/debian/zoo-service-otb/etc/zoo-project/
 
 override_dh_installchangelogs:
 	dh_installchangelogs -k zoo-project/HISTORY.txt



View it on GitLab: https://salsa.debian.org/debian-gis-team/zoo-project/-/commit/4628a2fe5e5592660dc2e8cb6e735456b1a1403e

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/zoo-project/-/commit/4628a2fe5e5592660dc2e8cb6e735456b1a1403e
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20220802/7c046f4b/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list