[debian-edu-commits] [Git][debian-edu/debian-edu-config][master] 2 commits: autopkgtests: dont allow failure of installation of known available packages
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Oct 25 10:59:29 BST 2021
Holger Levsen pushed to branch master at Debian Edu / debian-edu-config
Commits:
4f7f1818 by Holger Levsen at 2021-10-25T11:54:06+02:00
autopkgtests: dont allow failure of installation of known available packages
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
e2dbe5f8 by Holger Levsen at 2021-10-25T11:54:18+02:00
release as 2.12.10
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- debian/changelog
- share/debian-edu-config/tools/improve-desktop-l10n
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,10 @@
-debian-edu-config (2.12.10) UNRELEASED; urgency=medium
+debian-edu-config (2.12.10) unstable; urgency=medium
+ [ Wolfgang Schweer ]
* share/debian-edu-config/tools/{improve-desktop-l10n,install-task-pkgs}:
- Don't rely on package availability for each arch autopkgtest is run on.
- -- Wolfgang Schweer <wschweer at arcor.de> Mon, 25 Oct 2021 00:46:56 +0200
+ -- Holger Levsen <holger at debian.org> Mon, 25 Oct 2021 11:54:11 +0200
debian-edu-config (2.12.9) unstable; urgency=medium
=====================================
share/debian-edu-config/tools/improve-desktop-l10n
=====================================
@@ -27,11 +27,11 @@ for lang in $langsfull ; do
# special cases nn_NO and nb_NO (debian-edu-doc and gimp-help).
if [ "nn" = "$baselang" ] && [ "no" = "$langcountry" ] && \
! [ -z "$(apt-cache search debian-edu-doc-nb-no)" ] && ! deb_installed debian-edu-doc-nb-no ; then
- apt-get -yq install debian-edu-doc-nb-no || true
+ apt-get -yq install debian-edu-doc-nb-no
fi
if [ "nn" = "$baselang" ] && [ "no" = "$langcountry" ] && \
! [ -z "$(apt-cache search debian-edu-doc-legacy-nb-no)" ] && ! deb_installed debian-edu-doc-legacy-nb-no; then
- apt-get -yq install debian-edu-doc-legacy-nb-no || true
+ apt-get -yq install debian-edu-doc-legacy-nb-no
fi
if [ "nb" = "$baselang" ] && [ "no" = "$langcountry" ] && \
! [ -z "$(apt-cache search gimp-help-nn)" ] && ! deb_installed install gimp-help-nn ; then
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/compare/042383b906dd5fc13dcd542411e5002416a19ec2...e2dbe5f8a09f10e19f5ab474c9c1c41f1fd91bc1
--
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/compare/042383b906dd5fc13dcd542411e5002416a19ec2...e2dbe5f8a09f10e19f5ab474c9c1c41f1fd91bc1
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20211025/7e7f0246/attachment-0001.htm>
More information about the debian-edu-commits
mailing list