[neon/3rdparty/openexr/Neon/unstable] debian: Remove docs package as there are none

Scarlett Moore null at kde.org
Fri Sep 22 14:36:26 BST 2023


Git commit a8fcc8598bdd79eeefed801579ea7916de6622c2 by Scarlett Moore.
Committed on 22/09/2023 at 15:36.
Pushed by scarlettmoore into branch 'Neon/unstable'.

Remove docs package as there are none

M  +0    -25   debian/control
D  +0    -1    debian/libopenexr-doc.install
D  +0    -5    debian/libopenexr-doc.links
M  +0    -10   debian/rules

https://invent.kde.org/neon/3rdparty/openexr/-/commit/a8fcc8598bdd79eeefed801579ea7916de6622c2

diff --git a/debian/control b/debian/control
index 700e806..709a57b 100644
--- a/debian/control
+++ b/debian/control
@@ -76,31 +76,6 @@ Description: development files for the OpenEXR image library
  This package contains the header files required if you wish to
  compile/develop applications that use OpenEXR libraries.
 
-Package: libopenexr-doc
-Section: doc
-Architecture: all
-Multi-Arch: foreign
-Depends: libjs-jquery, sphinx-common, ${misc:Depends}
-Description: documentation and examples for the OpenEXR image format
- OpenEXR is a high dynamic-range (HDR) image file format developed by
- Industrial Light & Magic for use in computer imaging applications.
- .
- OpenEXR's features include:
-    * Higher dynamic range and colour precision than existing 8- and
-      10-bit image file formats.
-    * Support for the "half" 16-bit floating-point pixel format.
-    * Multiple lossless image compression algorithms. Some of the
-      included codecs can achieve 2:1 lossless compression ratios on
-      images with film grain.
-    * Extensibility. New compression codecs and image types can easily
-      be added by extending the C++ classes included in the OpenEXR
-      software distribution. New image attributes (strings, vectors,
-      integers, etc.) can be added to OpenEXR image headers without
-      affecting backward compatibility with existing OpenEXR
-      applications.
- .
- This package contains documentation for the format and examples.
-
 Package: openexr
 Architecture: any
 Multi-Arch: foreign
diff --git a/debian/libopenexr-doc.install b/debian/libopenexr-doc.install
deleted file mode 100644
index 742458f..0000000
--- a/debian/libopenexr-doc.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/doc/OpenEXR/sphinx/* /usr/share/doc/libopenexr-doc/html
diff --git a/debian/libopenexr-doc.links b/debian/libopenexr-doc.links
deleted file mode 100644
index f81f5ea..0000000
--- a/debian/libopenexr-doc.links
+++ /dev/null
@@ -1,5 +0,0 @@
-usr/share/sphinx/themes/basic/static/doctools.js usr/share/doc/libopenexr-doc/html/_static/doctools.js
-usr/share/sphinx/themes/basic/static/jquery.js usr/share/doc/libopenexr-doc/html/_static/jquery.js
-usr/share/sphinx/themes/basic/static/language_data.js_t usr/share/doc/libopenexr-doc/html/_static/language_data.js
-usr/share/sphinx/themes/basic/static/searchtools.js usr/share/doc/libopenexr-doc/html/_static/searchtools.js
-usr/share/sphinx/themes/basic/static/underscore.js usr/share/doc/libopenexr-doc/html/_static/underscore.js
diff --git a/debian/rules b/debian/rules
index c1566a6..ecd1815 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,14 +19,4 @@ override_dh_auto_configure:
 	dh_auto_configure -- \
 		-DDOCS=$(BUILDDOC)
 
-# override_dh_install:
-# 	rm -f $(INSTDIR)/usr/share/doc/OpenEXR/sphinx/_static/doctools.js
-# 	rm -f $(INSTDIR)/usr/share/doc/OpenEXR/sphinx/_static/jquery.js
-# 	rm -f $(INSTDIR)/usr/share/doc/OpenEXR/sphinx/_static/language_data.js
-# 	rm -f $(INSTDIR)/usr/share/doc/OpenEXR/sphinx/_static/searchtools.js
-# 	rm -f $(INSTDIR)/usr/share/doc/OpenEXR/sphinx/_static/underscore.js
-# 	rm -f $(INSTDIR)/usr/share/doc/OpenEXR/sphinx/.buildinfo
-# 	rm -rf $(INSTDIR)/usr/share/doc/OpenEXR/sphinx/.doctrees
-# 	dh_install
-
 override_dh_auto_test:


More information about the Neon-commits mailing list