[med-svn] [gdcm] 01/02: Add php5-common to php5-* package depends
Gert Wollny
gert-guest at moszumanska.debian.org
Tue Jan 12 15:58:56 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 41216e1e2c6f4136a0e43dfc6656ead41d400294
Author: Gert Wollny <gw.fossdev at gmail.com>
Date: Sun Jan 10 22:54:11 2016 +0100
Add php5-common to php5-* package depends
---
debian/changelog | 6 ++++++
debian/control | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ec499df..fa773c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gdcm (2.6.2-3) UNRELEASED; urgency=medium
+
+ * d/control: Add dependency on php5-common for php5-* Closes: #810668
+
+ -- Gert Wollny <gw.fossdev at gmail.com> Sun, 10 Jan 2016 22:03:57 +0100
+
gdcm (2.6.2-2) unstable; urgency=medium
* Run doxygen only if gdcm-doc-*.deb is really build. Closes: #746268
diff --git a/debian/control b/debian/control
index e490a04..49e8b79 100644
--- a/debian/control
+++ b/debian/control
@@ -116,7 +116,7 @@ Description: Grassroots DICOM CLI bindings
Package: php5-gdcm
Section: php
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, php5-common
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
@@ -178,7 +178,7 @@ Description: Grassroots DICOM VTK CLI bindings
Package: php5-vtkgdcm
Section: php
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, libgdcm2.6 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, php5-common, 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
--
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