Package: src:edbrowse
Version: 3.8.10-1
Severity: serious
Tags: ftbfs trixie sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_auto_clean
        make -j2 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make -C src clean
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
rm -f *.o edbrowse \
startwindow.c ebrc.c msg-strings.c
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build
        make -j2 "INSTALL=install --strip-program=true"
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make -C src
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -g -ggdb -Wextra 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1  -I/usr/include/quickjs  -c -o main.o main.c
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -g -ggdb -Wextra 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1  -I/usr/include/quickjs  -c -o buffers.o buffers.c
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -g -ggdb -Wextra 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1  -I/usr/include/quickjs  -c -o sendmail.o sendmail.c
In file included from eb.h:28,
                 from sendmail.c:6:
In function ‘newSendmailHandle’,
    inlined from ‘sendMailSMTP’ at sendmail.c:982:11,
    inlined from ‘sendMail’ at sendmail.c:1299:21:
sendmail.c:922:9: warning: call to ‘_curl_easy_setopt_err_debug_cb’ 
declared with attribute warning: curl_easy_setopt expects a curl_debug_callback 
argument for this option [-Wattribute-warning]
  922 |         curl_easy_setopt(handle, CURLOPT_DEBUGFUNCTION, 
ebcurl_debug_handler);
      |         ^~~~~~~~~~~~~~~~
In function ‘sendMailSMTP’,
    inlined from ‘sendMail’ at sendmail.c:1299:21:
sendmail.c:987:9: warning: call to ‘_curl_easy_setopt_err_read_cb’ declared 
with attribute warning: curl_easy_setopt expects a curl_read_callback argument 
for this option [-Wattribute-warning]
  987 |         curl_easy_setopt(handle, CURLOPT_READFUNCTION, 
smtp_upload_callback);
      |         ^~~~~~~~~~~~~~~~
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -g -ggdb -Wextra 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1  -I/usr/include/quickjs  -c -o fetchmail.o fetchmail.c
fetchmail.c: In function ‘formatMail’:
fetchmail.c:3572:51: warning: ‘ attachments’ directive writing 12 bytes 
into a region of size between 10 and 19 [-Wformat-overflow=]
 3572 |                                 sprintf(atbuf, "%d attachments",
      |                                                   ^~~~~~~~~~~~
In file included from /usr/include/stdio.h:970,
                 from eb.h:24,
                 from fetchmail.c:7:
In function ‘sprintf’,
    inlined from ‘headerShow’ at fetchmail.c:3572:5,
    inlined from ‘formatMail’ at fetchmail.c:3633:30:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
‘__builtin___sprintf_chk’ output between 14 and 23 bytes into a destination 
of size 20
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
In file included from eb.h:28:
In function ‘count_messages’,
    inlined from ‘fetchMail’ at fetchmail.c:2195:8:
fetchmail.c:2018:25: warning: call to ‘_curl_easy_setopt_err_string’ 
declared with attribute warning: curl_easy_setopt expects a string ('char *' or 
char[]) argument for this option [-Wattribute-warning]
 2018 |                         curl_easy_setopt(handle, CURLOPT_CUSTOMREQUEST, 
0);
      |                         ^~~~~~~~~~~~~~~~
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -g -ggdb -Wextra 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1  -I/usr/include/quickjs  -c -o html.o html.c
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -g -ggdb -Wextra 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1  -I/usr/include/quickjs  -c -o html-tags.o html-tags.c
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -g -ggdb -Wextra 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1  -I/usr/include/quickjs  -c -o format.o format.c
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -g -ggdb -Wextra 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1  -I/usr/include/quickjs  -c -o stringfile.o 
stringfile.c
In file included from /usr/include/string.h:548,
                 from eb.h:20,
                 from stringfile.c:3:
In function ‘memcpy’,
    inlined from ‘Cify’ at stringfile.c:319:3:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:29:10: warning: 
‘__builtin_memcpy’ specified bound 18446744073709551615 exceeds maximum 
object size 9223372036854775807 [-Wstringop-overflow=]
   29 |   return __builtin___memcpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   30 |                                  __glibc_objsize0 (__dest));
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~
stringfile.c: In function ‘lsattr.part.0’:
stringfile.c:1273:33: warning: ‘__builtin_strncpy’ specified bound depends 
on the length of the source argument [-Wstringop-truncation]
 1273 |                                 strncpy(s, pwbuf->pw_name, l);
      |                                 ^
stringfile.c:1270:37: note: length computed here
 1270 |                                 l = strlen(pwbuf->pw_name);
      |                                     ^~~~~~~~~~~~~~~~~~~~~~
stringfile.c:1284:33: warning: ‘__builtin_strncpy’ specified bound depends 
on the length of the source argument [-Wstringop-truncation]
 1284 |                                 strncpy(s, grpbuf->gr_name, l);
      |                                 ^
stringfile.c:1281:37: note: length computed here
 1281 |                                 l = strlen(grpbuf->gr_name);
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~
stringfile.c: In function ‘getFileName’:
stringfile.c:1453:25: warning: ‘__builtin___strncpy_chk’ specified bound 
depends on the length of the source argument [-Wstringop-truncation]
 1453 |                         strncpy(buf, defname, l);
      |                         ^
stringfile.c:1450:29: note: length computed here
 1450 |                         l = strlen(defname);
      |                             ^~~~~~~~~~~~~~~
stringfile.c: In function ‘makeAbsPath’:
stringfile.c:1546:35: warning: ‘%s’ directive writing up to 1022 bytes into 
a region of size between 201 and 1223 [-Wformat-overflow=]
 1546 |                 sprintf(path, "%s/%s", b, f);
      |                                   ^~
In file included from /usr/include/stdio.h:970,
                 from eb.h:24:
In function ‘sprintf’,
    inlined from ‘makeAbsPath’ at stringfile.c:1546:3:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
‘__builtin___sprintf_chk’ output between 2 and 2046 bytes into a 
destination of size 1224
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
stringfile.c: In function ‘envFileDown’:
stringfile.c:2418:28: warning: ‘%s’ directive writing up to 254 bytes into 
a region of size between 1 and 255 [-Wformat-overflow=]
 2418 |         sprintf(line2, "%s/%s", downDir, line);
      |                            ^~
In function ‘sprintf’,
    inlined from ‘envFileDown’ at stringfile.c:2418:2:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
‘__builtin___sprintf_chk’ output between 2 and 510 bytes into a destination 
of size 256
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
cd .. ; perl ./tools/buildebrcstring.pl
cd .. ; perl ./tools/buildmsgstrings.pl
Content src/qrg_pt_br written to src/ebrc.c
Content src/qrg_fr written to src/ebrc.c
Content src/qrg_es written to src/ebrc.c
Content src/qrg_en written to src/ebrc.c
Content lang/ebrc-de written to src/ebrc.c
Content lang/ebrc-en written to src/ebrc.c
Content lang/ebrc-es written to src/ebrc.c
Content lang/ebrc-fr written to src/ebrc.c
Content lang/ebrc-pl written to src/ebrc.c
Content lang/ebrc-pt_br written to src/ebrc.c
Content lang/ebrc-ru written to src/ebrc.c
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -g -ggdb -Wextra 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1  -I/usr/include/quickjs  -c -o http.o http.c
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -g -ggdb -Wextra 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1  -I/usr/include/quickjs  -c -o isup.o isup.c
http.c: In function ‘eb_curl_callback’:
http.c:356:25: warning: ‘CURLINFO_CONTENT_LENGTH_DOWNLOAD’ is deprecated: 
since 7.55.0. Use CURLINFO_CONTENT_LENGTH_DOWNLOAD_T [-Wdeprecated-declarations]
  356 |                         curl_easy_getinfo(g->h,
      |                         ^~~~~~~~~~~~~~~~~
In file included from eb.h:28,
                 from http.c:3:
/usr/include/x86_64-linux-gnu/curl/curl.h:2932:3: note: declared here
 2932 |   CURLINFO_CONTENT_LENGTH_DOWNLOAD
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http.c: In function ‘http_curl_init’:
http.c:2455:9: warning: ‘CURLOPT_PROGRESSFUNCTION’ is deprecated: since 
7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations]
 2455 |         curl_easy_setopt(h, CURLOPT_PROGRESSFUNCTION, curl_progress);
      |         ^~~~~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/curl/curl.h:1337:3: note: declared here
 1337 |   CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, 
CURLOPTTYPE_FUNCTIONPOINT, 56,
      |   ^~~~~~~~~~~~~~~~~
In function ‘httpDefault’,
    inlined from ‘parseURL.constprop’ at isup.c:423:13:
isup.c:325:9: warning: ‘lastdot’ may be used uninitialized 
[-Wmaybe-uninitialized]
  325 |         ++lastdot;
      |         ^~~~~~~~~
isup.c: In function ‘parseURL.constprop’:
isup.c:281:25: note: ‘lastdot’ was declared here
  281 |         const char *s, *lastdot, *end;
      |                         ^~~~~~~
isup.c: In function ‘addWebAuthorization’:
isup.c:2668:28: warning: ‘dl’ may be used uninitialized 
[-Wmaybe-uninitialized]
 2668 |                     (proxy || (dl == (int)strlen(a->directory)
      |                     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 2669 |                                && !memcmp(a->directory, dir, dl)))) {
      |                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
isup.c:2643:19: note: ‘dl’ was declared here
 2643 |         int port, dl;
      |                   ^~
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -g -ggdb -Wextra 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1  -I/usr/include/quickjs  -c -o css.o css.c
perl ../tools/buildsourcestring.pl shared.js startwindow.js endwindow.js 
startwindow.c
Content shared.js written to startwindow.c
Content startwindow.js written to startwindow.c
Content endwindow.js written to startwindow.c
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -g -ggdb -Wextra 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1  -I/usr/include/quickjs  -c -o dbops.o dbops.c
dbops.c: In function ‘stringDate’:
dbops.c:505:17: warning: ‘__builtin_strncpy’ output may be truncated 
copying 4 bytes from a string of length 7 [-Wstringop-truncation]
  505 |                 strncpy(buf, buf + 4, 4);
      |                 ^
css.c: In function ‘qsaMatch’:
css.c:2383:28: warning: ‘rc’ may be used uninitialized 
[-Wmaybe-uninitialized]
 2383 |                         if (rc)
      |                            ^
css.c:2096:14: note: ‘rc’ was declared here
 2096 |         bool rc;
      |              ^~
css.c:2326:47: warning: ‘coef’ may be used uninitialized 
[-Wmaybe-uninitialized]
 2326 |                         if (n_present && coef == 0)
      |                                          ~~~~~^~~~
css.c:2272:29: note: ‘coef’ was declared here
 2272 |                         int coef, constant, d;
      |                             ^~~~
In function ‘bestListAtomic’,
    inlined from ‘qsa1’ at css.c:2647:9,
    inlined from ‘qsa2.isra’ at css.c:2753:8:
css.c:3466:39: warning: ‘best_h’ may be used uninitialized 
[-Wmaybe-uninitialized]
 3466 |         return (best_n ? best_h->body : doclist);
      |                ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
css.c: In function ‘qsa2.isra’:
css.c:3432:30: note: ‘best_h’ was declared here
 3432 |         struct hashhead *h, *best_h;
      |                              ^~~~~~
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -g -ggdb -Wextra 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1  -I/usr/include/quickjs  -c -o dbodbc.o dbodbc.c
cc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall 
-Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -g -ggdb -Wextra 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1  -I/usr/include/quickjs  -c -o jseng-quick.o 
jseng-quick.c
In file included from /usr/include/quickjs/quickjs-libc.h:30,
                 from jseng-quick.c:18:
/usr/include/quickjs/quickjs.h: In function ‘JS_NewCFunctionMagic’:
/usr/include/quickjs/quickjs.h:1033:34: warning: cast between incompatible 
function types from ‘JSValue (*)(JSContext *, JSValue,  int,  JSValue *, 
int)’ to ‘JSValue (*)(JSContext *, JSValue,  int,  JSValue *)’ 
[-Wcast-function-type]
 1033 |     return JS_NewCFunction2(ctx, (JSCFunction *)func, name, length, 
cproto, magic);
      |                                  ^
jseng-quick.c: In function ‘tagFromObject’:
jseng-quick.c:1493:34: error: implicit declaration of function 
‘JS_VALUE_GET_OBJ’; did you mean ‘JS_VALUE_GET_PTR’? 
[-Wimplicit-function-declaration]
 1493 |                 if (t->jslink && JS_VALUE_GET_OBJ(*((JSValue*)t->jv)) 
== JS_VALUE_GET_OBJ(v) && !t->dead)
      |                                  ^~~~~~~~~~~~~~~~
      |                                  JS_VALUE_GET_PTR
jseng-quick.c: In function ‘setup_window_2’:
jseng-quick.c:3831:9: warning: ignoring return value of ‘asprintf’ declared 
with attribute ‘warn_unused_result’ [-Wunused-result]
 3831 |         asprintf(&wpc, "Wp`Set@%s", cf->fileName);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jseng-quick.c: In function ‘set_basehref’:
jseng-quick.c:4492:17: warning: ignoring return value of ‘asprintf’ 
declared with attribute ‘warn_unused_result’ [-Wunused-result]
 4492 |                 asprintf(&wpc, "Wp`Set@%s", h);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [<builtin>: jseng-quick.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [makefile:5: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 "INSTALL=install --strip-program=true" returned 
exit code 2
make[1]: *** [debian/rules:19: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:16: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202505/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:edbrowse, so that this is still
visible in the BTS web page for this package.

Thanks.

Reply via email to