Your message dated Mon, 04 Sep 2023 15:10:54 -0400
with message-id <[email protected]>
and subject line Re: RFS: jimtcl/0.82-4 -- small-footprint implementation of
Tcl - shared library
has caused the Debian Bug report #1051188,
regarding RFS: jimtcl/0.82-4 -- small-footprint implementation of Tcl - shared
library
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1051188: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1051188
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sponsorship-requests
Severity: normal
Dear mentors,
I am looking for a sponsor for my package "jimtcl":
* Package name : jimtcl
Version : 0.82-4
Upstream contact : [fill in name and email of upstream]
* URL : http://jim.tcl.tk/
* License : TCL, BSD-2-clause
* Vcs : https://salsa.debian.org/debian/jimtcl
Section : devel
The source builds the following binary packages:
jimsh - small-footprint implementation of Tcl named Jim
libjim-dev - small-footprint implementation of Tcl - development files
libjim0.82 - small-footprint implementation of Tcl - shared library
To access further information about this package, please visit the following
URL:
https://mentors.debian.net/package/jimtcl/
Alternatively, you can download the package with 'dget' using this command:
dget -x https://mentors.debian.net/debian/pool/main/j/jimtcl/jimtcl_0.82-4.dsc
Changes since the last upload:
jimtcl (0.82-4) unstable; urgency=medium
.
* upload to unstable
------------------------------->-------------------
The upload is ready for transition to unstable.
see #1050987.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050987
--
Regards,
--
Bo YU
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Hi,
On Mon, 4 Sep 2023 16:48:10 +0800 Bo YU <[email protected]> wrote:
> Package: sponsorship-requests
> Severity: normal
>
> Dear mentors,
>
> I am looking for a sponsor for my package "jimtcl":
>
> * Package name : jimtcl
> Version : 0.82-4
> Upstream contact : [fill in name and email of upstream]
> * URL : http://jim.tcl.tk/
> * License : TCL, BSD-2-clause
> * Vcs : https://salsa.debian.org/debian/jimtcl
> Section : devel
>
> The source builds the following binary packages:
>
> jimsh - small-footprint implementation of Tcl named Jim
> libjim-dev - small-footprint implementation of Tcl - development files
> libjim0.82 - small-footprint implementation of Tcl - shared library
>
> To access further information about this package, please visit the following
> URL:
>
> https://mentors.debian.net/package/jimtcl/
>
> Alternatively, you can download the package with 'dget' using this command:
>
> dget -x
>https://mentors.debian.net/debian/pool/main/j/jimtcl/jimtcl_0.82-4.dsc
>
> Changes since the last upload:
>
> jimtcl (0.82-4) unstable; urgency=medium
> .
> * upload to unstable
>
> ------------------------------->-------------------
> The upload is ready for transition to unstable.
> see #1050987.
>
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050987
Uploaded. Some comments:
* In debian/rules, Please avoid parsing the output of ls. This is non-portable
and
fragile whenever a space appears in the filename. Using asterisk as shell glob
should be good already.
* I am wondering why you decided to discard original .so file and do the soft
linking
by yourself. Ideally we want to enforce dh_missing --fail-missing.
Thanks,
Boyuan Yang
signature.asc
Description: This is a digitally signed message part
--- End Message ---