Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - locutusofborg

#1
Report a Bug / Re: typo in source code
September 14, 2015, 01:09:39 PM
I don't know, the patch doesn't solve the issue, but we can just not care, it is a useless warning, and the package is already in the new queue :)
#2
Report a Bug / Re: typo in source code
September 14, 2015, 06:08:46 AM
Hi, nothing to worry about, DebOMatic is a service where we upload build tries, so I did just upload a version for testing on amd64.

I uploaded right now a new version, that will be likely be the one in the archive.

Piuparts seems to be giving a problem in -data package, but I guess this is a false positive

the only real warning is:
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/fet/usr/bin/fet debian/fet/usr/bin/fet-cl were not linked against libpthread.so.0 (they use none of the library's symbols)

I guess you want to fix it, you link pthread but you don't use symbols of it.

You use QThread, and it should already link threads internal
(or I could use wl-asneeded flag to strip it :) )
#3
Report a Bug / Re: typo in source code
September 13, 2015, 07:35:58 PM
Updating it right now, thanks!
#4
Report a Bug / Re: typo in source code
September 11, 2015, 11:42:20 AM
actually I can wait for the new release, they aren't important warnings, and the version is not even in Debian unstable
(it is in the new queue)

cheers!

G.
#5
Report a Bug / Re: typo in source code
September 11, 2015, 11:28:16 AM
wonderful! you rock!
#6
Report a Bug / Re: typo in source code
September 11, 2015, 08:28:08 AM
Sorry, the desktop file actually comes from Debian, not from Upstream... :)

https://anonscm.debian.org/cgit/collab-maint/fet.git/tree/debian/fet.desktop

well you might want to start from there and add some english keywords...
(not too many, just 4-5 keywords are fine!)

thanks a lot!
#8
Report a Bug / typo in source code
September 10, 2015, 10:10:16 AM
Hi Guys, I would like to report some typos in the source code  :)

I: fet: spelling-error-in-binary usr/bin/fet adviced advised
N:
N:    Lintian found a spelling error in the given binary. Lintian has a list
N:    of common misspellings that it looks for. It does not have a dictionary
N:    like a spelling checker does.
N:   
N:    If the string containing the spelling error is translated with the help
N:    of gettext or a similar tool, please fix the error in the translations
N:    as well as the English text to avoid making the translations fuzzy. With
N:    gettext, for example, this means you should also fix the spelling
N:    mistake in the corresponding msgids in the *.po files.
N:   
N:    You can often find the word in the source code by running:
N:   
N:     grep -rw <word> <source-tree>
N:   
N:    This tag may produce false positives for words that contain non-ASCII
N:    characters due to limitations in strings.
N:   
N:    Severity: minor, Certainty: wild-guess
N:   
N:    Check: binaries, Type: binary, udeb
N:
I: fet: spelling-error-in-binary usr/bin/fet splitted split
I: fet: spelling-error-in-binary usr/bin/fet explicitely explicitly
I: fet: spelling-error-in-binary usr/bin/fet-cl adviced advised


and another issue:
I: fet: desktop-entry-lacks-keywords-entry usr/share/applications/fet.desktop
N:
N:    This .desktop file does either not contain a "Keywords" entry or it does
N:    not contain any keywords not already present in the "Name" or
N:    "GenericName" entries.
N:   
N:    .desktop files are organized in key/value pairs (similar to .ini files).
N:    "Keywords" is the name of the entry/key in the .desktop file containing
N:    keywords relevant for this .desktop file.
N:   
N:    The desktop-file-validate tool in the desktop-file-utils package is
N:    useful for checking the syntax of desktop entries.
N:   
N:    Refer to
N:    http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s05.html,
N:    https://bugs.debian.org/693918, and
N:    https://wiki.gnome.org/Initiatives/GnomeGoals/DesktopFileKeywords for
N:    details.
N:   
N:    Severity: wishlist, Certainty: certain
N:   
N:    Check: menu-format, Type: binary
N:

you can see them here http://debomatic-amd64.debian.net/distribution#unstable/fet/5.27.8-1/lintian

and google for the lintian warning to see the extended description :)

let me know if you need help!

cheers,

Gianfranco (who just uploaded the new fet on Debian)