[debian-installer] Call to update translations for Buster
Hi translators, since we are slowly coming nearer to the end of the development cycle for Buster, it's probably a good time to send a heads-up to you for the debian-installer now. There is still a lot of time left, but you might want to start working on translation updates now, to save yourself from a last-minute hurry! :-) For those of you who are working directly on the Debian GIT repository, this is at https://salsa.debian.org/installer-team/d-i. Or, if you work via the Weblate web interface, use https://hosted.weblate.org/projects/debian-installer/. For some statistics, visit https://d-i.debian.org/l10n-stats/. In case of questions or trouble, don't hesitate to ask for help on debian-boot or me. Many thanks Holger -- Holger Wansing PGP-Finterprint: 496A C6E8 1442 4B34 8508 3529 59F1 87CA 156E B076
Bug#910325: libdebian-installer: Build correctly with Werror=implicit-fallthrough
Package: libdebian-installer Version: 0.110 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu cosmic ubuntu-patch Dear Maintainer, it appears that libdebian-installer fails to build in our latest rebuild tests with GCC 7 -- implicit-fallthrough warning / error is in place, which means GCC will complain about src/tree.c's code for rotating trees when adding new nodes. The fix is pretty simple, as the code is straightforward. In Ubuntu, the attached patch was applied to achieve the following: * src/tree.c: Silence GCC's implicit-fallthrough warning by being explicit in this binary tree rotate code that there's not fallthrough; we're covering all tree rotation cases already (all paths in switch() already return(). Thanks for considering the patch. -- System Information: Debian Release: buster/sid APT prefers cosmic-security APT policy: (500, 'cosmic-security'), (500, 'cosmic') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.18.0-7-generic (SMP w/4 CPU cores) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_CA:en (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled diff -Nru libdebian-installer-0.110ubuntu2/src/tree.c libdebian-installer-0.110ubuntu3/src/tree.c --- libdebian-installer-0.110ubuntu2/src/tree.c 2017-05-04 11:46:32.0 -0400 +++ libdebian-installer-0.110ubuntu3/src/tree.c 2018-10-04 14:22:53.0 -0400 @@ -198,6 +198,7 @@ case 1: return di_tree_node_rotate_right_double (node); } + break; case -1: case 0: case 1:
Re: [debian-installer] Call to update translations for Buster
Hi, Mert Dirik wrote: > On Thu, Oct 4, 2018, 21:57 Holger Wansing wrote: > > > Hi, > > > > Holger Wansing wrote: > > > Hi, > > > > > > Mert Dirik wrote: > > > > > > > > Hi Holger, > > > > > > > > I'm the translator for Turkish language. I used to have an account for > > > > the SVN repo but now I'm not sure how to proceed. > > > > > > > > I've created an account in Salsa (user name mertdirik-guest), then I > > > > tried to push to the new repo with it but it failed. > > > > > > > > I've created an account in Weblate also, but Turkish language is not > > > > enabled there. > > > > > > > > How should I proceed? > > > > > > We can go both ways, which one you like more: > > > we can give you commit rights, so you can push to the GIT repo at salsa; > > > or I can activate Turkish at Weblate, if you prefer to work via a > > > web interface. > > > > > > > > > Just your choice :-)) > > > > Ah, if you tried to push to the GIT repo, you probably have translated > > files ready? In that case there would be (at least for now) a third choice: > > sent me the files, I can commit them for you, if you like. > > > > > I'll choose the first option then, as I'm the only translator for now and > I'm used to working that way. I may reconsider weblate if we got another > translator in the future. Ok. @debian-boot: could someone please give Mert commit rights to installer-team group (user mertdirik-guest)? Thanks Holger -- Holger Wansing PGP-Finterprint: 496A C6E8 1442 4B34 8508 3529 59F1 87CA 156E B076