Bug#905050: mpv: why does mpv tell it's built on unknown [PATCH]

2020-12-24 Thread Richard Noble
Control: tags -1 + patch [resending as debbugs seems to have ignored my first attempt] One way of fixing this bug is to set the BUILDDATE variable based on the timestamp of the most recent debian changelog entry. That way BUILDDATE contains a sane date instead of "UNKNOWN", but the build is repr

Bug#977916: mpv: build with --enable-cplugins

2020-12-22 Thread Richard Noble
Package: mpv Version: 0.29.1-1 Severity: wishlist As mentioned in the manpage, mpv has support for writing plugins in C (in addition to Lua/Javascript). It would be nice if this were enabled in the debian package, by building with the --enable-cplugins option.

Bug#977836: plantuml: include PDF plantuml language reference manual in package

2020-12-21 Thread Richard Noble
Package: plantuml Version: 1:1.2018.13+ds-1 Severity: minor There is a language reference guide for plantuml in PDF format at http://plantuml.com/guide The manpage included in the debian package is not very useful on its own, it would be nice to include the PDF language reference documentation i

Bug#976758: termit: forEachRow/forEachVisibleRow truncate last char of each line

2020-12-07 Thread Richard Noble
Package: termit Version: 3.1-1 Severity: normal There is a bug in termit_for_each_row_execute() (used to implement the forEachRow() and forEachVisibleRow() termit lua API functions) in src/termit_core_api.c. The code seems to assume that vte_terminal_get_text_range() will return strings ending i

Bug#776236: scheme48: number->string fails when given invalid radix 1 (one) [patch]

2020-12-07 Thread Richard Noble
Control: tags -1 + patch Patch to fix this (by treating radix value 1 as invalid) attached. You need to rerun "make image" for it to take effect. Note that according to the specification of number->string in r[567]rs, the only acceptable radix values are 2, 8, 10, and 16. (But other scheme impl

Bug#706520: d52: please include documentation from source package in binary one [patch]

2020-12-07 Thread Richard Noble
Control: tags -1 + patch All that is necessary to fix this issue is to add the two HTML files to debian/docs. (Trivial) patch attached. --- debian/docs~ +++ debian/docs @@ -1 +1,3 @@ README +d52manual.html +dz80-d48addendum.html

Bug#976673: dget: DEB822-style .sources files unsupported

2020-12-06 Thread Richard Noble
Package: devscripts Version: 2.19.5+deb10u1 File: /usr/bin/dget dget isn't able to download any packages given a package name on my system: $ dget devscripts no repository found in /etc/apt/sources.list or sources.list.d at /usr/bin/dget line 378. It seems that the problem is that dget only su

Bug#976670: libdvdread: README.css should mention the libdvd-pkg package

2020-12-06 Thread Richard Noble
Source: libdvdread Version: 6.1.1-2 Severity: minor There's a package in contrib called libdvd-pkg which automates the process of downloading & installing libdvdcss. The README.css file included in the libdvdread package should mention it.

Bug#976161: original-awk: new upstream version 20180827

2020-11-30 Thread Richard Noble
Package: original-awk Version: 2012-12-20-6 Severity: wishlist Awk is now hosted at github: https://github.com/onetrueawk/awk The most recent tagged release is 20180827: https://github.com/onetrueawk/awk/releases/tag/20180827

Bug#792637: guile-2.0: doesn't handle DEB_BUILD_OPTIONS correctly

2015-07-16 Thread Richard Noble
Source: guile-2.0 Version: 2.0.11+1-9 Severity: important Tags: patch The debian/rules file in the guile-2.0 package tries to handle various DEB_BUILD_OPTIONS flags (nostrip, debug, noopt) manually, but as far as I can tell it doesn't work properly. First of all, the logic seems to be wrong: Debi