[SCM] devede/master: Add missing file, upstream did not include it by mistake

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Nov 7 14:25:31 UTC 2015


The following commit has been merged in the master branch:
commit 646cde96722126bd322ef08a036ab86274eebdb4
Author: Alessio Treglia <alessio.treglia at smartodds.co.uk>
Date:   Sat Nov 7 14:02:33 2015 +0000

    Add missing file, upstream did not include it by mistake

diff --git a/debian/patches/1001-upstream_missing_file.patch b/debian/patches/1001-upstream_missing_file.patch
new file mode 100644
index 0000000..c7aadce
--- /dev/null
+++ b/debian/patches/1001-upstream_missing_file.patch
@@ -0,0 +1,24 @@
+---
+ 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
new file mode 100644
index 0000000..0355a24
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+1001-upstream_missing_file.patch

-- 
devede packaging



More information about the pkg-multimedia-commits mailing list