Lintian did not output a note for this tag[usr/lib/python3/dist-packages/PyTQt/tqt.cpython-310-arm-linux-gnueabihf.so]
Lintian did not output a note for this tag[usr/lib/python3/dist-packages/PyTQt/tqtcanvas.cpython-310-arm-linux-gnueabihf.so]
Lintian did not output a note for this tag[usr/lib/python3/dist-packages/PyTQt/tqtnetwork.cpython-310-arm-linux-gnueabihf.so]
Lintian did not output a note for this tag[usr/lib/python3/dist-packages/PyTQt/tqtsql.cpython-310-arm-linux-gnueabihf.so]
Lintian did not output a note for this tag[usr/lib/python3/dist-packages/PyTQt/tqttable.cpython-310-arm-linux-gnueabihf.so]
Lintian did not output a note for this tag[usr/lib/python3/dist-packages/PyTQt/tqtui.cpython-310-arm-linux-gnueabihf.so]
Lintian did not output a note for this tag[usr/lib/python3/dist-packages/PyTQt/tqtxml.cpython-310-arm-linux-gnueabihf.so]
I
hardening-no-fortify-functions
Lintian did not output a note for this tag[usr/lib/python3/dist-packages/PyTQt/tqt.cpython-310-arm-linux-gnueabihf.so]
I
unused-override
unknown-field Original-Maintainer
P
copyright-refers-to-symlink-license
usr/share/common-licenses/GPL
C
control-tarball-compression-format
zst
C
ctrl-script
postinst
prerm
C
data-tarball-compression-format
zst
C
debhelper-autoscript-in-maintainer-scripts
The maintainer scripts of the package contain one or more auto-generated
shell snippets inserted by the listed debhelper tool.
Visibility: classification
Show-Always: no
Check: maintainer-scripts/generated
This tag is a classification. There is no issue in your package.
Description TQt bindings for Python 3 Python binding module that allows use of TQt X Window toolkit v3. You can use it to create portable graphics-capable scripts (there are PyTQt versions for Linux, Windows and MacOS X). . At this moment PyTQt offers a vast subset of TQt API. There are some minor issues related to the differences between C++ and Python (types, etc), but usually you'll be able to write code pretty much the same way in both languages (with syntax differences, of course)
Installed-Size 8865
Maintainer TDE Debian Team <team-debian@trinitydesktop.org>
Original-Maintainer Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Description TQt bindings for Python 3 (debug extension) Python binding module that allows use of TQt X Window toolkit v3. You can use it to create portable graphics-capable scripts (there are PyTQt versions for Linux, Windows and MacOS X). . This package contains the extension built for the Python debug interpreter.
Installed-Size 36510
Maintainer TDE Debian Team <team-debian@trinitydesktop.org>
Original-Maintainer Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Description TQt OpenGL bindings for Python 3 Python binding module that allows use of the OpenGL facilities offered by the TQt X Window toolkit v3. You can use it to create portable graphics-capable scripts (there are PyTQt versions for Linux, Windows and MacOS X).
Installed-Size 188
Maintainer TDE Debian Team <team-debian@trinitydesktop.org>
Original-Maintainer Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Description TQt OpenGL bindings for Python 3 (debug extension) Python binding module that allows use of the OpenGL facilities offered by the TQt X Window toolkit v3. You can use it to create portable graphics-capable scripts (there are PyTQt versions for Linux, Windows and MacOS X). . This package contains the extension built for the Python debug interpreter.
Installed-Size 961
Maintainer TDE Debian Team <team-debian@trinitydesktop.org>
Original-Maintainer Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
This package contains a binary in $PATH but is in a section just thought
for libraries. It likely should be in another section like e.g. utils,
text, devel, misc, etc., but not in e.g. perl, ruby or python.
People tend to skip these package sections when looking for applications
in the package list and hence wouldn't notice this package.
In case the program in $PATH is only a helper tool and the package is
primarily a library, please add a Lintian override for this tag.
Visibility: info
Show-Always: no
Check: application-not-library
This tag is experimental.
python usr/bin/pytquic
X
binary-file-built-without-LFS-support
The listed ELF binary appears to be (partially) built without "Large File
Support" (LFS). If so, it may not be able to handle large files or files
with large metadata values, such as inode numbers, correctly.
To support large files, code review might be needed to make sure that
those files are not slurped into memory or mmap(2)ed, and that correct
64-bit data types are used (ex: off_t instead of ssize_t), etc. Once that
has been done ensure _FILE_OFFSET_BITS is defined and set to 64 before any
system headers are included (note that on systems were the ABI has LFS
enabled by default, setting _FILE_OFFSET_BITS to 64 will be a no-op, and
as such optional). This can be done by using the AC_SYS_LARGEFILE macro
with autoconf which will set any macro required to enable LFS when
necessary, or by enabling the lfs feature from the future dpkg-buildflags
feature area which sets the CPPFLAGS variable (since dpkg-dev 1.19.0).
Note though, that getconf LFS_CFLAGS must not be used, as it does not
support cross-building. Using _FILE_OFFSET_BITS should require no system
function renames (eg. from open(2) to open64(2)), and if this tag is still
emitted, the most probable cause is because the macro is not seen by the
system code being compiled.
Take into account that even if this tag is not emitted, that does not mean
the binary is LFS-safe (ie. no OOM conditions, file truncation or
overwrite will happen).
Also note that enabling LFS on a shared library is not always safe as it
might break ABI in case some of the exported types change size, in those
cases a SOVERSION bump might be required. Or alternatively, on systems
with an ABI without LFS, defining _LARGEFILE64_SOURCE and exporting both
32 and 64-bit variants of the interfaces can avoid the SOVERSION bump, at
the cost of more complex maintenance.
Please refer to http://www.unix.org/version2/whatsnew/lfs20mar.html and
https://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html
for details.
Visibility: info
Show-Always: no
Check: binaries/large-file-support
This tag is experimental.
Description pyuic and pylupdate for TQt pyuic is the PyTQt counterpart for TQt's uic. It takes an XML user interface file and generates Python code. . pylupdate is the counterpart for TQt's lupdate. It updates TQt Linguist translation files from Python code.
Installed-Size 315
Maintainer TDE Debian Team <team-debian@trinitydesktop.org>
Original-Maintainer Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>