[Pkg-cli-apps-commits] [gnome-do] 01/02: Actually remove the patches
Iain Lane
laney at moszumanska.debian.org
Wed Oct 22 15:47:20 UTC 2014
This is an automated email from the git hooks/post-receive script.
laney pushed a commit to branch master
in repository gnome-do.
commit ea377ee356286725c9a7e93ec72daa1fb2de68c6
Author: Iain Lane <laney at debian.org>
Date: Wed Oct 22 16:31:22 2014 +0100
Actually remove the patches
Git-Dch: Ignore
---
debian/patches/01_fix_libX11_linkage.diff | 34 -----------------------
debian/patches/05_do_gtk_threading_correctly.diff | 12 --------
2 files changed, 46 deletions(-)
diff --git a/debian/patches/01_fix_libX11_linkage.diff b/debian/patches/01_fix_libX11_linkage.diff
deleted file mode 100644
index 52792eb..0000000
--- a/debian/patches/01_fix_libX11_linkage.diff
+++ /dev/null
@@ -1,34 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 03_fix_libX11_linkage.dpatch by Christopher James Halse Rogers <raof at ubuntu.com>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Explicitly link to libX11 to resolve missing symbols
-## DP: on link.
-
- at DPATCH@
-Index: gnome-do/libdo/Makefile.am
-===================================================================
---- gnome-do.orig/libdo/Makefile.am 2012-01-19 03:34:08.447686546 +0800
-+++ gnome-do/libdo/Makefile.am 2012-01-19 03:51:22.161371463 +0800
-@@ -16,7 +16,7 @@
- eggaccelerators.c
-
- libdo_la_LDFLAGS = -export-dynamic -module -avoid-version
--libdo_la_LIBADD = $(LIBDO_LIBS)
-+libdo_la_LIBADD = $(LIBDO_LIBS) -lX11
-
- maintainer-clean-local:
- rm -f Makefile.in
-Index: gnome-do/libdo/Makefile.in
-===================================================================
---- gnome-do.orig/libdo/Makefile.in 2012-01-19 03:34:08.447686546 +0800
-+++ gnome-do/libdo/Makefile.in 2012-01-19 03:51:22.161371463 +0800
-@@ -297,7 +297,7 @@
- eggaccelerators.c
-
- libdo_la_LDFLAGS = -export-dynamic -module -avoid-version
--libdo_la_LIBADD = $(LIBDO_LIBS)
-+libdo_la_LIBADD = $(LIBDO_LIBS) -lX11
- all: all-am
-
- .SUFFIXES:
diff --git a/debian/patches/05_do_gtk_threading_correctly.diff b/debian/patches/05_do_gtk_threading_correctly.diff
deleted file mode 100644
index 5d75835..0000000
--- a/debian/patches/05_do_gtk_threading_correctly.diff
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/Do/src/Do.cs
-+++ b/Do/src/Do.cs
-@@ -73,7 +73,9 @@
- if (!Preferences.QuietStart)
- Controller.Summon ();
-
-+ Gdk.Threads.Enter ();
- Gtk.Application.Run ();
-+ Gdk.Threads.Leave ();
-
- RelevanceProvider.Serialize (RelevanceProvider.DefaultProvider);
- }
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/gnome-do.git
More information about the Pkg-cli-apps-commits
mailing list