[Git][java-team/swt-gtk][master-3.8] 6 commits: Patch to remove Gnome 2.4 support
Emmanuel Bourg
gitlab at salsa.debian.org
Mon Sep 24 13:03:38 BST 2018
Emmanuel Bourg pushed to branch master-3.8 at Debian Java Maintainers / swt-gtk
Commits:
31896b06 by Jochen Sprickerhof at 2018-09-07T21:15:47Z
Patch to remove Gnome 2.4 support
Closes: #907990
- - - - -
963bbd54 by Emmanuel Bourg at 2018-09-24T11:57:08Z
Changelog update
- - - - -
f320045a by Emmanuel Bourg at 2018-09-24T11:57:17Z
Standards-Version updated to 4.2.1
- - - - -
04ca8e34 by Emmanuel Bourg at 2018-09-24T11:57:36Z
Use salsa.debian.org Vcs-* URLs
- - - - -
b7908928 by Emmanuel Bourg at 2018-09-24T11:58:52Z
Removed Niels Thykier from the uploaders (Closes: #770586)
- - - - -
4755150d by Emmanuel Bourg at 2018-09-24T12:00:33Z
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- + debian/patches/common/remove-gnome2-support.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+swt-gtk (3.8.2-6) unstable; urgency=medium
+
+ * Team upload.
+
+ [ Jochen Sprickerhof ]
+ * Removed Gnome 2.4 support (Closes: #907990)
+
+ [ Emmanuel Bourg ]
+ * Standards-Version updated to 4.2.1
+ * Use salsa.debian.org Vcs-* URLs
+ * Removed Niels Thykier from the uploaders (Closes: #770586)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 24 Sep 2018 14:00:19 +0200
+
swt-gtk (3.8.2-5) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -6,7 +6,6 @@ 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:
cdbs,
debhelper (>= 10),
@@ -22,9 +21,9 @@ Build-Depends:
libxt-dev,
libxtst-dev,
patchutils
-Standards-Version: 4.1.3
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/swt-gtk.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/swt-gtk.git
+Standards-Version: 4.2.1
+Vcs-Git: https://salsa.debian.org/java-team/swt-gtk.git
+Vcs-Browser: https://salsa.debian.org/java-team/swt-gtk
Homepage: http://www.eclipse.org/swt/
Package: libswt-gtk-3-java
=====================================
debian/patches/common/remove-gnome2-support.patch
=====================================
@@ -0,0 +1,12 @@
+diff --git a/org/eclipse/swt/program/Program.java b/org/eclipse/swt/program/Program.java
+index c318672..6e8f5e4 100644
+--- a/org/eclipse/swt/program/Program.java
++++ b/org/eclipse/swt/program/Program.java
+@@ -1091,7 +1091,6 @@ static boolean launch (Display display, String fileName, String workingDir) {
+ case DESKTOP_GIO:
+ if (gio_launch (fileName)) return true;
+ case DESKTOP_GNOME_24:
+- if (gnome_24_launch (fileName)) return true;
+ default:
+ int index = fileName.lastIndexOf ('.');
+ if (index != -1) {
View it on GitLab: https://salsa.debian.org/java-team/swt-gtk/compare/daf7e186daa05181ff5467fc0202030dedd3965c...4755150de4b0e75338fe10e4ece1653ecba0ea3b
--
View it on GitLab: https://salsa.debian.org/java-team/swt-gtk/compare/daf7e186daa05181ff5467fc0202030dedd3965c...4755150de4b0e75338fe10e4ece1653ecba0ea3b
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/pkg-java-commits/attachments/20180924/edb352a1/attachment.html>
More information about the pkg-java-commits
mailing list