Bug#1087234: imediff: lines2lib.py:20: SyntaxWarning: invalid escape sequence '\s'

2024-11-10 Thread Osamu Aoki
Hi, Thanks for reminder. I overlooked tricky ones hidden in multiline string. Fixed. ''' r"\s" ''' Osamu On Sun, 2024-11-10 at 14:18 +0800, Paul Wise wrote: > Package: imediff > Version: 3.0-1 > Severity: minor > File: /usr/lib/python3/dist-packages/imediff/lines2lib.py > User: debian-pyt.

Bug#1085126: debmake-doc: [INTL:pt] Update on Portuguese translation

2024-11-09 Thread Osamu Aoki
Américo, Thank you for providing translation for "pt". https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1085126 I have committed to salsa. If it pass test, it will be merged. See PR: https://salsa.debian.org/debian/debmake-doc/-/merge_requests/32 In future, I will appreciate if you use PR on

Bug#1084778: (reminder) hackish workaround needs to be removed

2024-10-07 Thread Osamu Aoki
Source: debmake-doc Version: 1.20-1 Severity: wishlist Due to the asciidoctor bug: * https://github.com/asciidoctor/asciidoctor/issues/4628 * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1084777 I have hackish asciidoc/superscript.sh file in this source trr. This should be removed once thi

Bug#1084777: broken conversion of emphasis + superscript to docbook xml

2024-10-07 Thread Osamu Aoki
Source: asciidoctor Version: 2.0.23-1 Severity: normal Tags: upstream As reported to the upstream: https://github.com/asciidoctor/asciidoctor/issues/4628 I found this problem when using asciidoctor for `debamake-doc` package. In this sense, I really used current sid environment (2.0.31-1) too. =

Bug#1053928: debmake-doc: [INTL:pt]

2024-09-30 Thread Osamu Aoki
Hi, Thanks for the updated PO. It was updated to new asciidoctor compatible markup and merged. While doing so, I realized PO had several broken markups.  Since they were trivial to fix, I fixed them all. Please note I made a major content update.  So please update pt-po when you find time. XML

Bug#1078563: git-debrebase(1): mention to use --force for the start of Debian packaging

2024-08-12 Thread Osamu Aoki
Package: git-debrebase Version: 10.7+deb12u2 Severity: wishlist FYI: I checked salsa for the latest git-debrebase.1.pod, too. I was trying to start experiment dgit-maint-debrebase(7) while reading: * git-debrebase(1) * git-debrebase(5) I may be wrong but after several trials, it seems --force o

Bug#1061145: debmake: use python3 command for Python 3 packages instead of python command

2024-07-29 Thread Osamu Aoki
of debmake works.) But you may be running debuild afterward or via -i. $ debuild dpkg-buildpackage -us -uc -ui -i dpkg-buildpackage: info: source package debmake dpkg-buildpackage: info: source version 4.4.0-1 dpkg-buildpackage: info: source distribution UNRELEASED dpkg-buildpackage: inf

Bug#1075842: maint-guide: Please update 5.2 to state that debian/compat has been replaced in modern debhelper versions

2024-07-06 Thread Osamu Aoki
control: reassign -1 debmake-doc thanks Yah, this is about time to start using new scheme for version dependency. But as written at the top of each web page of maint-guide: https://www.debian.org/doc/manuals/maint-guide/dreq.en.html#control The rewrite of this tutorial document with update

Bug#1057080: ibus-mozc: Automatically enables itself on non-Japanese systems

2024-06-22 Thread Osamu Aoki
Hi, I have a second thought after good night sleep What Yao Wei (魏銘廷) suggested may be in good direction but I want it  to be done with **one twist**. Action 1: add /etc/default/ibus-mozc with its default content ``` # Change "ja_JP" in the following to "ALWAYS" if you wish mozc to be set-up #

Bug#1057080: ibus-mozc: Automatically enables itself on non-Japanese systems

2024-06-22 Thread Osamu Aoki
 Hi, I am not the maintainer of this package but came to this bug after hearing it on a Debian JP workshop session. I think what should happen is the following: For now, Endless OS should create its customization package which used dpkg- divert to disable ibus-mozc's autostart script and provide

Bug#772204: dput: .orig.tar.gz for non -1 package for security-master

2024-04-07 Thread Osamu Aoki
Hi Ben, Thanks for thinking about dput. (TBH, I don't use dput/dupload much since I use dgit) On Mon, 2024-04-08 at 07:46 +1000, Ben Finney wrote: > Control: severity -1 minor > Control: tags -1 - moreinfo > Control: merge 706607 -1 > > On 28-Aug-2016, Ben Finney wrote: > > > Is this behaviour

Bug#1067132: RFP: incus-ui-canonical -- Incus-UI-Canonical is a browser frontend for Incus (patched LXD-UI)

2024-03-19 Thread Osamu Aoki
Package: wnpp Severity: wishlist X-Debbugs-Cc: 1036...@bugs.debian.org, 1067...@bugs.debian.org, pkg-javascript-de...@lists.alioth.debian.org * Package name: incus-ui-canonical Version : 0.6 Upstream Contact: Canonical, zabbly, os...@debian.org (See below) * URL : http

Bug#1067041: Please also include "Incus UI"

2024-03-18 Thread Osamu Aoki
Hi, I actually made a hackish binary package for "Incus UI". https://github.com/osamuaoki/incus-ui-canonical At least, this is more compatible with official Debian package. (I know this is not ready for Debian upload at all.) I realize that the current Debian package doesn't seem to set IN

Bug#1067041: Please also include "Incus UI"

2024-03-17 Thread Osamu Aoki
Hi, When I initially start writing this wishlist bug report, I was expecting existence of one upstream source tree. The more I checked situation around incus-ui, I concur with your thought and see more challenges for packaging. Although I have no idea for typescript nor node, I realize that, thou

Bug#1067041: Please also include "Incus UI"

2024-03-17 Thread Osamu Aoki
Source: incus Version: 0.6-1~bpo12+1 Severity: wishlist I am using zabby's deb for incus on bookworm following: https://github.com/zabbly/incus Unlike current Debian package, this deb installs files into /opt so this is not compliant to the current Debian packaging policy. This is quite under

Bug#1065590: debmake: Debmake produces warnings about invalid escape sequence on Python 3.12

2024-03-10 Thread Osamu Aoki
Hi, As I checked https://docs.python.org/3/whatsnew/3.12.html A backslash-character pair that is not a valid escape sequence now generates a SyntaxWarning, instead of DeprecationWarning. For example, re.compile("\d+\.\d+") now emits a SyntaxWarning ("\d" is an invalid escape sequence,

Bug#1058960: dpkg: warning: unable to delete old directory '/usr/share/debian-reference': Directory not empty

2024-02-11 Thread Osamu Aoki
Hi, I overlooked this bug report. Sorry for slow response. Yep, I need to take care this generated file and symlink issue. Let me think. In the mean time, I just fixed more important issue of clean install problem. Osamu On Tue, 2023-12-19 at 17:18 +0100, Sven Joachim wrote: > On 2023-12-1

Bug#1063649: maint-guide: synatx error in setup instructions for sbuild

2024-02-10 Thread Osamu Aoki
Control: tags -1 pending Hi, Fixed in the salsa repo. Thanks On Sat, 2024-02-10 at 12:52 +, Nicholas Bamber wrote: > Package: maint-guide > Severity: important > X-Debbugs-Cc: np.bam...@gmail.com > > Dear Maintainer, > > Hi Osamu, > > > I think I found an error in section 3.6 (sbuild)

Bug#1061145: debmake: use python3 command for Python 3 packages instead of python command

2024-02-10 Thread Osamu Aoki
Hi, Thanks for reminder. That is my oversight. (I may have been expecting python2- >3 transition will include python command to be available back then... I don't remember ...) With python package moving to pyproject.toml, I am just repackaging one of my python package. For trixie, I suppose we

Bug#1063590: debian-reference-common: debian-reference and mkindexhtml are broken

2024-02-10 Thread Osamu Aoki
OOps. I see. On Fri, 2024-02-09 at 19:50 +0100, Jörg-Volker Peetz wrote: > Package: debian-reference-common > Version: 2.113 > Severity: important > > Dear Osamu Aoki, > > as far as I understand the scripts > /usr/share/debian-reference-common/mkindexhtml and > /u

Bug#1059244: grub-pc stops booting and its workaround

2023-12-21 Thread Osamu Aoki
able to boot just with /boot (not with / like me) by using the same workaround as I did. Anyway, I keep this bug separate so people will have easy time finding workaround by googling. Regards Osamu Minor correction: On Fri, 2023-12-22 at 01:34 +, Osamu Aoki wrote: ... > ## Thoughts on

Bug#1059244: grub-pc stops booting and its workaround

2023-12-21 Thread Osamu Aoki
Package: grub-pc Version: 2.06-13+deb12u1 Severity: normal X-Debbugs-Cc: os...@debian.org I hope this helps people who tries to install Debian stable on MBR. (I think modifying grub-pc install script for stable package to do what I manually did is rather a low risk change with decent benefits. P

Bug#1055786: GID=1000 for netdev created by cloud-init violates Debian Policy

2023-12-09 Thread Osamu Aoki
HI, On Fri, 2023-12-08 at 21:36 -0800, Ross Vandegrift wrote: > On Mon, Nov 13, 2023 at 01:48:09PM +0900, Osamu Aoki wrote: > > But not for LXD since it uses different images.  Image normally downloaded > > and > > used by `lxc launch ...` becomes buggy once its instan

Bug#993308: firefox-esr: You might need to add a libpci3 dependency to ESR 91

2023-11-20 Thread Osamu Aoki
Package: firefox-esr Version: 115.4.0esr-1~deb12u1 Hi, I installed firefox-esr to default LXD Debian 12 bookworm cloud image run as container via APT. This system has just firefox-esr and no GUI desktop. Wayland on the host system (GNOME Wayland bookworm) is used to display graphics. Starting

Bug#1055786: GID=1000 for netdev created by cloud-init violates Debian Policy

2023-11-12 Thread Osamu Aoki
Hi, Not quite. On Sun, 2023-11-12 at 07:47 -0800, Ross Vandegrift wrote: > On Sat, Nov 11, 2023 at 09:46:51PM +0900, Osamu Aoki wrote: > > Package: cloud-init > > Version: 22.4.2-1 > > Severity: normal > > > > ## Background: > > > > The proble

Bug#976673: deb822 support patch for dget

2023-11-11 Thread Osamu Aoki
control: tags -1 patch thanks Hi, I just sent MR > https://salsa.debian.org/debian/devscripts/-/merge_requests/373 I hit this bug and looked at the code. Since failure happens during its sanity check, I just add extra rule to relax the URL sanity check. Since deb822 is case insensitive, I made

Bug#1055786: GID=1000 for netdev created by cloud-init violates Debian Policy

2023-11-11 Thread Osamu Aoki
Package: cloud-init Version: 22.4.2-1 Severity: normal ## Background: The problem and possible root cause fix are reported on upstream github issue: https://github.com/canonical/cloud-init/issues/4603 ## Issue: I noticed instance generated from Debian bookworm cloud image on linuxcontainer.org h

Bug#1055752: `groupadd --force --system sambashare` in samba.postinst is wrong

2023-11-10 Thread Osamu Aoki
Source: samba Severity: normal Problem: `groupadd --force --system sambashare` in samba.postinst is wrong Versions: 2:4.17.12+dfsg-0+deb12u1, 2:4.19.2+dfsg-1 Salsa: 0610d7670c6 ("update changelog; upload version 4.19.2+dfsg-1 to unstable", 2023-10-16) groupadd is in essential but command s

Bug#1055700: netdev in official Debian cloud image has GID=1000

2023-11-10 Thread Osamu Aoki
Source: lxd Version: 5.0.2-5 Severity: minor `lxc launch` generated Debian cloud image (bookworm) has odd /etc/group in it. GID=1000 is netdev. If it is properly generated using --- # addgroup --system netdev --- this GID for netdev should be somewhare between 100 and 999. Although, I know tha

Bug#1052521: debmake-doc: instructions for adding user to sbuild group have a bug and are (maybe) incomplete

2023-11-07 Thread Osamu Aoki
Hi, Sent it too early. On Wed, 2023-11-08 at 15:22 +0900, Osamu Aoki wrote: Hi, This is a good point to rethink description. > On Sat, 2023-09-23 at 15:31 -0400, Jonathan Kamens wrote: > > > > > Package: debmake-doc > > > > > Version: 1.17-7 > > >

Bug#1052521: debmake-doc: instructions for adding user to sbuild group have a bug and are (maybe) incomplete

2023-11-07 Thread Osamu Aoki
Hi, This is a good point to rethink description. On Sat, 2023-09-23 at 15:31 -0400, Jonathan Kamens wrote: > > > > Package: debmake-doc > > > > Version: 1.17-7 > > > > Severity: minor > > > > > > > > 1) Section 3.6 of the debmake doc says to run `adduser > > > > sbuild` but there should be `sud

Bug#1055260: Wayland and sound server connection

2023-11-02 Thread Osamu Aoki
Source: debian-reference Version: 2.105 Severity: wishlist Although we have "7.8. X server connection", there is no mention of Wayland and sound server connection. Of course, Wayland server connection is limitted to local machine, it should be given at least minimum pointer for people using lxd o

Bug#1009724: flex/bison example update

2023-10-30 Thread Osamu Aoki
control: tags -1 pending thanks After sending bug report to flex, I rewrote this section for flex and bison. > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1055082 Osamu

Bug#1055082: fastwc examples needs to be updated

2023-10-30 Thread Osamu Aoki
Hi, > > You can follow progress on this Bug here: 1055082: > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1055082. Oops, "-lfl" may have been redundant... Regards, Osamu

Bug#1055082: fastwc examples needs to be updated

2023-10-30 Thread Osamu Aoki
Package: flex Version: 2.6.4-8.2 Severity: minor Tags: patch The flex binary package comes with examples under /usr/share/doc/flex/examples/fastw . These were from 2016 and don't work as expected with current gcc and flex. Attached patch fix these issues. * need "int" for main * need tailing

Bug#1051979: Do not suggest APT::Default-Release setting

2023-10-30 Thread Osamu Aoki
Hi, On Mon, 2023-10-30 at 17:39 +0700, Max Nikulin wrote: > On 30/10/2023 10:28, Osamu Aoki wrote: > > On Thu, 2023-09-21 at 21:56 +0700, Max Nikulin wrote: > > > On 18/09/2023 20:12, Osamu Aoki wrote: > > > > > > > > APT::Default-Release "test

Bug#1053885: manpages generation for many commands is flawed

2023-10-29 Thread Osamu Aoki
control: reassign -1 src:golang-github-spf13-cobra thanks Hi, On Mon, 2023-10-30 at 03:12 +, Mathias Gibbens wrote: > Hi Osamu, > >   Thanks for noticing and reporting this. I've looked into it a bit, > and I think it would be appropriate to report this to the spf13/cobra > project[0]. From

Bug#1051979: Do not suggest APT::Default-Release setting

2023-10-29 Thread Osamu Aoki
control: tags -1 pending thanks Hi, On Thu, 2023-09-21 at 21:56 +0700, Max Nikulin wrote: > > On 18/09/2023 20:12, Osamu Aoki wrote: > > > > Since Bug#1041708 was mentioned, I CC it. > > It is marked as "done", so perhaps you need to reopen it if you expect &

Bug#1031978: debian-reference-fr: wrong position for tables in french PDF version

2023-10-29 Thread Osamu Aoki
Control: severity -1 wishlist Control: tags -1 wontfix thanks There is no simple way to change table placement in PDF for debian-reference (DR). I think the mentioned table is in the correct position in HTML. Latex tool chain relocate it to appropriate position considering the PDF is page based.

Bug#686481: debian-reference instructs users on how to install non-free software

2023-10-29 Thread Osamu Aoki
Control: tags -1 - moreinfo Control: tags -1 + wontfix thanks This is about https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686481 I have made major update of debian-reference (DR) in 2012 and 2022 to address this bug report concerns and non-free-firmware. I realized this old bug is still aroun

Bug#969177: debmake: cannot create deb for nodejs modeule

2023-10-29 Thread Osamu Aoki
Hi, On Sun, 2023-10-29 at 23:52 +0900, Osamu Aoki wrote: > Hi, > > On Sun, 2023-10-29 at 15:11 +0530, Pirate Praveen wrote: > ... > > As you noted in subsequent comment, we can skip package.yaml. Build depends > > can be dh-sequence-nodejs instead of pkg-js-tools

Bug#969177: debmake: cannot create deb for nodejs modeule

2023-10-29 Thread Osamu Aoki
Hi, On Sun, 2023-10-29 at 15:11 +0530, Pirate Praveen wrote: ... > As you noted in subsequent comment, we can skip package.yaml. Build depends > can be dh-sequence-nodejs instead of pkg-js-tools (npm2deb did that switch). Both in bookworm and sid, dh-sequence-nodejs is a virtual package offered b

Bug#1028595: debmake creates invalid debian/source/control

2023-10-28 Thread Osamu Aoki
Control: tags -1 pending thanks Hi, thank you for catching this bug. Actual bug is creation of debian/source/control debian/tests/control needs to be editted to get it build. I added reminder in the template. Osamu

Bug#969177: debmake: cannot create deb for nodejs modeule

2023-10-28 Thread Osamu Aoki
:34 +0900, Osamu Aoki wrote: > Hi, > > On Fri, 2023-10-27 at 20:59 +0530, Pirate Praveen wrote: > > > > > > On 27/10/23 8:12 PM, Osamu Aoki wrote: > > > Hi, > ... > > > Can you elaborate what do you mean by > > > > Though

Bug#1003106: --tar does not honor .gbp.conf tarball-dir option, creating a clash

2023-10-28 Thread Osamu Aoki
Control: tags -1 moreinfo Hi, This is my response to your BTS report: > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1003106 I am trying to reduce non-essential features as much as possible. As you noticed, reading another package's configuration is risky path towards over-complicating t

Bug#1021872: curl should work with debmake

2023-10-28 Thread Osamu Aoki
Control tags -1 pending thanks curl need "-O" option to make it behave like wget.

Bug#969177: debmake: cannot create deb for nodejs modeule

2023-10-27 Thread Osamu Aoki
Hi, On Fri, 2023-10-27 at 20:59 +0530, Pirate Praveen wrote: > > > On 27/10/23 8:12 PM, Osamu Aoki wrote: > > Hi, ... > > Can you elaborate what do you mean by > > > Though after this it'd take some effort to edit source package name. > > > >

Bug#1052005: KDE Plasma with IBus: im-config changes needed

2023-10-27 Thread Osamu Aoki
Hi, this is just FYI. Upcoming "IBus in a Plasma (Wayland) session" is interesting topic. Since it may be related, let me quote interesting links from my previous post at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054622#25 * Input Method Hub -- good overview https://gitlab.freedeskt

Bug#983116: im-config: does not work under wayland and zsh as login shell

2023-10-27 Thread Osamu Aoki
Control: severity -1 wishlist Control: tags -1 wontfix thanks Hi, I am doing BTS clean-up. See discussion at: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983116 Regards, Osamu

Bug#969177: debmake: cannot create deb for nodejs modeule

2023-10-27 Thread Osamu Aoki
Hi, Thanks for the patch. I committed to salsa. Can you elaborate what do you mean by > Though after this it'd take some effort to edit source package name. Maybe, we can work together to fix it. Please understand I have no idea on the nodejs package name conventions. Regards, Osamu On Fri,

Bug#1054622: im-config: can set GTK_IM_MODULE to xim, which causes GTK 4 to complain

2023-10-27 Thread Osamu Aoki
of issues to be fixed. I do understand new GTK4 may complain as warning if you set GTK_IMMODULE to xim. So please just don't do it. On Fri, 2023-10-27 at 21:18 +0900, Osamu Aoki wrote: > Hi, > > Let's not repeat our discussion on im-config by discussing how ZOOM (external >

Bug#1054622: im-config: can set GTK_IM_MODULE to xim, which causes GTK 4 to complain

2023-10-27 Thread Osamu Aoki
Hi, Let's not repeat our discussion on im-config by discussing how ZOOM (external to Debian with poor record to provide proper dependencies in its deb package despite our advise to correct it) interacts with Debian default settings. Having said it, I still think it is worth discussing how im-con

Bug#1053885: manpages generation for many commands is flawed

2023-10-13 Thread Osamu Aoki
Source: lxd Version: 5.0.2-5 Severity: normal Tags: upstream Problem: Manpages of lxd-client are sometimes unintelligible. For example: ``` $ man lxc launch LXD - Command line client(1) LXD - Command line client(1) NAME lxc-launch - Create and start instances from

Bug#1041708: Bug#1051979: Do not suggest APT::Default-Release setting

2023-09-18 Thread Osamu Aoki
s settings, use of APT::Default-Release in /etc/apt/apt.conf is deprecated.) For example, That's my thought on this topic. Osamu On Mon, 2023-09-18 at 10:24 +0700, Max Nikulin wrote: > On 16/09/2023 15:37, Osamu Aoki wrote: > > So my first thought was replace i

Bug#1051979: Do not suggest APT::Default-Release setting

2023-09-16 Thread Osamu Aoki
Hi, Thank you for careful review. On Fri, 2023-09-15 at 15:01 +0700, Max Nikulin wrote: > Package: debian-reference > Version: 2.100 > > The "2.7.7. Tweaking candidate version with apt-pinning" section > in "Chapter 2. Debian package management" recommends > > > The target release archive can

Bug#944102: create sources.list with signed-by

2023-08-05 Thread Osamu Aoki
Hi, I think this proposal to use "signed-by" is a good idea. But if you ever make such support, please consider to use deb822 style file instead of one-line old style. This way, we can avoid creating a source list configuration file with insanely long line can be avoided. (I don't know which ke

Bug#1032453: locales and locales-all

2023-08-04 Thread Osamu Aoki
Hi, I understand at least I need to do s/creating/create/ . But that may not address lost feeling of bug reporter. I am thinking to update: The locales-all package comes with all locale data pre-compiled but doesn't creating "/etc/default/locale". with: The locales-all package comes with pre-

Bug#1043039: debian-reference: apt-key deprecated, demote apt-pinning, ...

2023-08-04 Thread Osamu Aoki
Source: debian-reference Version: 2.100 Severity: normal X-Debbugs-Cc: xiao sheng wen(肖盛文) , eulalio , Locid , Felipe Nogueira , Guillonneau Jean-Paul , Beatrice Torracca , Andika Triwidada , Kwam's Sammy Hi, Non-free-firmware is in Debian. One thing is SC text change 1.1 -> 1.2. DR is upda

Bug#1032453: non-free-firmware changes and documentation needs to happen after SC change

2023-08-04 Thread Osamu Aoki
I need to update Debian Reference. As for the discussion below for the text style (negative...), I decided to keep current text to avoid additional translation works for trivial stylistic points. > El 21/4/23 a las 18:43, Osamu Aoki escribió: > > Hi, > > > > > > On Fri,

Bug#1040807: Processed: Re: Bug#1040807: debian-reference: typo hdparam(8) -> hdparm(8)

2023-07-12 Thread Osamu Aoki
Hi, Good catch. Thanks. On Tue, 2023-07-11 at 00:00 +, Debian Bug Tracking System wrote: > Processing control commands: > > > tags -1 pending > Bug #1040807 [debian-reference] debian-reference: typo hdparam(8) -> hdparm(8) > Added tag(s) pending. For these trivial typo fix, you may fix PO

Bug#1036635: default papersize is always "letter"

2023-05-23 Thread Osamu Aoki
Package: libpaper-utils Version: 1.1.29 Severity: normal Hi, I tried with all pointing to "a4", but I get "letter". ```sh $ ls -l /etc/papersize -rw-r--r-- 1 root root 3 May 23 23:24 /etc/papersize $ cat /etc/papersize a4 $ LANG=ja_JP.UTF-8 LC_ALL=ja_JP.UTF-8 LC_PAPER=ja_JP.UTF-8 PAPERSIZE=a4 PAP

Bug#1032453: non-free-firmware changes and documentation needs to happen after SC change

2023-04-21 Thread Osamu Aoki
Hi, On Fri, 2023-04-21 at 15:35 +0200, Laura Arjona Reina wrote: > Hello > > El 21 de abril de 2023 14:30:24 CEST, Osamu Aoki escribió: ... > > > So this why_debian page needs to be updated first. ... > > But in order to update this why_debian page properly, I thin

Bug#1032453: non-free-firmware changes and documentation needs to happen after SC change

2023-04-21 Thread Osamu Aoki
Thank you for your reminder to update "Debian Reference". > > With the non-free-firmware changes, the text in §2.1.5 seems to need > an update. It reads like this: ... > > But the first and third points are no longer true? So it seems these > do not work as reasons to explain why Debian is %100

Bug#1029821: change gnome-desktop's default choice of Japanese input methods for Debian

2023-03-02 Thread Osamu Aoki
Hi, This is very convoluted issue. Disclaimer: I use (n)vim and anthy and voted for non-free-firmware=yes (i.e., prioritize user experience) On Thu, 2023-03-02 at 09:42 +, Simon McVittie wrote: > Control: tags -1 + moreinfo > > On Sat, 28 Jan 2023 at 16:46:35 +0900, YOSHINO Yoshihito wrote:

Bug#934536: info version shipped, but IMO complete, close this bug?

2023-02-11 Thread Osamu Aoki
Yes, info version is included and it contains appendix, too. So closing this bug is right action. Thanks for your effort. On Thu, 2023-02-09 at 16:28 +, Holger Levsen wrote: > hi, > > actually I found the info version now, but it seems complete to me: > > $ sudo apt install info > $ info

Bug#1030189: Let regular users know need to put non-free-firmware in sources.list

2023-02-04 Thread Osamu Aoki
Control: clone 1030189 -1 Control: reassign -1 debian-faq Thanks Sven, How about Debian FAQ? Shouldn't it mention non-free-firmware * debian-faq package * https://www.debian.org/doc/manuals/debian-faq/ftparchives.en.html FYI: I already updated debian-reference https://www.debian.org/doc/man

Bug#1030282: non-free-firmware needs to be mentioned

2023-02-01 Thread Osamu Aoki
Source: debian-reference Version: 2.99 Severity: normal On /etc/apt/sources.list, we now need to mention non-free-firmware * add non-free-firmware to example /e/a/s.l * add description of non-free-firmware Also, since GNOME has migrated to use pipewire, this may need updates: * remove stan

Bug#1021339: VIM 8.2 deb etc.

2023-01-20 Thread Osamu Aoki
Hi, On Thu, 2023-01-19 at 14:02 +0100, Xavier Bestel wrote: > Le jeudi 19 janvier 2023 à 21:14 +0900, Osamu Aoki a écrit : > [...] > > the upstream neovim folks release a functional Debian package nvim- > > linux64.deb at https://github.com/neovim/neovim/releases/ . > >

Bug#1021339: VIM 8.2 deb etc.

2023-01-19 Thread Osamu Aoki
Xavier, Packaging the official Debian package needs to meet many requirements. So we may need to be patient. Although it may not be obvious for us to find the link in the opening web page of neovim, the upstream neovim folks release a functional Debian package nvim- linux64.deb at https://github

Bug#1029112: Surprise build issue with ibus-libzhuyin

2023-01-17 Thread Osamu Aoki
Hi, Debian official packages are required to build without downloading external files during their build. (Builddd is in isolated network environment only with access to the Debian package repository. > Tags: ftbfs So if it requires wget file access, it is ftbfs. Don't make build script to do

Bug#1014052: ibus and xwayland

2023-01-05 Thread Osamu Aoki
Hi Yabuki-san, Please check if new im-config 0.53-1 solves your issue. We included patch proposed at: https://salsa.debian.org/input-method-team/im-config/-/merge_requests/16 TBH, I am not even sure this is the right solution to your problem or any others. I have no idea how X session star

Bug#982062: Please mention API issues in README.Debian

2022-12-19 Thread Osamu Aoki
Hi, As for https://bugs.debian.org/982062 which causes lack of bookmark synchronization etc., I agree it is a minor bug. Considering this will not be fixed by the upstream by reading this post. https://blog.chromium.org/2021/01/limiting-private-api-availability-in.html Since this bug will cer

Bug#1021352: goa issue with mail gone

2022-10-13 Thread Osamu Aoki
Hi, As for https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1021352 I don't experience mail problem any more. So this problem seems some tangent issue possibly related to some package version dependency etc with some related packages. I see similar issue reported (and I experienced previously

Bug#1021352: GOA malfunction for mails

2022-10-12 Thread Osamu Aoki
I can confirm this problem on my Debian testing system . > gnome-online-accounts 3.46.0-1 My workaround is: Settings -> Online accounts -> Open my registered online account panel, --> Move Mail slide switch off/on --> Click X on right top to close window This trick worked every time (I suppo

Bug#1021106: maint-guide: Typos in previous changelog entries

2022-10-07 Thread Osamu Aoki
On Sun, 2022-10-02 at 10:40 +0200, Helge Kreutzmann wrote: >  * po: update de by Holger Wansing. > > As I made the update between 1.2.48 and 1.2.49, please correct this to > >  * po: update de by Helge Kreutzmann. > Corrected. Sorry. > And the next line seems to be another typo: > FTBR. → FT

Bug#1020855: unicode-cldr-core: Update to latest version

2022-09-27 Thread Osamu Aoki
On Tue, 2022-09-27 at 18:18 +0200, Bastian Germann wrote: > Package: unicode-cldr-core > Version: 32.0.1-1.1 > Severity: important > > Please update the package to the latest version which is 41 currently. Hi, This package was packaged when ibus or its related software needed this as build dep.

Bug#1020821: po4a-gettextize sanity check too strict, please slow-down deprecation

2022-09-27 Thread Osamu Aoki
Martin, On Tue, 2022-09-27 at 09:38 +0200, Martin Quinson wrote: > I recently realized that some people were using po4a-gettextize in place > of po4a-updatepo to create the po, even if that's absolutely not the expected > way of using tools. That use of po4a-gettextize is not expected by the code

Bug#1020821: po4a-gettextize sanity check too strict, please slow-down deprecation

2022-09-27 Thread Osamu Aoki
well go wrong, either now or in the future. This is why I decided to > drop that use of po4a-gettextize. > > Please try to use po4a-updatepo instead and tell me if it solves the issue as > I > suspect. > > Thanks for your time and for reporting, > Mt > > Le m

Bug#1020821: po4a-gettextize sanity check too strict, please slow-down deprecation

2022-09-26 Thread Osamu Aoki
Package: po4a Version: 0.68-1 Severity: normal Hi, I am experiencing FTBFS on debian-reference and maint-guide If you want to deprecate po4a-translate and po4a-updatepo and force me to use po4a, that's sad but I understand your position. Maintenance of them may be burden for you. But can we do

Bug#1020274: ITP: dual-function-keys -- interception plugin for generic dual function keys

2022-09-19 Thread Osamu Aoki
Package: wnpp Severity: wishlist Owner: Osamu Aoki X-Debbugs-Cc: debian-de...@lists.debian.org * Package name: dual-function-keys Version : 1.5.0 Upstream Author : Alexander Courtis * URL : https://gitlab.com/interception/linux/plugins/dual-function-keys.git

Bug#1019967: ITP: caps2esc -- Filter for dual function Ctrl and Esc key at CapsLock

2022-09-17 Thread Osamu Aoki
Hi, After good night sleep ... On Sat, 2022-09-17 at 23:59 +0900, Osamu Aoki wrote: > Package: wnpp > Severity: wishlist > Owner: Osamu Aoki > X-Debbugs-Cc: debian-de...@lists.debian.org > > * Package name    : caps2esc I will use "interception-caps2esc" instead

Bug#1019967: ITP: caps2esc -- Filter for dual function Ctrl and Esc key at CapsLock

2022-09-17 Thread Osamu Aoki
Package: wnpp Severity: wishlist Owner: Osamu Aoki X-Debbugs-Cc: debian-de...@lists.debian.org * Package name: caps2esc Version : 0.3.2 Upstream Author : Francisco Lopes * URL : https://gitlab.com/interception/linux/plugins/caps2esc * License : MIT

Bug#1014052: ibus:After rebooted, I must do `ibus-daemon -rxd` change japanese to anthy with kanji key.

2022-09-12 Thread Osamu Aoki
Hi, One think I noticed long time ago for GDM3 is it doesn't seem to use input method. Now GNOME set up ibus infrastructure, it may be killing and cleaning input method to provide clean start for GNOME. I didn't check but it may be worth checking situation. Maybe this is something we can only

Bug#1018693: manpage translation missing

2022-08-28 Thread Osamu Aoki
Source: adduser Version: 3.128 Severity: normal symptoms: piuparts run fails with: 0m17.8s ERROR: WARN: Broken symlinks: /usr/share/man/da/man8/addgroup.8.gz -> adduser.8.gz (adduser) /usr/share/man/da/man8/delgroup.8.gz -> deluser.8.gz (adduser) /usr/share/man/de/man8/addgroup.8.gz ->

Bug#1017762: incompatible after "btrfs subvolume set-default ..."

2022-08-19 Thread Osamu Aoki
Source: partman-btrfs Version: 55 Severity: normal It is great to have btrfs support with @rootfs. Thanks. I wish if it is a bit more verbose on what it does in installer dialogue. This is more important if we want to use existing btrfs with something like @home-uid1000 in it ;-) Anyway, I expe

Bug#1017750: multiboot friendly /boot/efi/EFI/debian/grub.cfg update

2022-08-19 Thread Osamu Aoki
Control: tags -1 patch Here is a proof-of-concept untested patch to address backup. With this approach, backup suffix is UUID. --- postinst.in.orig 2022-08-20 05:00:47.915499523 +0900 +++ postinst.in 2022-08-20 05:15:55.732025173 +0900 @@ -330,7 +330,6 @@ echo "WARNING: Bootloader is n

Bug#1017741: [PATCH] Update package description for EFI*

2022-08-19 Thread Osamu Aoki
Hi, > -Original Message- > From: Colin Watson > To: Osamu Aoki , 1017...@bugs.debian.org > Subject: Re: Bug#1017741: [PATCH] Update package description for EFI* > Date: Fri, 19 Aug 2022 20:24:32 +0100 > > On Sat, Aug 20, 2022 at 03:50:44AM +0900, Osamu Aoki wr

Bug#1017750: multiboot friendly /boot/efi/EFI/debian/grub.cfg update

2022-08-19 Thread Osamu Aoki
Package: grub-efi-amd64 Version: 2.06-3 Severity: wishlist Currently, if you have dual boot of 2 Debian system installations, every time grub2 of one system runs postinst, it overwrites /boot/efi/EFI/debian/grub.cfg file in ESP pointing search.fs_uuid pointing to lead to /boot/grub/* by UUID. It

Bug#1017741: [PATCH] Update package description for EFI*

2022-08-19 Thread Osamu Aoki
T) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled >From 4ee56739aa78d51224c27a4ea1164160b2368347 Mon Sep 17 00:00:00 2001 From: Osamu Aoki Date: Sat, 20 Aug 2022 03:3

Bug#1014052: org.freedesktop.IBus.session.* files

2022-08-11 Thread Osamu Aoki
Hi, > -Original Message- > From: Gunnar Hjalmarsson > Reply-To: Gunnar Hjalmarsson , 1014...@bugs.debian.org > To: Osamu Aoki , 1014...@bugs.debian.org > Cc: 1014052-submit...@bugs.debian.org > Subject: Bug#1014052: org.freedesktop.IBus.session.* files > Date: Thu,

Bug#1014052: org.freedesktop.IBus.session.* files

2022-08-10 Thread Osamu Aoki
Hi, When I was doing something else, I accidentally see funny things in /usr/lib/systemd/user, we now have 2 files: * org.freedesktop.IBus.session.generic.service.in * org.freedesktop.IBus.session.GNOME.service.in This seems to come from new commits (salsa) e6e270123 (Gunnar Hjalmarsson 2022-03-

Bug#1011749: Uploaded package for interception-tools

2022-08-08 Thread Osamu Aoki
I have done complete new packaging with correct COPYRIGHT Also minimized renaming and followed the upstream preferred set. intercept -> interception (intercept available in -compat package.) udevmon -> udevmon (no change) uinput-> uinput (no change) mux -> mux (no change) Reg

Bug#627463: texlive-latex-base: link to PDF is not made properly

2022-08-07 Thread Osamu Aoki
Hi, > -Original Message- > From: Hilmar Preuße > To: Osamu Aoki > Cc: 627...@bugs.debian.org > Subject: Re: Bug#627463: texlive-latex-base: link to PDF is not made properly > Date: Sat, 3 Aug 2019 21:45:09 +0200 > > Am 20.05.2011 um 21:30 teilte Osamu Aoki mit:

Bug#1014052: ibus:After rebooted, I must do `ibus-daemon -rxd` change japanese to anthy with kanji key.

2022-08-02 Thread Osamu Aoki
Hi, > -Original Message- > From: Yukiharu YABUKI > To: Osamu Aoki > Cc: 1014...@bugs.debian.org > Subject: Re: Bug#1014052: ibus:After rebooted, I must do `ibus-daemon -rxd` > change > japanese to anthy with kanji key. > Date: Mon, 1 Aug 2022 02:14:11 +0900 &g

Bug#1014052: ibus:After rebooted, I must do `ibus-daemon -rxd` change japanese to anthy with kanji key.

2022-07-31 Thread Osamu Aoki
Hi, Yabuki-san and Gunnar, Gunnar, im-config has gone through several changes last several years to accommodate non-ibus for GNOME on wayland. We may have introduced some regression for X based system. Since I don't use non-wayland system, we may have over looked problem there. One point I a

Bug#1014052: ibus:After rebooted, I must do `ibus-daemon -rxd` change japanese to anthy with kanji key.

2022-07-29 Thread Osamu Aoki
Hi, > -Original Message- > From: Yukiharu YABUKI > To: Gunnar Hjalmarsson > Cc: Osamu Aoki , 1014...@bugs.debian.org > Subject: Re: Bug#1014052: ibus:After rebooted, I must do `ibus-daemon -rxd` > change > japanese to anthy with kanji key. > Date: Sat, 30

Bug#1015786: marked as pending in neovim

2022-07-24 Thread Osamu Aoki
> Control: tag -1 pending Thanks. I also think your fix is most reasonable choice. Osamu

Bug#1015785: source only update issue

2022-07-21 Thread Osamu Aoki
Hi, You are correct. Since maint-guide is now deprecated and not actively updated, with next upload I only mention as: -Debian now requires source-only uploads for normal upload. So this page is outdated. - - My updated debmake-doc is maint-guide replavement. It mentions source-only uploads

Bug#1015786: Retitle #1015786

2022-07-21 Thread Osamu Aoki
Control: retitle -1 Update recommend and suggests for paste action thanks

Bug#1015786: rc

2022-07-21 Thread Osamu Aoki
Package: neovim Version: 0.7.2-3 Severity: wishlist neovim support modern pasting now. In light of this updating dependency further with following packages may be good idea. * "wl-clipboard" (this is even higher priority than "xclip") * "tmux" Details: Currently, neovim recommends: --\ Recom

  1   2   3   4   5   6   7   8   9   10   >