update() {
if [ ! -f $ARCHIVE_KEYRING ]; then
echo >&2 "ERROR: Can't find the archive-keyring"
- echo >&2 "Is the debian-keyring package installed?"
+ echo >&2 "Is the debian-archive-keyring package installed?"
exit 1
fi
- es.po: Updated to 510t1f Closes: #348158
- gl.po: Completed to 511 strings Closes: #347729
- it.po: Yet another update Closes: #347435
-
- *.po: Updated from sources (511 strings)
* add patch to fix http download corruption problem (thanks to
Petr Vandrovec, closes: #280844, #290694)
* added debian-archive-keyring to the Recommends (closes: #347970)
+ * fixed message in apt-key to install debian-archive-keyring
--