[SCM] isrcsubmit/master: Remove debian-specific-browsers.patch

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Mon Oct 28 15:16:53 UTC 2013


The following commit has been merged in the master branch:
commit ffc4b8af612addd64b2edb67387ff8b6899fcfe2
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Oct 28 16:08:07 2013 +0100

    Remove debian-specific-browsers.patch
    
    x-www-browser and xdg-open are now tried before any other browsers. And if
    either of these two should fail, Python's webbrowser module is used. There is no
    need to patch that.

diff --git a/debian/patches/debian-specific-browsers.patch b/debian/patches/debian-specific-browsers.patch
deleted file mode 100644
index 6345cf1..0000000
--- a/debian/patches/debian-specific-browsers.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Add Debian specific browser
- Use iceweasel instead of firefox and try x-www-browser before that.
-Author: Sebastian Ramacher <sramacher at debian.org>
-Forwarded: not-needed
-Last-Update: 2013-10-01
-
---- a/isrcsubmit.py
-+++ b/isrcsubmit.py
-@@ -27,7 +27,7 @@
- # starting with highest priority
- BACKENDS = ["mediatools", "media_info", "cdrdao", "libdiscid", "discisrc"]
- BROWSERS = ["xdg-open", "x-www-browser",
--            "firefox", "chromium", "chrome", "opera"]
-+            "iceweasel", "chromium", "chrome", "opera"]
- # The webbrowser module is used when nothing is found in this list.
- # This especially happens on Windows and Mac OS X (browser mostly not in PATH)
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index c90dc38..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-debian-specific-browsers.patch

-- 
isrcsubmit packaging



More information about the pkg-multimedia-commits mailing list