[Pkg-sugar-devel] sugar-log-activity update
James Cameron
quozl at laptop.org
Mon Apr 27 05:13:21 BST 2020
Hello Elías,
Thanks for reporting shebang, fixed upstream now. 2d17792.
(There is debate in Sugar Labs as to using /usr/bin/python3 or
/usr/bin/env python3. If you have any comments on that, please speak
up. My preference is /usr/bin/python3 as I don't wish to support
local python builds, and one more execve syscall can be avoided.)
Suggestion for your packaging; a new dependency on python3-urllib3 is
missing.
My packages for OLPC OS also include a postinst for refresh of Sugar
activity ring;
#!/bin/sh
set -e
# notify Sugar Bundle Registry
if [ "$1" = "configure" ]; then
touch /usr/share/sugar/activities/Log.activity
fi
exit 0
On Sun, Apr 26, 2020 at 04:49:20PM -0500, Elías Alejandro wrote:
> Hello
> I hope you are doing well. I was working on sugar-log-activity.
> Mainly its a copy/paste from Jonas work. Could you please check out
> sugar-log-activity salsa repo?
> Also, I have some questions
> 1. I was wonder if patching setup.py shebang as #!/usr/bin/python3
> can be a problem with all sugar system.
> 2. Switch to dh is an option?
>
> If you have questions or suggestions please let me know. Thanks.
>
> Best regards,
> Elías
>
> --
> pkg-sugar-devel mailing list
> pkg-sugar-devel at alioth-lists.debian.net
> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-sugar-devel
--
James Cameron
http://quozl.netrek.org/
More information about the pkg-sugar-devel
mailing list