Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
Patch to remove Gnome 2.4 support
· 31896b06
Jochen Sprickerhof
authored
Sep 07, 2018
Closes: #907990
31896b06
Changelog update
· 963bbd54
Emmanuel Bourg
authored
Sep 24, 2018
963bbd54
Standards-Version updated to 4.2.1
· f320045a
Emmanuel Bourg
authored
Sep 24, 2018
f320045a
Use salsa.debian.org Vcs-* URLs
· 04ca8e34
Emmanuel Bourg
authored
Sep 24, 2018
04ca8e34
Removed Niels Thykier from the uploaders (Closes: #770586)
· b7908928
Emmanuel Bourg
authored
Sep 24, 2018
b7908928
Upload to unstable
· 4755150d
Emmanuel Bourg
authored
Sep 24, 2018
4755150d
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
4755150d
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@apache.org> Mon, 24 Sep 2018 14:00:19 +0200
swt-gtk (3.8.2-5) unstable; urgency=medium
* Team upload.
...
...
debian/control
View file @
4755150d
...
...
@@ -6,7 +6,6 @@ Uploaders:
Adrian Perez <blackxored@debian.org>,
أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>,
Jakub Adam <jakub.adam@ktknet.cz>,
Niels Thykier <niels@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 → 100644
View file @
4755150d
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) {