Bug#995100: Missing MIME charset for Debian Bug Help

2021-09-26 Thread Dan Jacobson
Package: bugs.debian.org Here we observe missing MIME charset for 'Debian Bug help: instructions for cont...@bugs.debian.org'

Bug#994179: Upstream mess

2021-09-26 Thread Dan Jacobson
several 994179 critical thanks # alsactl restore alsa-lib parser.c:2372:(load_toplevel_config) Unable to find the top-level configuration file '/usr/share/alsa/ucm2/ucm.conf'. alsa-lib main.c:1405:(snd_use_case_mgr_open) error: failed to import hw:0 use case configuration -2 alsa-lib

Bug#995034: Only single dash completions shown

2021-09-24 Thread Dan Jacobson
Package: bash-completion Version: 1:2.11-3 Severity: minor File: /usr/share/bash-completion/completions/perltidy Only $ perltidy - works, $ perltidy -- doesn't! One needs to check the man page to see what the former mean.

Bug#995033: Files should mention where to report bugs to

2021-09-24 Thread Dan Jacobson
Package: bash-completion Version: 1:2.11-3 Severity: wishlist File: /usr/share/bash-completion/completions/perltidy Such files should mention where to report bugs to.

Re: help for needs to mention for ((...))

2021-09-19 Thread Dan Jacobson
OK, so it first looks for exact hits, then does a grep style match. And we see that $ help f|grep :. false: false fc: fc [-e ename] [-lnr] [first] [last] or fc -s [pat=rep] [command] fg: fg [job_spec] for: for NAME [in WORDS ... ] ; do COMMANDS; done for ((: for (( exp1; exp2; exp3 )); do

Re: help for needs to mention for ((...))

2021-09-19 Thread Dan Jacobson
$ help f|wc -l 72 $ help fo |wc -l 24 $ help for |wc -l 10 $ help for\ |wc -l 14 $ help for\ \( |wc -l 14 $ help for\ \(\(|wc -l 14 So help help's 'If PATTERN is specified, gives detailed help on all commands matching PATTERN." is not telling the whole story about

bug#50694: ls and cpio's idea of "six months ago" are slightly different

2021-09-19 Thread Dan Jacobson
What a headache. "Six months ago" means slightly different things to cpio and ls. And ls documents do say exactly what, and cpio documents don't even say six months. $ cat prover set -eu cd /tmp for i in `seq 170 190` do touch -d "$i days ago" x { env - ls -l x|tr -s ' '

ls and cpio's idea of "six months ago" are slightly different

2021-09-19 Thread Dan Jacobson
What a headache. "Six months ago" means slightly different things to cpio and ls. And ls documents do say exactly what, and cpio documents don't even say six months. $ cat prover set -eu cd /tmp for i in `seq 170 190` do touch -d "$i days ago" x { env - ls -l x|tr -s ' '

Re: help for needs to mention for ((...))

2021-09-19 Thread Dan Jacobson
OK, then "help for" should at least mention that trick to get the rest of the story.

Bug#994718: checkbashisms: notice for loops before saying to use $((

2021-09-19 Thread Dan Jacobson
Package: devscripts Version: 2.21.4 File: /usr/bin/checkbashisms Regarding possible bashism in (stdin) line 1 ('((' should be '$(('): for (( k=1 ; k<8 ; k++ )) ; do echo $k ; done OK, but $ for (( k=1 ; k<8 ; k++ )) ; do echo $k ; done 1 2 3 4 5 6 7 $ for $(( k=1 ; k<8 ; k++ )) ; do echo $k ;

Bug#994717: mention return codes on man pages

2021-09-19 Thread Dan Jacobson
Package: alsa-utils Version: 1.2.5.1-1 Severity: wishlist File: /usr/share/man/man1/alsactl.1.gz Mention something like An exit status of zero indicates success, and a nonzero value indicates failure. Else one cannot tell if e.g., # alsactl --debug restore; echo $? alsa-lib

help for needs to mention for ((...))

2021-09-19 Thread Dan Jacobson
$ help for only mentions for name [ [ in [ word ... ] ] ; ] do list ; done and needs to be updated to mention for (( expr1 ; expr2 ; expr3 )) ; do list ; done $ echo $BASH_VERSION 5.1.8(1)-release

Bug#994412: OK I removed both, then reinstalled one

2021-09-18 Thread Dan Jacobson
Well on a vanilla system I still get: # aptitude -s purge debian-el The following packages will be REMOVED: debian-el{p} elpa-debian-el{u} aptitude show says: Package: elpa-debian-el Version: 37.10 State: installed Automatically installed: yes Package: debian-el Version: 37.10 State:

Bug#994412: OK I removed both, then reinstalled one

2021-09-18 Thread Dan Jacobson
Well on a vanilla system I still get: # aptitude -s purge debian-el The following packages will be REMOVED: debian-el{p} elpa-debian-el{u} aptitude show says: Package: elpa-debian-el Version: 37.10 State: installed Automatically installed: yes Package: debian-el Version: 37.10 State:

Bug#994504: Don't just say "not a real package"

2021-09-17 Thread Dan Jacobson
Also some of them will show up as v ... in aptitude search But some won't show up at all. Confusing.

[Aptitude-devel] Bug#994504: Don't just say "not a real package"

2021-09-17 Thread Dan Jacobson
Also some of them will show up as v ... in aptitude search But some won't show up at all. Confusing. ___ Aptitude-devel mailing list Aptitude-devel@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/aptitude-devel

Bug#994504: [Aptitude-devel] Bug#994504: Bug#994504: Don't just say "not a real package"

2021-09-17 Thread Dan Jacobson
Also the user is curious where these determinations are drawn from. It would be nice if aptitude said "Based on /var/lib/dpkg/status, this package is a ephemeral / virtual / refereed etc. package."

[Aptitude-devel] Bug#994504: Bug#994504: Bug#994504: Don't just say "not a real package"

2021-09-17 Thread Dan Jacobson
Also the user is curious where these determinations are drawn from. It would be nice if aptitude said "Based on /var/lib/dpkg/status, this package is a ephemeral / virtual / refereed etc. package." ___ Aptitude-devel mailing list

Bug#994503: cannot make such installations stick

2021-09-17 Thread Dan Jacobson
So one needs to unmarkauto each of the recommends packages.

Bug#994503: [Pkg-fonts-devel] Bug#994503: Must Depend, not just Recommend

2021-09-17 Thread Dan Jacobson
Description: metapackage to pull in all Noto fonts ^^^ Use this package if you want all Noto fonts. ^^^ ^^^ # apt install fonts-noto fonts-noto is already the newest version (20201225-1). The following packages were

Bug#994503: cannot make such installations stick

2021-09-17 Thread Dan Jacobson
And in #994509 you can see that one cannot make such installations stick.

Bug#994504: [Aptitude-devel] Bug#994504: Don't just say "not a real package"

2021-09-16 Thread Dan Jacobson
In this particular case, all I found was this package was mentioned in other installed packages' headers. I don't know if that makes it a virtual package or not.

[Aptitude-devel] Bug#994504: Bug#994504: Don't just say "not a real package"

2021-09-16 Thread Dan Jacobson
In this particular case, all I found was this package was mentioned in other installed packages' headers. I don't know if that makes it a virtual package or not. ___ Aptitude-devel mailing list Aptitude-devel@alioth-lists.debian.net

Bug#994509: --with-recommends: mention what to do if package is already installed

2021-09-16 Thread Dan Jacobson
Package: aptitude Version: 0.8.13-3 Severity: wishlist Manpage mentions: -r, --with-recommends Treat recommendations as dependencies when installing new packages (this overrides settings in /etc/apt/apt.conf and ~/.aptitude/config). This

[Aptitude-devel] Bug#994509: --with-recommends: mention what to do if package is already installed

2021-09-16 Thread Dan Jacobson
Package: aptitude Version: 0.8.13-3 Severity: wishlist Manpage mentions: -r, --with-recommends Treat recommendations as dependencies when installing new packages (this overrides settings in /etc/apt/apt.conf and ~/.aptitude/config). This

Bug#994506: Don't hide real packages among the D: stuff!

2021-09-16 Thread Dan Jacobson
Package: aptitude Version: 0.8.13-3 It's just crazy to jumble these like this: The following packages will be REMOVED: bubblewrap{pu} (D: libwebkit2gtk-4.0-37) gstreamer1.0-plugins-base{pu} (D: gstreamer1.0-plugins-good, D: libwebkit2gtk-4.0-37) gstreamer1.0-plugins-good{pu} (D:

Bug#994504: Don't just say "not a real package"

2021-09-16 Thread Dan Jacobson
Package: aptitude Version: 0.8.13-3 Severity: wishlist $ aptitude show ttf-unifont Package: ttf-unifont State: not a real package $ apt show ttf-unifont Package: ttf-unifont State: not a real package (virtual) That's a little better.

Bug#994505: /usr/bin/which: this version of `which' is deprecated; use `command -v' in scripts instead.

2021-09-16 Thread Dan Jacobson
Package: gconf2-common Version: 3.2.6-7 Seen on purge: The following packages will be REMOVED: gconf2-common{p} Removing gconf2-common (3.2.6-7) ... Processing triggers for sgml-base (1.30) ... Purging configuration files for gconf2-common (3.2.6-7) ... /usr/bin/which: this version of `which'

[Aptitude-devel] Bug#994506: Don't hide real packages among the D: stuff!

2021-09-16 Thread Dan Jacobson
Package: aptitude Version: 0.8.13-3 It's just crazy to jumble these like this: The following packages will be REMOVED: bubblewrap{pu} (D: libwebkit2gtk-4.0-37) gstreamer1.0-plugins-base{pu} (D: gstreamer1.0-plugins-good, D: libwebkit2gtk-4.0-37) gstreamer1.0-plugins-good{pu} (D:

Bug#994503: Must Depend, not just Recommend

2021-09-16 Thread Dan Jacobson
Package: fonts-noto Version: 20201225-1 For this package to work as intended, you need to make Depends: fonts-noto-core Recommends: fonts-noto-cjk, fonts-noto-cjk-extra, fonts-noto-color-emoji, fonts-noto-extra, fonts-noto-mono, fonts-noto-ui-core, fonts-noto-ui-extra, fonts-noto-unhinted all

[Aptitude-devel] Bug#994504: Don't just say "not a real package"

2021-09-16 Thread Dan Jacobson
Package: aptitude Version: 0.8.13-3 Severity: wishlist $ aptitude show ttf-unifont Package: ttf-unifont State: not a real package $ apt show ttf-unifont Package: ttf-unifont State: not a real package (virtual) That's a little better. ___

Bug#994412: Not easy to remove dummy package cleanly

2021-09-15 Thread Dan Jacobson
Package: debian-el Version: 37.10 When I try to remove this dummy package, aptitude says The following packages will be REMOVED: debian-el{p} elpa-debian-el{pu} (D: debian-el) But other dummy packages don't trigger this in aptitude.

Bug#994412: Not easy to remove dummy package cleanly

2021-09-15 Thread Dan Jacobson
Package: debian-el Version: 37.10 When I try to remove this dummy package, aptitude says The following packages will be REMOVED: debian-el{p} elpa-debian-el{pu} (D: debian-el) But other dummy packages don't trigger this in aptitude.

Bug#953032: Please import fix

2021-09-14 Thread Dan Jacobson
Can you please update so we can see if https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/137 really fixes the problem? My disks are reaching the breaking point.

Bug#953032: Please import fix

2021-09-14 Thread Dan Jacobson
Can you please update so we can see if https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/137 really fixes the problem? My disks are reaching the breaking point.

Bug#953032: Please import fix

2021-09-14 Thread Dan Jacobson
Can you please update so we can see if https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/137 really fixes the problem? My disks are reaching the breaking point.

Bug#994188: Comments within textareas are not comments

2021-09-13 Thread Dan Jacobson
Package: lynx Version: 2.9.0dev.9-2 File: /usr/bin/lynx I tried to make sense to them in https://debbugs.gnu.org/cgi/bugreport.cgi?bug=50539 I tested all the browsers at hand. Lynx failed the test. Lynx treats comments within textareas as comments and not text. That's wrong. Probably

Bug#994179: Unable to find the top-level configuration file '/usr/share/alsa/ucm2/ucm.conf'.

2021-09-13 Thread Dan Jacobson
Package: alsa-utils Version: 1.2.5.1-1 File: /usr/sbin/alsactl # alsactl restore alsa-lib parser.c:2372:(load_toplevel_config) Unable to find the top-level configuration file '/usr/share/alsa/ucm2/ucm.conf'. alsa-lib main.c:1405:(snd_use_case_mgr_open) error: failed to import hw:0 use case

Bug#993654: nobody can reply to "gregor herrmann "

2021-09-06 Thread Dan Jacobson
gh> This "From" is indeed a bit unfortunate but there's nothing gh> indiviudal salsa users can do about it … OK, filed https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993654#30 .

Bug#993654: nobody can reply to "gregor herrmann "

2021-09-04 Thread Dan Jacobson
gregor herrmann: nobody can reply to "gregor herrmann "

Bug#993686: Replace deprecated 'which' with 'command -v'

2021-09-04 Thread Dan Jacobson
Package: ucf Version: 3.0043 > "gh" == gregor herrmann writes: gh> Control: tag -1 pending gh> Hello, gh> Bug #993654 in libxml-sax-perl reported by you has been fixed in the gh> Git repository and is awaiting an upload. You can see the commit gh> message below and you can check the diff

Bug#993654: /usr/bin/which: this version of `which' is deprecated; use `command -v' in scripts instead.

2021-09-04 Thread Dan Jacobson
Package: libxml-sax-perl Version: 1.02+dfsg-2 Setting up libxml-sax-perl (1.02+dfsg-2) ... update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... /usr/bin/which: this version of

Bug#993653: /usr/bin/which: this version of `which' is deprecated; use `command -v' in scripts instead.

2021-09-04 Thread Dan Jacobson
Package: exim4-config Version: 4.95~RC2-1 Setting up exim4-config (4.95~RC2-1) ... Installing new version of config file /etc/exim4/conf.d/acl/30_exim4-config_check_rcpt ... Installing new version of config file /etc/exim4/conf.d/transport/30_exim4-config_remote_smtp ... Installing new version

Bug#992867: root cause found

2021-08-30 Thread Dan Jacobson
https://gitlab.freedesktop.org/xorg/proto/xorgproto/-/issues/35#note_1045802

Bug#992867: root cause found

2021-08-30 Thread Dan Jacobson
https://gitlab.freedesktop.org/xorg/proto/xorgproto/-/issues/35#note_1045802

Bug#992867: root cause found

2021-08-30 Thread Dan Jacobson
https://gitlab.freedesktop.org/xorg/proto/xorgproto/-/issues/35#note_1045802

Bug#993253: man page gone

2021-08-29 Thread Dan Jacobson
Package: binutils-common Version: 2.37-4 Severity: wishlist File: /usr/share/man/man1/strings.1.gz $ zcat /usr/share/man/man1/strings.1.gz | wc 0 0 0 $ dlocate -L binutils-common Package binutils-common is not installed or /var/lib/dpkg/info/binutils-common.list is empty.

Bug#992867: Stop flooding syslog! You will fill up the disk.

2021-08-24 Thread Dan Jacobson
Package: x11-xkb-utils Version: 7.7+5 Severity: grave Did anybody take a look at syslog recently? It is flooded with Internal error: Could not resolve keysym ... So much so that the disk will fill up.

Bug#992867: Stop flooding syslog! You will fill up the disk.

2021-08-24 Thread Dan Jacobson
Package: x11-xkb-utils Version: 7.7+5 Severity: grave Did anybody take a look at syslog recently? It is flooded with Internal error: Could not resolve keysym ... So much so that the disk will fill up.

Bug#992867: Stop flooding syslog! You will fill up the disk.

2021-08-24 Thread Dan Jacobson
Package: x11-xkb-utils Version: 7.7+5 Severity: grave Did anybody take a look at syslog recently? It is flooded with Internal error: Could not resolve keysym ... So much so that the disk will fill up.

--headers shatters Unicode

2021-08-22 Thread Dan Jacobson
I did $ mail.mailutils --headers --file imaps://...:...@imap.example.com and the line truncater function just counts bytes, causing multibyte unicode to get shattered. $ mail.mailutils --version mail.mailutils (GNU Mailutils) 3.11.1

"command" help page

2021-08-20 Thread Dan Jacobson
$ help command | grep -i -- -v -vprint a description of COMMAND similar to the `type' builtin -Vprint a more verbose description of each COMMAND $ command -v cat /bin/cat $ type cat cat is /bin/cat $ command -V cat cat is /bin/cat So it turns out -V is like type, not -v! Also

Bug#992411: Just use clearer message

2021-08-20 Thread Dan Jacobson
OK, instead of saying /usr/bin/which: this version of 'which' is deprecated and should not be used.* please say /usr/bin/which: The 'which' utility will be removed in the future. Please use 'command -v' instead. For more info, see ... *Else you mean "tell the maintainer he

Bug#992411: Just use clearer message

2021-08-20 Thread Dan Jacobson
OK, instead of saying /usr/bin/which: this version of 'which' is deprecated and should not be used.* please say /usr/bin/which: The 'which' utility will be removed in the future. Please use 'command -v' instead. For more info, see ... *Else you mean "tell the maintainer he

Bug#953032: Bug is back, filling up disks like crazy

2021-08-20 Thread Dan Jacobson
# ls -l /var/log/syslog* -rw-r- 1 root adm 23119076 08-21 03:15 /var/log/syslog -rw-r- 1 root adm 542530 08-16 01:01 /var/log/syslog.1 -rw-r- 1 root adm 136476 08-08 19:03 /var/log/syslog.2.gz -rw-r- 1 root adm 309712 08-01 11:46 /var/log/syslog.3.gz -rw-r- 1 root adm

Bug#953032: Bug is back, filling up disks like crazy

2021-08-20 Thread Dan Jacobson
# ls -l /var/log/syslog* -rw-r- 1 root adm 23119076 08-21 03:15 /var/log/syslog -rw-r- 1 root adm 542530 08-16 01:01 /var/log/syslog.1 -rw-r- 1 root adm 136476 08-08 19:03 /var/log/syslog.2.gz -rw-r- 1 root adm 309712 08-01 11:46 /var/log/syslog.3.gz -rw-r- 1 root adm

Bug#953032: Bug is back, filling up disks like crazy

2021-08-20 Thread Dan Jacobson
# ls -l /var/log/syslog* -rw-r- 1 root adm 23119076 08-21 03:15 /var/log/syslog -rw-r- 1 root adm 542530 08-16 01:01 /var/log/syslog.1 -rw-r- 1 root adm 136476 08-08 19:03 /var/log/syslog.2.gz -rw-r- 1 root adm 309712 08-01 11:46 /var/log/syslog.3.gz -rw-r- 1 root adm

Bug#992411: not fixed

2021-08-20 Thread Dan Jacobson
reopen 992411 found 992411 5.3-1 thanks All I know is the bug was to make /usr/bin/which keep working. All I see that was 'fixed' was making a news item. There are hundreds of cgi etc. scripts that are now emitting errors.

Bug#992411: not fixed

2021-08-20 Thread Dan Jacobson
reopen 992411 found 992411 5.3-1 thanks All I know is the bug was to make /usr/bin/which keep working. All I see that was 'fixed' was making a news item. There are hundreds of cgi etc. scripts that are now emitting errors.

[Aptitude-devel] Bug#992598: Download while installing

2021-08-20 Thread Dan Jacobson
Package: aptitude Severity: wishlist Version: 0.8.13-3 Let's say there is to be done: 54 packages upgraded, 1 newly installed, 1 to remove and 1 not upgraded etc. Idea: well in fact, these can be smartly grouped: First split the list into groups of packages that don't depend on each other.

Bug#992598: Download while installing

2021-08-20 Thread Dan Jacobson
Package: aptitude Severity: wishlist Version: 0.8.13-3 Let's say there is to be done: 54 packages upgraded, 1 newly installed, 1 to remove and 1 not upgraded etc. Idea: well in fact, these can be smartly grouped: First split the list into groups of packages that don't depend on each other.

Bug#992411: Warnings coming out of everywhere

2021-08-19 Thread Dan Jacobson
https://en.wikipedia.org/wiki/Which_(command) Please make sure /usr/bin/* stuff keeps working.

Bug#992411: Warnings coming out of everywhere

2021-08-19 Thread Dan Jacobson
https://en.wikipedia.org/wiki/Which_(command) Please make sure /usr/bin/* stuff keeps working.

Bug#992411: You don't know how many scripts you are breaking

2021-08-19 Thread Dan Jacobson
severity 992411 grave thanks You don't know how many scripts you are breaking. Error messages coming out of everywhere. Major embarrassment.

Bug#992303: speaker-test --verbose: to tell which device it is actually using

2021-08-16 Thread Dan Jacobson
Package: alsa-utils Version: 1.2.4-1 Severity: wishlist File: /usr/bin/speaker-test $ speaker-test speaker-test 1.2.4 Playback device is default ... OK that's great, but a --verbose option could mention which device it is actually using.

Bug#992295: Add an option to test all the speakers on the system

2021-08-16 Thread Dan Jacobson
Package: alsa-utils Version: 1.2.4-1 Severity: wishlist File: /usr/bin/speaker-test Add an option or mention how to test all the speakers on the system. Currently, working back from what the man page says, one needs for i in $(aplay -L|perl -nwle '/(.*):CARD=([^,]+)/ && print "$1:$2";'|sort -u)

Bug#992294: speaker-test: document default amount of loops

2021-08-16 Thread Dan Jacobson
Package: alsa-utils Version: 1.2.4-1 Severity: minor File: /usr/share/man/man1/speaker-test.1.gz -l | --nloops COUNT Specifies the number of loops. Zero means to run infinitely. When -s option below with a valid channel is given, speaker-test

Bug#992289: modules listed twice

2021-08-16 Thread Dan Jacobson
Package: alsa-utils Version: 1.2.4-1 Severity: minor File: /usr/sbin/alsa-info Modules listed twice: !!Loaded ALSA modules !!--- snd_hda_intel snd_hda_intel

Bug#991929: Man page doesn't mention many options

2021-08-05 Thread Dan Jacobson
Package: sqlformat Version: 0.4.1-1 Severity: wishlist File: /usr/share/man/man1/sqlformat.1.gz -h reveals many more options not mentioned on man page.

[Perl/perl5] 27901a: perlop: Fix a few nits

2021-07-31 Thread Dan Jacobson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 27901ad1f7facd17596e1df55cf68af25a21f52a https://github.com/Perl/perl5/commit/27901ad1f7facd17596e1df55cf68af25a21f52a Author: 積丹尼 Dan Jacobson Date: 2021-07-31 (Sat, 31 Jul 2021) Changed paths: M pod

Re: Warn that --compression=gzip is not enforced

2021-07-31 Thread Dan Jacobson
> "TR" == Tim Rühsen writes: TR> If you know that the server sends uncompressed content, you can TR> compress it yourself on-the-fly to avoid excessive disk space usage. TR> At least it works for single files: TR> wget -O- | gzip > radio.csv.gz That's nice but like

Warn that --compression=gzip is not enforced

2021-07-29 Thread Dan Jacobson
The man page should mention for --compression=gzip, the website can still ignore it and send the whole file uncompressed. And wget is not picky, and still will accept it. So better have extra disk space ready. Tested with https://www.ncc.gov.tw/chinese/files/opendata/radio.csv .

Bug#991669: Add usage examples

2021-07-29 Thread Dan Jacobson
Package: libsqlite3-mod-csvtable Version: 0.9998-2 Severity: wishlist Add usage examples, so we know how to use this package. And mention if this package has anything to do with /usr/share/doc/sqlite3/cli.html#csv or /usr/share/doc/sqlite3/csv.html .

bug#49764: tr invocation INFO page missing list of options

2021-07-28 Thread Dan Jacobson
(info "(coreutils) tr invocation") all the options don't appear together on the same page. Only the man page's DESCRIPTION has them all together.

Bug#991363: Missing break on man page rendering

2021-07-21 Thread Dan Jacobson
Package: aptitude-common Version: 0.8.13-3 File: /usr/share/man/man8/aptitude-curses.8.gz https://salsa.debian.org/apt-team/aptitude/-/merge_requests/11 Example 12. Usage of --show-summary --show-summary used with -v to ^

[Aptitude-devel] Bug#991363: Missing break on man page rendering

2021-07-21 Thread Dan Jacobson
Package: aptitude-common Version: 0.8.13-3 File: /usr/share/man/man8/aptitude-curses.8.gz https://salsa.debian.org/apt-team/aptitude/-/merge_requests/11 Example 12. Usage of --show-summary --show-summary used with -v to ^

Bug#989563: Add support for new Unicode 8.0 skin tone emojis

2021-07-18 Thread Dan Jacobson
All I know is I am using chrome canary, and I still cannot see what others already see in https://bugs.chromium.org/p/chromium/issues/detail?id=1214832 I am using Debian sid. I don't use gnome, but notice I have: $ aptitude search ~i~ngnome i gnome-icon-theme i gnome-keyring i A

Bug#991102: man page formatting causes "unknown subject" in apropos

2021-07-14 Thread Dan Jacobson
Package: libunicode-map-perl Version: 0.112-12+b3 Severity: minor $ apropos Unicode::Map I18N::Charset (3pm) - IANA Character Set Registry names and Unicode::MapUTF8 (et al.) conversion scheme names Unicode::Map (3pm) - (unknown subject) ^ Unicode::Map8

bug#49503: Mention workarounds, so one could achieve the Debian version sorting algorithm

2021-07-10 Thread Dan Jacobson
(info "(coreutils) Differences from the official Debian Algorithm") and (info "(coreutils) Minus/Hyphen and Colon characters") could mention workarounds, so one could indeed achieve the Debian Algorithm. Or mention the only way is to use dpkg --compare-versions (on pairs only.)

mention How to Alter the Behavior of 'mail' from the command line with e.g., --set

2021-06-24 Thread Dan Jacobson
(info "(mailutils) Mail Variables") says 3.5.6 How to Alter the Behavior of 'mail' - Following variables control the behavior of GNU 'mail': Mention [yes, also right on that page!] if one can use e.g., $ mail

Man page section headers double indented

2021-06-24 Thread Dan Jacobson
Man page says: -t, --to read recipients from the message header -u, --user=USER operate on USER's mailbox Global debugging settings --debug-level=LEVEL set Mailutils debugging level --[no-]debug-line-info show

record - also mention how to save without sending

2021-06-24 Thread Dan Jacobson
In (info "(mailutils) Mail Variables") 'record' Type: String. Default: Unset. When set, any outgoing message will be saved to the named file. Add: ^a copy of Also mention how to save without also actually sending. So one can see what would have been sent, without

Mention if ~s "..." needs quotes

2021-06-24 Thread Dan Jacobson
In (info "(mailutils) Modifying the Headers") To change the 'Subject' header, use '~s' escape, e.g.: ~s "Re: your message" Mention if one can also just use ~s Re: your message without the quotes or not, and also how to get a real quote mark into the Subject.

Bug#990050: use Encode qw(encode)

2021-06-18 Thread Dan Jacobson
Package: libhtml-parser-perl Version: 3.76-1 File: /usr/share/doc/libhtml-parser-perl/examples/htext You need to say use Encode qw(encode); else the program will die. (Also if the file is already utf8, it will be double encoded...)

Bug#511726: closed by Colin Watson (Re: Processed: Need to run regularly)

2021-06-11 Thread Dan Jacobson
I can't tell if these are normal, or bugs. # /usr/share/debconf/fix_db.pl debconf: question "passwd/username" has no template field; removing it. debconf: question "debian-installer/country" has no template field; removing it. debconf: question "debian-installer/language" has no template field;

Bug#989728: Allow listing candidates vertically instead of horizontally

2021-06-11 Thread Dan Jacobson
Package: aptitude Version: 0.8.13-3 I tried but... # COLUMNS=11 aptitude -w 11 --disable-columns -s install The following packages will be upgraded: apt apt-doc apt-utils console-setup console-setup-linux debconf debconf-i18n debconf-utils e2fsprogs ffmpeg git git-man (git D:

[Aptitude-devel] Bug#989728: Allow listing candidates vertically instead of horizontally

2021-06-11 Thread Dan Jacobson
Package: aptitude Version: 0.8.13-3 I tried but... # COLUMNS=11 aptitude -w 11 --disable-columns -s install The following packages will be upgraded: apt apt-doc apt-utils console-setup console-setup-linux debconf debconf-i18n debconf-utils e2fsprogs ffmpeg git git-man (git D:

Re: --headers limit

2021-06-09 Thread Dan Jacobson
Yes, I am talking about -H headers: one line per message. E.g., for a remote mailbox with a thousands of mails in it, if I just want to see what the last 20, or first 20 messages' headers are, with the minimum of data passing over the wire. > "SP" == Sergey Poznyakoff writes: SP> These are

Bug#989563: Add support for new Unicode 8.0 skin tone emojis

2021-06-07 Thread Dan Jacobson
Package: fonts-noto-color-emoji Version: 0~20200916-1 Please see https://bugs.chromium.org/p/chromium/issues/detail?id=1214832#c4

[Perl/perl5] 047a0e: Add difference between <=> and cmp example

2021-05-31 Thread Dan Jacobson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 047a0ea72f583771e88b81f628b4e3468b794b37 https://github.com/Perl/perl5/commit/047a0ea72f583771e88b81f628b4e3468b794b37 Author: 積丹尼 Dan Jacobson Date: 2021-05-31 (Mon, 31 May 2021) Changed paths: M pod

Bug#988934: U+629B U+62CB show the same character

2021-05-21 Thread Dan Jacobson
Package: xfonts-wqy Version: 1.0.0~rc1-7 Why do I see the same character for both U+629B, U+62CB ? $ unicode -v U+629B U+62CB |grep -i strokes kTotalStrokes: 7 kTotalStrokes: 8 For both I only see the latter (8).

Bug#988719: upstream has debian packages

2021-05-18 Thread Dan Jacobson
Package: mplayer Severity: wishlist https://www.mplayerhq.hu/design7/news.html announces debian packages. Maybe useful.

Bug#988719: upstream has debian packages

2021-05-18 Thread Dan Jacobson
Package: mplayer Severity: wishlist https://www.mplayerhq.hu/design7/news.html announces debian packages. Maybe useful.

Bug#988519: Why not make an error message

2021-05-14 Thread Dan Jacobson
Package: xdg-utils Version: 1.1.3-4.1 File: /usr/bin/xdg-settings Why not make an error message? $ xdg-settings get default-web-browser firefox.desktop $ xdg-settings set default-web-browser google-chrome.desktop $ xdg-settings get default-web-browser firefox.desktop Yes, $? was 2.

Bug#988467: 但無法打所有 yai 字

2021-05-13 Thread Dan Jacobson
Package: ibus-chewing Version: 1.6.1-1 有 斷崖 169 duan4 yai2 但無法打所有 yai 字。 只好打 ya.

bug#48248: tr docs: mention what to expect now vs. future

2021-05-05 Thread Dan Jacobson
(info "(coreutils) tr invocation") says Currently ‘tr’ fully supports only single-byte characters. Eventually it will support multibyte characters; when it does, the ‘-C’ And the man page has no warning at all. #BUG. Please add one. BTW, $ echo 哇|tr 哇 123 123 It works fine! (People will

[bug-diffutils] bug#48168: diff: mention if any GNU extensions

2021-05-02 Thread Dan Jacobson
On the diff man and INFO pages there is no mention if diff has any GNU extensions in it, or portability gotchas, so maybe mention it is POSIX compatible or something. One worries there are extensions but just not mentioned. E.g., "I am about to use diff -U0. But I have an uneasy feeling that it

Bug#902652: aptitude doesn't autoremove kernels

2021-05-01 Thread Dan Jacobson
found 902652 0.8.13-3 severity 902652 important thanks Proof that aptitude is not ready for /usr/share/doc/apt/NEWS.Debian.gz apt (2.1.16) unstable; urgency=medium Automatically remove unused kernels on apt {dist,full}-upgrade. To revert to previous behavior, set

[Aptitude-devel] Bug#902652: aptitude doesn't autoremove kernels

2021-05-01 Thread Dan Jacobson
found 902652 0.8.13-3 severity 902652 important thanks Proof that aptitude is not ready for /usr/share/doc/apt/NEWS.Debian.gz apt (2.1.16) unstable; urgency=medium Automatically remove unused kernels on apt {dist,full}-upgrade. To revert to previous behavior, set

Bug#987852: .uuid file stuck there

2021-04-30 Thread Dan Jacobson
Package: ttf-xfree86-nonfree dpkg: warning: unable to delete old directory '/usr/share/fonts/truetype/ttf-xfree86-nonfree': Directory not empty Due to .uuid file.

<    1   2   3   4   5   6   7   8   9   10   >