[med-svn] [Git][med-team/openslide][master] d/control: Remove reference to libgtk2.0-dev. Closes: #967673
Mathieu Malaterre (@malat)
gitlab at salsa.debian.org
Mon Jun 20 08:31:26 BST 2022
Mathieu Malaterre pushed to branch master at Debian Med / openslide
Commits:
d307684a by Mathieu Malaterre at 2022-06-20T09:30:54+02:00
d/control: Remove reference to libgtk2.0-dev. Closes: #967673
This was not needed anyway. Also run wrap-and-sort.
- - - - -
4 changed files:
- debian/control
- debian/copyright
- debian/docs
- debian/libopenslide-dev.install
Changes:
=====================================
debian/control
=====================================
@@ -6,11 +6,10 @@ Priority: optional
Build-Depends: debhelper-compat (= 13),
libjpeg-dev,
libopenjp2-7-dev,
- zlib1g-dev,
+ libsqlite3-dev,
libtiff-dev,
- libgtk2.0-dev,
libxml2-dev,
- libsqlite3-dev
+ zlib1g-dev
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/med-team/openslide
Vcs-Git: https://salsa.debian.org/med-team/openslide.git
@@ -19,8 +18,7 @@ Rules-Requires-Root: no
Package: libopenslide0
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: library for reading whole slide image files
OpenSlide is a C library that provides a simple interface to read whole-slide
@@ -49,8 +47,7 @@ Description: library for reading whole slide image files
Package: libopenslide-dev
Architecture: any
Section: libdevel
-Depends: ${misc:Depends},
- libopenslide0 (= ${binary:Version})
+Depends: libopenslide0 (= ${binary:Version}), ${misc:Depends}
Provides: libopenslide0-dev
Description: Development files for the OpenSlide library
OpenSlide is a C library that provides a simple interface to read whole-slide
@@ -79,8 +76,7 @@ Description: Development files for the OpenSlide library
Package: openslide-tools
Architecture: any
Section: graphics
-Depends: ${shlibs:Depends},
- ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: libtiff-tools
Description: Manipulation and conversion tools for OpenSlide
OpenSlide is a C library that provides a simple interface to read whole-slide
=====================================
debian/copyright
=====================================
@@ -70,7 +70,7 @@ License: CC0-1.0
worldwide. This software is distributed without any warranty.
.
You should have received a copy of the CC0 Public Domain Dedication along
- with this software. If not, see
+ with this software. If not, see
<https://creativecommons.org/publicdomain/zero/1.0/>.
--
On Debian systems, the complete text of the CC0 Public Domain Dedication
=====================================
debian/docs
=====================================
@@ -1,2 +1,2 @@
-README.txt
#TODO.txt
+README.txt
=====================================
debian/libopenslide-dev.install
=====================================
@@ -1,3 +1,3 @@
-usr/lib/*/libopenslide.so
usr/include/openslide/*.h
+usr/lib/*/libopenslide.so
usr/lib/*/pkgconfig/*.pc
View it on GitLab: https://salsa.debian.org/med-team/openslide/-/commit/d307684a13ec160d030240d8a2ca0a0cf58983e3
--
View it on GitLab: https://salsa.debian.org/med-team/openslide/-/commit/d307684a13ec160d030240d8a2ca0a0cf58983e3
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/debian-med-commit/attachments/20220620/c65c9ba2/attachment-0001.htm>
More information about the debian-med-commit
mailing list