[swt-gtk] 01/05: Removed the GCJ package

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sun Jun 18 22:48:24 UTC 2017


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

ebourg-guest pushed a commit to branch master
in repository swt-gtk.

commit 7ddc600c3b857c66da8d84dfb30d2e1debea0c21
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Jun 19 00:35:32 2017 +0200

    Removed the GCJ package
---
 debian/README.Debian |  1 -
 debian/changelog     |  7 +++++++
 debian/control       | 19 +------------------
 debian/rules         |  7 -------
 4 files changed, 8 insertions(+), 26 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index 13bac1b..dc96e7b 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -12,7 +12,6 @@ Currently, the full SWT distribution is provided by the following packages
  * libswt-glx-gtk-X.Y-jni: GLX JNI libraries.
  * libswt-gnome-gtk-X.Y-jni: GNOME JNI Library.
  * libswt-gtk-X.Y-java: SWT JAR libraries.
- * libswt-gtk-X.Y-java-gcj: native libraries built with gcj.
  * libswt-gtk-X.Y-jni: SWT JNI libraries.
  * libswt-mozilla-gtk-X.Y-jni: Mozilla JNI libraries.
 
diff --git a/debian/changelog b/debian/changelog
index fda20ab..7631b18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+swt-gtk (3.8.2-4) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Removed the GCJ package
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 19 Jun 2017 00:35:16 +0200
+
 swt-gtk (3.8.2-3) unstable; urgency=low
 
   * Fix FTBFS with glib 2.35 (Closes: #710649).
diff --git a/debian/control b/debian/control
index a7c2140..9f53e18 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Adrian Perez <blackxored at debian.org>,
            أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>,
            Jakub Adam <jakub.adam at ktknet.cz>,
            Niels Thykier <niels at thykier.net>
-Build-Depends: default-jdk, gcj-native-helper, libgnomeui-dev, libxtst-dev,
+Build-Depends: default-jdk, libgnomeui-dev, libxtst-dev,
  libxcb-render-util0-dev, libxt-dev, libglib2.0-dev (>= 2.35),
  libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev,
  fastjar, cdbs, patchutils, debhelper (>= 9), libwebkitgtk-dev, javahelper,
@@ -20,7 +20,6 @@ Package: libswt-gtk-3-java
 Architecture: any
 Section: java
 Depends: libswt-gtk-3-jni (= ${binary:Version}), ${misc:Depends}
-Suggests: libswt-gtk-3-java-gcj
 Conflicts: libswt3.2-gtk-jni,
            libswt3.2-gtk-java,
            libswt-gtk-3.4-java,
@@ -91,19 +90,3 @@ Description: Standard Widget Toolkit for GTK+ WebKit JNI library
  and fast access to native controls and user interface facilities.
  .
  This package includes the WebKit JNI libraries.
-
-Package: libswt-gtk-3-java-gcj
-Architecture: any
-Section: java
-Depends: ${misc:Depends}, ${shlibs:Depends},
-	  libswt-cairo-gtk-3-jni (= ${binary:Version}),
-	  libswt-glx-gtk-3-jni (= ${binary:Version}),
-	  libswt-gnome-gtk-3-jni (= ${binary:Version}),
-	  libswt-gtk-3-jni (= ${binary:Version}),
-	  libswt-webkit-gtk-3-jni (= ${binary:Version})
-Description: Standard Widget Toolkit for GTK+ native library
- The Standard Widget Toolkit (SWT) is a fast and rich Java GUI toolkit.
- For platforms with existing SWT implementations it provides efficient, portable
- and fast access to native controls and user interface facilities.
- .
- This package contains a native library built using gcj.
diff --git a/debian/rules b/debian/rules
index ec4e5ec..12bd4f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,8 +11,6 @@ include /usr/share/cdbs/1/class/javahelper.mk
 
 include /usr/share/javahelper/java-vars.mk
 
-include /usr/share/gcj/debian_defaults
-
 DEB_PATCHDIRS = debian/patches/common
 BITS = $(shell dpkg-architecture -qDEB_HOST_ARCH_BITS)
 
@@ -35,8 +33,3 @@ export AWT_LIB_PATH=/usr/lib/jvm/default-java/jre/lib/$(AWT_LIB_DIR)
 makecleanbuildir::patch
 
 DEB_MAKE_MAKEFILE = debian/Makefile
-
-ifneq (,$(filter $(DEB_HOST_ARCH), $(gcj_native_archs)))
-common-binary-post-install-arch::
-	dh_nativejava -a
-endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/swt-gtk.git



More information about the pkg-java-commits mailing list