[SCM] devede/master: Drop 1001-upstream_missing_file.patch, applied upstream
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Sun Nov 8 19:27:39 UTC 2015
The following commit has been merged in the master branch:
commit 51e717cfa40f024db8d396e962ef229b623b57ea
Author: Alessio Treglia <alessio.treglia at smartodds.co.uk>
Date: Sun Nov 8 19:27:21 2015 +0000
Drop 1001-upstream_missing_file.patch, applied upstream
diff --git a/debian/patches/1001-upstream_missing_file.patch b/debian/patches/1001-upstream_missing_file.patch
deleted file mode 100644
index 61754ba..0000000
--- a/debian/patches/1001-upstream_missing_file.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Origin: https://github.com/rastersoft/devedeng/commit/58776e
----
- src/devedeng/help.py | 17 +++++++++++++++++
- 1 file changed, 17 insertions(+)
-
---- /dev/null
-+++ devede/src/devedeng/help.py
-@@ -0,0 +1,17 @@
-+#!/usr/bin/env python3
-+
-+from gi.repository import Gtk,Gdk
-+import devedeng.configuration_data
-+import os
-+
-+class help:
-+
-+ def __init__(self,help_page):
-+
-+ self.config = devedeng.configuration_data.configuration.get_config()
-+
-+ file="file://"+os.path.join(self.config.help_path,"html",help_page)
-+
-+ retval = Gtk.show_uri(None,file,Gdk.CURRENT_TIME)
-+ if retval == False:
-+ msg=devede_dialogs.show_error(gladefile,_("Can't open the help files."))
diff --git a/debian/patches/series b/debian/patches/series
index ea0fc76..aa244f2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
0001-fix_desktop_file.patch
0002-fix_copy_files_verbose.path
-1001-upstream_missing_file.patch
--
devede packaging
More information about the pkg-multimedia-commits
mailing list