[neon/backports-jammy/libjpeg-turbo-jammy/revert-19ed1e0e] debian: Revert "reenable java"

Carlos De Maine null at kde.org
Mon Mar 6 22:18:26 GMT 2023


Git commit f011d4ae3693b94f0534f6a0103ccb0ef79640a4 by Carlos De Maine.
Committed on 06/03/2023 at 22:18.
Pushed by carlosdem into branch 'revert-19ed1e0e'.

Revert "reenable java"

This reverts commit 19ed1e0efff85369a51fa1b1c74ad22549668ba0

M  +18   -18   debian/control
M  +1    -2    debian/rules

https://invent.kde.org/neon/backports-jammy/libjpeg-turbo-jammy/commit/f011d4ae3693b94f0534f6a0103ccb0ef79640a4

diff --git a/debian/control b/debian/control
index ac473b1..fff4ddf 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,9 @@ XSBC-Original-Maintainer: Ondřej Surý <ondrej at debian.org>
 Uploaders: Mike Gabriel <sunweaver at debian.org>
 Build-Depends: cmake (>= 2.8.12),
                debhelper-compat (= 13),
-               default-jdk,
+#               default-jdk,
                help2man,
-               javahelper,
+#               javahelper,
 	       nasm
 Rules-Requires-Root: no
 Standards-Version: 4.6.2
@@ -132,19 +132,19 @@ Description: Programs for manipulating JPEG files
   * jpegexiforient/exifautotran: manipulate EXIF orientation tag
   * tjbench: a simple JPEG benchmarking tool
 
-Package: libturbojpeg-java
-Architecture: all
-Section: java
-Build-Profiles: <cross !nojava>
-Depends: ${misc:Depends},
-         ${shlibs:Depends},
-         ${java:Depends},
-         libturbojpeg (>= ${source:Version})
-Description: Java bindings for the TurboJPEG library
- The libjpeg-turbo JPEG library is a library for handling JPEG files.
- .
- libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX,
- SSE2, NEON) to accelerate baseline JPEG compression and decompression
- on x86, x86-64, and ARM systems.
- .
- This package contains the Java bindings.
+#Package: libturbojpeg-java
+##Architecture: all
+#Section: java
+#Build-Profiles: <cross !nojava>
+#Depends: ${misc:Depends},
+#         ${shlibs:Depends},
+#         ${java:Depends},
+#         libturbojpeg (>= ${source:Version})
+#Description: Java bindings for the TurboJPEG library
+# The libjpeg-turbo JPEG library is a library for handling JPEG files.
+# .
+# libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX,
+# SSE2, NEON) to accelerate baseline JPEG compression and decompression
+# on x86, x86-64, and ARM systems.
+# .
+# This package contains the Java bindings.
diff --git a/debian/rules b/debian/rules
index 797220e..0bdc9f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,11 +45,10 @@ endif
 
 %:
 	dh $@
-	dh $@ --with javahelper
+	#dh $@ --with javahelper
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(DISABLE_SIMD) $(FLOATTEST) \
-						 -DWITH_JAVA=1 \
 	                     -DWITH_JPEG8=1 \
 	                     -DCMAKE_INSTALL_LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) \
 	                     -DCMAKE_INSTALL_MANDIR=/usr/share/man/


More information about the Neon-commits mailing list