summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/entities/common.ent2
-rw-r--r--build/entities/l10n/es.ent1
-rw-r--r--build/entities/l10n/fr.ent2
-rw-r--r--build/entities/l10n/pt.ent1
-rw-r--r--build/entities/urls.ent6
-rw-r--r--debian/changelog1
6 files changed, 8 insertions, 5 deletions
diff --git a/build/entities/common.ent b/build/entities/common.ent
index e1dc5e338..69baeea25 100644
--- a/build/entities/common.ent
+++ b/build/entities/common.ent
@@ -160,7 +160,7 @@ to first switch tasksel to that DE using the following command, e.g:
<!ENTITY x11ver "7.7">
<!-- version of BRLTTY shipping with the current release -->
-<!ENTITY brlttyver "5.0">
+<!ENTITY brlttyver "5.2">
<!-- version of Speakup shipping with the current release -->
<!ENTITY speakupver "3.1.6">
diff --git a/build/entities/l10n/es.ent b/build/entities/l10n/es.ent
index 9d6434ba3..2fbef6937 100644
--- a/build/entities/l10n/es.ent
+++ b/build/entities/l10n/es.ent
@@ -2,3 +2,4 @@
<!ENTITY MSG-NO "<userinput>No</userinput>">
<!ENTITY archive-mirror "ftp.es.debian.org">
+<!ENTITY url-brltty-manual "http://rt001pvr.eresmas.net/linuxitania/tutoriales/brltty/BRLTTY.html">
diff --git a/build/entities/l10n/fr.ent b/build/entities/l10n/fr.ent
index 98b3e85e0..523b0ab41 100644
--- a/build/entities/l10n/fr.ent
+++ b/build/entities/l10n/fr.ent
@@ -1,4 +1,4 @@
-<!ENTITY url-brltty-manual "http://www.mielke.cc/brltty/doc/Manual-BRLTTY/French/BRLTTY.html">
+<!ENTITY url-brltty-manual "http://brltty.com/doc/Manual-BRLTTY/French/BRLTTY.html">
<!ENTITY d-i "<classname>installateur Debian</classname>">
<!ENTITY arch-title
"<phrase arch='any-amd64'>PC 64 bits</phrase><phrase arch='arm'>ARM</phrase><phrase arch='hppa'>PA-RISC</phrase><phrase arch='any-i386'>32 Bit-PC</phrase><phrase arch='ia64'>IA-64</phrase><phrase arch='mips'>Mips</phrase><phrase arch='mipsel'>Mipsel</phrase><phrase arch='powerpc'>PowerPC</phrase><phrase arch='sparc'>SPARC</phrase><phrase arch='s390'>S/390</phrase>">
diff --git a/build/entities/l10n/pt.ent b/build/entities/l10n/pt.ent
index e69de29bb..3c7118370 100644
--- a/build/entities/l10n/pt.ent
+++ b/build/entities/l10n/pt.ent
@@ -0,0 +1 @@
+<!ENTITY url-brltty-manual "http://brltty.com/doc/Manual-BRLTTY/Portuguese/BRLTTY.html">
diff --git a/build/entities/urls.ent b/build/entities/urls.ent
index 7ab062cf2..6938d2da4 100644
--- a/build/entities/urls.ent
+++ b/build/entities/urls.ent
@@ -221,9 +221,9 @@
<!-- Next entity is no longer used; delete when translations are updated -->
<!ENTITY url-simtel "ftp://ftp.simtel.net/pub/simtelnet/msdos/">
-<!ENTITY url-brltty "http://www.mielke.cc/brltty/">
-<!ENTITY url-brltty-manual "http://www.mielke.cc/brltty/doc/Manual-BRLTTY/English/BRLTTY.html">
-<!ENTITY url-brltty-driver-help "http://www.mielke.cc/brltty/doc/drivers/">
+<!ENTITY url-brltty "http://brltty.com/">
+<!ENTITY url-brltty-manual "http://brltty.com/doc/Manual-BRLTTY/English/BRLTTY.html">
+<!ENTITY url-brltty-driver-help "http://brltty.com/doc/KeyTables/">
<!ENTITY url-speakup "http://www.linux-speakup.org/">
<!ENTITY url-speakup-guide "http://www.linux-speakup.org/spkguide.txt">
diff --git a/debian/changelog b/debian/changelog
index 94329a69f..30a92b88c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ installation-guide (201409xx) UNRELEASED; urgency=medium
[ Samuel Thibault ]
* Fix preseed name: netcfg/link_detection_timeout ->
netcfg/link_wait_timeout. Thanks Julien Cristau for noticing.
+ * Update brltty URLs and version.
-- Samuel Thibault <sthibault@debian.org> Tue, 16 Sep 2014 13:24:16 +0200