[med-svn] [gdcm] 01/04: Remove php bindings, this time for real

Gert Wollny gert-guest at moszumanska.debian.org
Fri May 6 14:38:13 UTC 2016


This is an automated email from the git hooks/post-receive script.

gert-guest pushed a commit to branch master
in repository gdcm.

commit 5421a6a26c0ef09444eb21234c0f05d191727979
Author: Gert Wollny <gw.fossdev at gmail.com>
Date:   Thu May 5 09:18:44 2016 +0000

    Remove php bindings, this time for real
---
 debian/control               | 26 +-------------------------
 debian/control.in            | 26 --------------------------
 debian/php5-gdcm.install     |  3 ---
 debian/php5-gdcm.postinst    |  8 --------
 debian/php5-gdcm.prerm       |  8 --------
 debian/php5-vtkgdcm.install  |  3 ---
 debian/php5-vtkgdcm.postinst |  8 --------
 debian/php5-vtkgdcm.prerm    |  8 --------
 debian/rules                 |  3 ---
 9 files changed, 1 insertion(+), 92 deletions(-)

diff --git a/debian/control b/debian/control
index 7460308..5d8cb33 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends: cmake (>= 2.8.9),
 	       libvtk6-dev,
 	       libcharls-dev, 
 	       libopenjpeg-dev,
-	       libvtk6-java, 
+	       libvtk6-java,
 	       libxml2-dev,
 	       libjson-c-dev,
 	       libpoppler-private-dev,
@@ -114,18 +114,6 @@ Description: Grassroots DICOM CLI bindings
  CLI bindings to the GDCM DICOM library. It allows developers to use
  GDCM from C# environment.
 
-#Package: php5-gdcm
-#Section: php
-#Architecture: any
-#Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}
-#Description: Grassroots DICOM PHP5 bindings
-# Grassroots DiCoM is a C++ library for DICOM medical files. It is
-# automatically wrapped to python/C#/Java (using swig). It supports
-# RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated.
-# .
-# PHP5 bindings to the GDCM DICOM library. It allows developers to use
-# GDCM from PHP5 environment.
-
 Package: python-gdcm
 Section: python
 Architecture: any
@@ -176,18 +164,6 @@ Description: Grassroots DICOM VTK CLI bindings
  .
  VTK CLI bindings to the GDCM DICOM library.
 
-#Package: php5-vtkgdcm
-#Section: php
-#Architecture: any
-#Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, libgdcm2.6 (= ${binary:Version})
-#Suggests: php-gdcm
-#Description: Grassroots DICOM VTK PHP bindings
-# Grassroots DiCoM is a C++ library for DICOM medical files. It is
-# automatically wrapped to python/C#/Java (using swig). It supports
-# RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated.
-# .
-# VTK PHP bindings to the GDCM DICOM library.
-
 Package: python-vtkgdcm
 Section: python
 Architecture: any
diff --git a/debian/control.in b/debian/control.in
index 596fa1e..0e873a9 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -22,8 +22,6 @@ Build-Depends: cmake (>= 2.8.9),
 	       libcharls-dev, 
 	       libopenjpeg-dev,
 	       libvtk6-java,
-	       php5-dev,
-	       php5-cli,
 	       libxml2-dev,
 	       libjson-c-dev,
 	       libpoppler-private-dev,
@@ -116,18 +114,6 @@ Description: Grassroots DICOM CLI bindings
  CLI bindings to the GDCM DICOM library. It allows developers to use
  GDCM from C# environment.
 
-Package: php5-gdcm
-Section: php
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}
-Description: Grassroots DICOM PHP5 bindings
- Grassroots DiCoM is a C++ library for DICOM medical files. It is
- automatically wrapped to python/C#/Java (using swig). It supports
- RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated.
- .
- PHP5 bindings to the GDCM DICOM library. It allows developers to use
- GDCM from PHP5 environment.
-
 Package: python-gdcm
 Section: python
 Architecture: any
@@ -178,18 +164,6 @@ Description: Grassroots DICOM VTK CLI bindings
  .
  VTK CLI bindings to the GDCM DICOM library.
 
-Package: php5-vtkgdcm
-Section: php
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, libgdcm2.6 (= ${binary:Version})
-Suggests: php-gdcm
-Description: Grassroots DICOM VTK PHP bindings
- Grassroots DiCoM is a C++ library for DICOM medical files. It is
- automatically wrapped to python/C#/Java (using swig). It supports
- RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated.
- .
- VTK PHP bindings to the GDCM DICOM library.
-
 Package: python-vtkgdcm
 Section: python
 Architecture: any
diff --git a/debian/php5-gdcm.install b/debian/php5-gdcm.install
deleted file mode 100644
index 7a69ecc..0000000
--- a/debian/php5-gdcm.install
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/share/php/gdcm.php
-usr/lib/php5/*/gdcm.so
-debian/gdcm.ini etc/php5/mods-available
diff --git a/debian/php5-gdcm.postinst b/debian/php5-gdcm.postinst
deleted file mode 100644
index 6e3b2b5..0000000
--- a/debian/php5-gdcm.postinst
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-set -e
-
-[ "$1" = "configure" ] && php5enmod gdcm
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/php5-gdcm.prerm b/debian/php5-gdcm.prerm
deleted file mode 100644
index 8d9d23e..0000000
--- a/debian/php5-gdcm.prerm
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-set -e
-
-[ "$1" = "remove" ] && php5dismod gdcm
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/php5-vtkgdcm.install b/debian/php5-vtkgdcm.install
deleted file mode 100644
index bda67ec..0000000
--- a/debian/php5-vtkgdcm.install
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/share/php/vtkgdcm.php
-usr/lib/php5/*/vtkgdcm.so
-debian/vtkgdcm.ini etc/php5/mods-available
diff --git a/debian/php5-vtkgdcm.postinst b/debian/php5-vtkgdcm.postinst
deleted file mode 100644
index 6917fca..0000000
--- a/debian/php5-vtkgdcm.postinst
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-set -e
-
-[ "$1" = "configure" ] && php5enmod vtkgdcm
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/php5-vtkgdcm.prerm b/debian/php5-vtkgdcm.prerm
deleted file mode 100644
index 8325e92..0000000
--- a/debian/php5-vtkgdcm.prerm
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-set -e
-
-[ "$1" = "remove" ] && php5dismod vtkgdcm
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/rules b/debian/rules
index 1a2a0f2..5277d78 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,9 +8,6 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 # to please dpkg-shlibdeps and java private libs in /usr/lib/jni
 LD_LIBRARY_PATH:=$(LD_LIBRARY_PATH):/usr/lib/jni
 
-# PHP5 extensions dir:
-#PHP_EX=$(shell /usr/bin/php-config5 --extension-dir)
-
 # required for DEB_MONO_ARCHS (debian/control.in)
 -include /usr/share/mono/mono-archs.make
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gdcm.git



More information about the debian-med-commit mailing list