Merge branch 'debian/unstable' into debian/experimental
This commit is contained in:
9
debian/changelog
vendored
9
debian/changelog
vendored
@@ -33,6 +33,15 @@ dvdisaster (0.79.6-1) experimental; urgency=medium
|
|||||||
|
|
||||||
-- Carlos Maddela <e7appew@gmail.com> Thu, 21 Dec 2017 05:51:54 +1100
|
-- Carlos Maddela <e7appew@gmail.com> Thu, 21 Dec 2017 05:51:54 +1100
|
||||||
|
|
||||||
|
dvdisaster (0.79.5-9) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Make sure that the upstream changelog remains uncompressed so
|
||||||
|
that the application can display it.
|
||||||
|
* Suggest to install dvdisaster-doc in error message, if the PDF manual
|
||||||
|
cannot be found.
|
||||||
|
|
||||||
|
-- Carlos Maddela <e7appew@gmail.com> Sat, 02 Feb 2019 15:20:23 +1100
|
||||||
|
|
||||||
dvdisaster (0.79.5-8) unstable; urgency=medium
|
dvdisaster (0.79.5-8) unstable; urgency=medium
|
||||||
|
|
||||||
* Fix parallel build of locale strings.
|
* Fix parallel build of locale strings.
|
||||||
|
|||||||
1
debian/dvdisaster.docs
vendored
1
debian/dvdisaster.docs
vendored
@@ -1,4 +1,3 @@
|
|||||||
CHANGELOG
|
|
||||||
CREDITS.*
|
CREDITS.*
|
||||||
README.MODIFYING
|
README.MODIFYING
|
||||||
TODO
|
TODO
|
||||||
|
|||||||
1
debian/dvdisaster.lintian-overrides
vendored
Normal file
1
debian/dvdisaster.lintian-overrides
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
dvdisaster: changelog-file-not-compressed changelog
|
||||||
137
debian/patches/37-suggest-dvdisaster-doc.patch
vendored
Normal file
137
debian/patches/37-suggest-dvdisaster-doc.patch
vendored
Normal file
@@ -0,0 +1,137 @@
|
|||||||
|
From: Carlos Maddela <e7appew@gmail.com>
|
||||||
|
Date: Sat, 2 Feb 2019 13:56:04 +1100
|
||||||
|
Subject: Suggest to install dvdisaster-doc in error message
|
||||||
|
|
||||||
|
Description: Suggest to install dvdisaster-doc in error message
|
||||||
|
if the PDF manual cannot be found.
|
||||||
|
Author: Carlos Maddela <e7appew@gmail.com>
|
||||||
|
Forwarded: not-needed
|
||||||
|
Last-Update: 2019-02-02
|
||||||
|
---
|
||||||
|
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
||||||
|
---
|
||||||
|
locale/cs.po | 2 ++
|
||||||
|
locale/de.po | 2 ++
|
||||||
|
locale/it.po | 2 ++
|
||||||
|
locale/pt_BR.po | 2 ++
|
||||||
|
locale/ru.po | 2 ++
|
||||||
|
locale/sv.po | 2 ++
|
||||||
|
show-manual.c | 3 ++-
|
||||||
|
7 files changed, 14 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/locale/cs.po b/locale/cs.po
|
||||||
|
index 497a4a9..4a12125 100644
|
||||||
|
--- a/locale/cs.po
|
||||||
|
+++ b/locale/cs.po
|
||||||
|
@@ -6046,10 +6046,12 @@ msgid ""
|
||||||
|
"Documentation file\n"
|
||||||
|
"%s\n"
|
||||||
|
"not found.\n"
|
||||||
|
+"Please install the dvdisaster-doc package.\n"
|
||||||
|
msgstr ""
|
||||||
|
"Soubor dokumentace\n"
|
||||||
|
"%s\n"
|
||||||
|
"nebyl nalezen.\n"
|
||||||
|
+"Nainstalujte prosím balíček dvdisaster-doc.\n"
|
||||||
|
|
||||||
|
#: show-manual.c:308
|
||||||
|
msgid "Please hang on until the viewer comes up!"
|
||||||
|
diff --git a/locale/de.po b/locale/de.po
|
||||||
|
index bb5baa6..b2f2974 100644
|
||||||
|
--- a/locale/de.po
|
||||||
|
+++ b/locale/de.po
|
||||||
|
@@ -6185,10 +6185,12 @@ msgid ""
|
||||||
|
"Documentation file\n"
|
||||||
|
"%s\n"
|
||||||
|
"not found.\n"
|
||||||
|
+"Please install the dvdisaster-doc package.\n"
|
||||||
|
msgstr ""
|
||||||
|
"Dokument-Datei\n"
|
||||||
|
"%s\n"
|
||||||
|
"nicht gefunden.\n"
|
||||||
|
+"Bitte installieren Sie das dvdisaster-doc-Paket.\n"
|
||||||
|
|
||||||
|
#: show-manual.c:308
|
||||||
|
msgid "Please hang on until the viewer comes up!"
|
||||||
|
diff --git a/locale/it.po b/locale/it.po
|
||||||
|
index 000d5c3..fb6dced 100644
|
||||||
|
--- a/locale/it.po
|
||||||
|
+++ b/locale/it.po
|
||||||
|
@@ -5598,10 +5598,12 @@ msgid ""
|
||||||
|
"Documentation file\n"
|
||||||
|
"%s\n"
|
||||||
|
"not found.\n"
|
||||||
|
+"Please install the dvdisaster-doc package.\n"
|
||||||
|
msgstr ""
|
||||||
|
"File di documentazione\n"
|
||||||
|
"%s\n"
|
||||||
|
"non trovati.\n"
|
||||||
|
+"Si prega di installare il pacchetto dvdisaster-doc.\n"
|
||||||
|
|
||||||
|
#: show-manual.c:308
|
||||||
|
msgid "Please hang on until the viewer comes up!"
|
||||||
|
diff --git a/locale/pt_BR.po b/locale/pt_BR.po
|
||||||
|
index 4624071..3f1bf90 100644
|
||||||
|
--- a/locale/pt_BR.po
|
||||||
|
+++ b/locale/pt_BR.po
|
||||||
|
@@ -5919,10 +5919,12 @@ msgid ""
|
||||||
|
"Documentation file\n"
|
||||||
|
"%s\n"
|
||||||
|
"not found.\n"
|
||||||
|
+"Please install the dvdisaster-doc package.\n"
|
||||||
|
msgstr ""
|
||||||
|
"Arquivo de documentação\n"
|
||||||
|
"%s\n"
|
||||||
|
"não encontrado.\n"
|
||||||
|
+"Por favor, instale o pacote dvdisaster-doc.\n"
|
||||||
|
|
||||||
|
#: show-manual.c:308
|
||||||
|
msgid "Please hang on until the viewer comes up!"
|
||||||
|
diff --git a/locale/ru.po b/locale/ru.po
|
||||||
|
index 66fc036..2b9d309 100644
|
||||||
|
--- a/locale/ru.po
|
||||||
|
+++ b/locale/ru.po
|
||||||
|
@@ -5927,10 +5927,12 @@ msgid ""
|
||||||
|
"Documentation file\n"
|
||||||
|
"%s\n"
|
||||||
|
"not found.\n"
|
||||||
|
+"Please install the dvdisaster-doc package.\n"
|
||||||
|
msgstr ""
|
||||||
|
"Файл документации\n"
|
||||||
|
"%s\n"
|
||||||
|
"не найден.\n"
|
||||||
|
+"Пожалуйста, установите пакет dvdisaster-doc.\n"
|
||||||
|
|
||||||
|
#: show-manual.c:308
|
||||||
|
msgid "Please hang on until the viewer comes up!"
|
||||||
|
diff --git a/locale/sv.po b/locale/sv.po
|
||||||
|
index 5cd4927..4ef73c1 100644
|
||||||
|
--- a/locale/sv.po
|
||||||
|
+++ b/locale/sv.po
|
||||||
|
@@ -5617,10 +5617,12 @@ msgid ""
|
||||||
|
"Documentation file\n"
|
||||||
|
"%s\n"
|
||||||
|
"not found.\n"
|
||||||
|
+"Please install the dvdisaster-doc package.\n"
|
||||||
|
msgstr ""
|
||||||
|
"Dokumentationsfilen\n"
|
||||||
|
"%s\n"
|
||||||
|
"hittades inte.\n"
|
||||||
|
+"Installera dvdisaster-doc-paketet.\n"
|
||||||
|
|
||||||
|
#: show-manual.c:308
|
||||||
|
msgid "Please hang on until the viewer comes up!"
|
||||||
|
diff --git a/show-manual.c b/show-manual.c
|
||||||
|
index ecb0922..452354a 100644
|
||||||
|
--- a/show-manual.c
|
||||||
|
+++ b/show-manual.c
|
||||||
|
@@ -296,7 +296,8 @@ void ShowPDF(char *target)
|
||||||
|
|
||||||
|
if(!LargeStat(bi->path, &ignore))
|
||||||
|
{
|
||||||
|
- CreateMessage(_("Documentation file\n%s\nnot found.\n"), GTK_MESSAGE_ERROR, bi->path);
|
||||||
|
+ CreateMessage(_("Documentation file\n%s\nnot found.\n"
|
||||||
|
+ "Please install the dvdisaster-doc package.\n"), GTK_MESSAGE_ERROR, bi->path);
|
||||||
|
g_free(bi->path);
|
||||||
|
g_free(bi);
|
||||||
|
return;
|
||||||
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@@ -28,3 +28,4 @@
|
|||||||
34-gcc8-format-security.patch
|
34-gcc8-format-security.patch
|
||||||
35-archived-homepage.patch
|
35-archived-homepage.patch
|
||||||
36-fix-parallelism.patch
|
36-fix-parallelism.patch
|
||||||
|
37-suggest-dvdisaster-doc.patch
|
||||||
|
|||||||
6
debian/rules
vendored
6
debian/rules
vendored
@@ -68,4 +68,8 @@ override_dh_auto_install-indep:
|
|||||||
# automatically decompress text files.
|
# automatically decompress text files.
|
||||||
override_dh_compress-arch:
|
override_dh_compress-arch:
|
||||||
dh_compress -p dvdisaster \
|
dh_compress -p dvdisaster \
|
||||||
-XCHANGELOG -XCREDITS -XREADME.MODIFYING -XTODO
|
-Xchangelog -XCREDITS -XREADME.MODIFYING -XTODO
|
||||||
|
gzip -9n debian/dvdisaster/usr/share/doc/dvdisaster/changelog.Debian
|
||||||
|
|
||||||
|
override_dh_installchangelogs-arch:
|
||||||
|
dh_installchangelogs -p dvdisaster -k
|
||||||
|
|||||||
Reference in New Issue
Block a user