diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-04-03 22:56:40 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-04-03 22:56:40 +0900 |
commit | 11394aecd1f906fee2ebd2b90412aeba4651fbff (patch) | |
tree | bcf750380e6d9fc7dbe524e16bbe2afde25dcfa0 /ubuntu/_base/applications/k3b/debian/patches | |
parent | d24bd898174453b586ac90f2ef7a60165fa26fde (diff) | |
download | tde-packaging-11394aecd1f906fee2ebd2b90412aeba4651fbff.tar.gz tde-packaging-11394aecd1f906fee2ebd2b90412aeba4651fbff.zip |
DEB: use _base folder for a distro instead of specific distros (squeeze
and maverick).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/_base/applications/k3b/debian/patches')
-rw-r--r-- | ubuntu/_base/applications/k3b/debian/patches/111_advice_kubuntu_restricted_extras.diff | 14 | ||||
-rw-r--r-- | ubuntu/_base/applications/k3b/debian/patches/series | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/ubuntu/_base/applications/k3b/debian/patches/111_advice_kubuntu_restricted_extras.diff b/ubuntu/_base/applications/k3b/debian/patches/111_advice_kubuntu_restricted_extras.diff new file mode 100644 index 000000000..dc44bfdb8 --- /dev/null +++ b/ubuntu/_base/applications/k3b/debian/patches/111_advice_kubuntu_restricted_extras.diff @@ -0,0 +1,14 @@ +diff -Nur k3b-1.0.2/src/k3bsystemproblemdialog.cpp k3b-1.0.2.new/src/k3bsystemproblemdialog.cpp +--- k3b-1.0.2/src/k3bsystemproblemdialog.cpp 2007-07-12 11:47:03.000000000 +0200 ++++ k3b-1.0.2.new/src/k3bsystemproblemdialog.cpp 2007-07-12 11:48:00.000000000 +0200 +@@ -518,8 +518,8 @@ + "include Mp3 support for legal reasons."), + i18n("To enable Mp3 support, please install the MAD Mp3 decoding library as well as the " + "K3b MAD Mp3 decoder plugin (the latter may already be installed but not functional " +- "due to the missing libmad). Some distributions allow installation of Mp3 support " +- "via an online update tool (i.e. SuSE's YOU)."), ++ "due to the missing libmad). To get Mp3 support, please install libk3b3-extracodecs" ++ "(or kubuntu-restricted-extras on Debian)."), + false ) ); + } + */ diff --git a/ubuntu/_base/applications/k3b/debian/patches/series b/ubuntu/_base/applications/k3b/debian/patches/series new file mode 100644 index 000000000..bff63cb8c --- /dev/null +++ b/ubuntu/_base/applications/k3b/debian/patches/series @@ -0,0 +1 @@ +111_advice_kubuntu_restricted_extras.diff |