1cmd: lintian --no-cfg --display-level '>=classification' --display-experimental --info --show-overrides '/tmp/debusine-fetch-exec-upload-0x0irne0/pytqt_14.1.6~pre2-0ubuntu22.04.0+3.dsc' '/tmp/debusine-fetch-exec-upload-0x0irne0/python3-pytqt-dbg_14.1.6~pre2-0ubuntu22.04.0+3_armhf.deb' '/tmp/debusine-fetch-exec-upload-0x0irne0/python3-pytqt-gl-dbg_14.1.6~pre2-0ubuntu22.04.0+3_armhf.deb' '/tmp/debusine-fetch-exec-upload-0x0irne0/python3-pytqt-gl_14.1.6~pre2-0ubuntu22.04.0+3_armhf.deb' '/tmp/debusine-fetch-exec-upload-0x0irne0/python3-pytqt_14.1.6~pre2-0ubuntu22.04.0+3_armhf.deb' '/tmp/debusine-fetch-exec-upload-0x0irne0/python3-pytqtext-dbg_14.1.6~pre2-0ubuntu22.04.0+3_armhf.deb' '/tmp/debusine-fetch-exec-upload-0x0irne0/python3-pytqtext_14.1.6~pre2-0ubuntu22.04.0+3_armhf.deb' '/tmp/debusine-fetch-exec-upload-0x0irne0/pytqt-dev_14.1.6~pre2-0ubuntu22.04.0+3_all.deb' '/tmp/debusine-fetch-exec-upload-0x0irne0/pytqt-doc_14.1.6~pre2-0ubuntu22.04.0+3_all.deb' '/tmp/debusine-fetch-exec-upload-0x0irne0/pytqt-tools_14.1.6~pre2-0ubuntu22.04.0+3_armhf.deb' 2output (contains stderr only, stdout was captured): 3 4Files in working directory: 5lintian.txt 6-------------------- 7N: 8I: pytqt source: adopted-extended-field (in section for source) XSBC-Original-Maintainer [debian/control:5] 9N: 10N: A field in debian/control has an extension prefix but is also known 11N: without it. 12N: 13N: Extension prefixes like XS-* or XC-* allow experimental fields to 14N: propagate to the right place when packages are built with dpkg. In this 15N: case, however, the field is also known without the prefix. In all 16N: likelihood the field was permanently adopted, and dpkg learned how to deal 17N: with it. 18N: 19N: Please consider removing the extension prefix for the field name. 20N: 21N: Visibility: info 22N: Show-Always: no 23N: Check: debian/control/field/adopted 24N: Renamed from: xc-package-type-in-debian-control 25N: xs-testsuite-field-in-debian-control xs-vcs-field-in-debian-control 26N: 27N: 28X: pytqt-tools: application-in-library-section python usr/bin/pytquic 29N: 30N: This package contains a binary in $PATH but is in a section just thought 31N: for libraries. It likely should be in another section like e.g. utils, 32N: text, devel, misc, etc., but not in e.g. perl, ruby or python. 33N: 34N: People tend to skip these package sections when looking for applications 35N: in the package list and hence wouldn't notice this package. 36N: 37N: In case the program in $PATH is only a helper tool and the package is 38N: primarily a library, please add a Lintian override for this tag. 39N: 40N: Visibility: info 41N: Show-Always: no 42N: Check: application-not-library 43N: This tag is experimental. 44N: 45N: 46X: pytqt-tools: binary-file-built-without-LFS-support usr/bin/pytqlupdate 47N: 48N: The listed ELF binary appears to be (partially) built without "Large File 49N: Support" (LFS). If so, it may not be able to handle large files or files 50N: with large metadata values, such as inode numbers, correctly. 51N: 52N: To support large files, code review might be needed to make sure that 53N: those files are not slurped into memory or mmap(2)ed, and that correct 54N: 64-bit data types are used (ex: off_t instead of ssize_t), etc. Once that 55N: has been done ensure _FILE_OFFSET_BITS is defined and set to 64 before any 56N: system headers are included (note that on systems were the ABI has LFS 57N: enabled by default, setting _FILE_OFFSET_BITS to 64 will be a no-op, and 58N: as such optional). This can be done by using the AC_SYS_LARGEFILE macro 59N: with autoconf which will set any macro required to enable LFS when 60N: necessary, or by enabling the lfs feature from the future dpkg-buildflags 61N: feature area which sets the CPPFLAGS variable (since dpkg-dev 1.19.0). 62N: Note though, that getconf LFS_CFLAGS must not be used, as it does not 63N: support cross-building. Using _FILE_OFFSET_BITS should require no system 64N: function renames (eg. from open(2) to open64(2)), and if this tag is still 65N: emitted, the most probable cause is because the macro is not seen by the 66N: system code being compiled. 67N: 68N: Take into account that even if this tag is not emitted, that does not mean 69N: the binary is LFS-safe (ie. no OOM conditions, file truncation or 70N: overwrite will happen). 71N: 72N: Also note that enabling LFS on a shared library is not always safe as it 73N: might break ABI in case some of the exported types change size, in those 74N: cases a SOVERSION bump might be required. Or alternatively, on systems 75N: with an ABI without LFS, defining _LARGEFILE64_SOURCE and exporting both 76N: 32 and 64-bit variants of the interfaces can avoid the SOVERSION bump, at 77N: the cost of more complex maintenance. 78N: 79N: Please refer to http://www.unix.org/version2/whatsnew/lfs20mar.html and 80N: https://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html 81N: for details. 82N: 83N: Visibility: info 84N: Show-Always: no 85N: Check: binaries/large-file-support 86N: This tag is experimental. 87N: 88N: 89I: pytqt source: debian-watch-file-is-missing 90N: 91N: This source package is not Debian-native but it does not have a 92N: debian/watch file. This file is used for automatic detection of new 93N: upstream versions by the Debian External Health Status project and other 94N: project infrastructure. If this package is maintained upstream, please 95N: consider adding a debian/watch file to detect new releases. 96N: 97N: If the package is not maintained upstream or if upstream uses a 98N: distribution mechanism that cannot be meaningfully monitored by uscan and 99N: the Debian External Health Status project, please consider adding a 100N: debian/watch file containing only comments documenting the situation. 101N: 102N: Please refer to Debian Policy Manual section 4.11 and the uscan(1) manual 103N: page for details. 104N: 105N: Visibility: info 106N: Show-Always: no 107N: Check: debian/watch 108N: 109N: 110I: pytqt-dev: extra-license-file usr/share/sip-tqt/tqt/tqt/copying.sip 111N: 112N: All license information should be collected in the debian/copyright file. 113N: This usually makes it unnecessary for the package to install this 114N: information in other places as well. 115N: 116N: Please refer to Debian Policy Manual section 12.5 for details. 117N: 118N: Visibility: info 119N: Show-Always: no 120N: Check: files/licenses 121N: 122N: 123I: pytqt-dev: extra-license-file usr/share/sip-tqt/tqt/tqtaxcontainer/copying.sip 124N: 125I: pytqt-dev: extra-license-file usr/share/sip-tqt/tqt/tqtcanvas/copying.sip 126N: 127I: pytqt-dev: extra-license-file usr/share/sip-tqt/tqt/tqtext/copying.sip 128N: 129I: pytqt-dev: extra-license-file usr/share/sip-tqt/tqt/tqtgl/copying.sip 130N: 131I: pytqt-dev: extra-license-file usr/share/sip-tqt/tqt/tqtnetwork/copying.sip 132N: 133I: pytqt-dev: extra-license-file usr/share/sip-tqt/tqt/tqtpe/copying.sip 134N: 135I: pytqt-dev: extra-license-file usr/share/sip-tqt/tqt/tqtsql/copying.sip 136N: 137I: pytqt-dev: extra-license-file usr/share/sip-tqt/tqt/tqttable/copying.sip 138N: 139I: pytqt-dev: extra-license-file usr/share/sip-tqt/tqt/tqtui/copying.sip 140N: 141I: pytqt-dev: extra-license-file usr/share/sip-tqt/tqt/tqtxml/copying.sip 142N: 143I: python3-pytqt: hardening-no-bindnow [usr/lib/python3/dist-packages/PyTQt/tqt.cpython-310-arm-linux-gnueabihf.so] 144N: 145N: This package provides an ELF binary that lacks the "bindnow" linker flag. 146N: 147N: This is needed (together with "relro") to make the "Global Offset Table" 148N: (GOT) fully read-only. The bindnow feature trades startup time for 149N: improved security. Please consider enabling this feature or consider 150N: overriding the tag (possibly with a comment about why). 151N: 152N: If you use dpkg-buildflags, you may have to add hardening=+bindnow or 153N: hardening=+all to DEB_BUILD_MAINT_OPTIONS. 154N: 155N: The relevant compiler flags are set in LDFLAGS. 156N: 157N: Please refer to https://wiki.debian.org/Hardening for details. 158N: 159N: Visibility: info 160N: Show-Always: no 161N: Check: binaries/hardening 162N: 163N: 164I: python3-pytqt: hardening-no-bindnow [usr/lib/python3/dist-packages/PyTQt/tqtcanvas.cpython-310-arm-linux-gnueabihf.so] 165N: 166I: python3-pytqt: hardening-no-bindnow [usr/lib/python3/dist-packages/PyTQt/tqtnetwork.cpython-310-arm-linux-gnueabihf.so] 167N: 168I: python3-pytqt: hardening-no-bindnow [usr/lib/python3/dist-packages/PyTQt/tqtsql.cpython-310-arm-linux-gnueabihf.so] 169N: 170I: python3-pytqt: hardening-no-bindnow [usr/lib/python3/dist-packages/PyTQt/tqttable.cpython-310-arm-linux-gnueabihf.so] 171N: 172I: python3-pytqt: hardening-no-bindnow [usr/lib/python3/dist-packages/PyTQt/tqtui.cpython-310-arm-linux-gnueabihf.so] 173N: 174I: python3-pytqt: hardening-no-bindnow [usr/lib/python3/dist-packages/PyTQt/tqtxml.cpython-310-arm-linux-gnueabihf.so] 175N: 176I: python3-pytqt-dbg: hardening-no-bindnow [usr/lib/python3/dist-packages/PyTQt/tqt.cpython-310d-arm-linux-gnueabihf.so] 177N: 178I: python3-pytqt-dbg: hardening-no-bindnow [usr/lib/python3/dist-packages/PyTQt/tqtcanvas.cpython-310d-arm-linux-gnueabihf.so] 179N: 180I: python3-pytqt-dbg: hardening-no-bindnow [usr/lib/python3/dist-packages/PyTQt/tqtnetwork.cpython-310d-arm-linux-gnueabihf.so] 181N: 182I: python3-pytqt-dbg: hardening-no-bindnow [usr/lib/python3/dist-packages/PyTQt/tqtsql.cpython-310d-arm-linux-gnueabihf.so] 183N: 184I: python3-pytqt-dbg: hardening-no-bindnow [usr/lib/python3/dist-packages/PyTQt/tqttable.cpython-310d-arm-linux-gnueabihf.so] 185N: 186I: python3-pytqt-dbg: hardening-no-bindnow [usr/lib/python3/dist-packages/PyTQt/tqtui.cpython-310d-arm-linux-gnueabihf.so] 187N: 188I: python3-pytqt-dbg: hardening-no-bindnow [usr/lib/python3/dist-packages/PyTQt/tqtxml.cpython-310d-arm-linux-gnueabihf.so] 189N: 190I: python3-pytqt-gl: hardening-no-bindnow [usr/lib/python3/dist-packages/PyTQt/tqtgl.cpython-310-arm-linux-gnueabihf.so] 191N: 192I: python3-pytqt-gl-dbg: hardening-no-bindnow [usr/lib/python3/dist-packages/PyTQt/tqtgl.cpython-310d-arm-linux-gnueabihf.so] 193N: 194I: python3-pytqtext: hardening-no-bindnow [usr/lib/python3/dist-packages/PyTQt/tqtext.cpython-310-arm-linux-gnueabihf.so] 195N: 196I: python3-pytqtext-dbg: hardening-no-bindnow [usr/lib/python3/dist-packages/PyTQt/tqtext.cpython-310d-arm-linux-gnueabihf.so] 197N: 198I: python3-pytqt: hardening-no-fortify-functions [usr/lib/python3/dist-packages/PyTQt/tqt.cpython-310-arm-linux-gnueabihf.so] 199N: 200N: This package provides an ELF binary that lacks the use of fortified libc 201N: functions. Either there are no potentially unfortified functions called by 202N: any routines, all unfortified calls have already been fully validated at 203N: compile-time, or the package was not built with the default Debian 204N: compiler flags defined by dpkg-buildflags. If built using dpkg-buildflags 205N: directly, be sure to import CPPFLAGS. 206N: 207N: NB: Due to false-positives, Lintian ignores some unprotected functions 208N: (e.g. memcpy). 209N: 210N: Please refer to https://wiki.debian.org/Hardening and Bug#673112 for 211N: details. 212N: 213N: Visibility: info 214N: Show-Always: no 215N: Check: binaries/hardening 216N: 217N: 218I: python3-pytqt-dbg: hardening-no-fortify-functions [usr/lib/python3/dist-packages/PyTQt/tqt.cpython-310d-arm-linux-gnueabihf.so] 219N: 220I: pytqt source: installable-field-mirrors-source (in section for python3-pytqt-dbg) Priority [debian/control:29] 221N: 222N: The named field for an installation package in debian/control has the same 223N: value as the one inherited from the source paragraph. 224N: 225N: In the interest of shorter and clearer files, you may wish to take 226N: advantage of the inheritance rules. This field is redundant. 227N: 228N: Visibility: info 229N: Show-Always: no 230N: Check: debian/control/field/redundant 231N: Renamed from: binary-control-field-duplicates-source 232N: 233N: 234I: pytqt source: installable-field-mirrors-source (in section for python3-pytqt-gl-dbg) Priority [debian/control:55] 235N: 236I: pytqt source: installable-field-mirrors-source (in section for python3-pytqtext-dbg) Priority [debian/control:82] 237N: 238I: pytqt source: no-dh-sequencer 239N: 240N: This package does not use the dh sequencer in debian/rules. 241N: 242N: While maintainers may use a variety of build systems, this one is by far 243N: the most popular. 244N: 245N: Maintainers are strongly encouraged to use the dh sequencer in new 246N: packages and convert existing ones when appropriate. 247N: 248N: Visibility: info 249N: Show-Always: no 250N: Check: debian/rules/dh-sequencer 251N: 252N: 253I: pytqt source: out-of-date-standards-version 3.8.4 (released 2010-01-27) (current is 4.6.0.1) 254N: 255N: The source package refers to a Standards-Version older than the one that 256N: was current at the time the package was created (according to the 257N: timestamp of the latest debian/changelog entry). Please consider updating 258N: the package to current Policy and setting this control field 259N: appropriately. 260N: 261N: If the package is already compliant with the current standards, you don't 262N: have to re-upload the package just to adjust the Standards-Version control 263N: field. However, please remember to update this field next time you upload 264N: the package. 265N: 266N: See /usr/share/doc/debian-policy/upgrading-checklist.txt.gz in the 267N: debian-policy package for a summary of changes in newer versions of 268N: Policy. 269N: 270N: Please refer to 271N: https://www.debian.org/doc/debian-policy/upgrading-checklist.html for 272N: details. 273N: 274N: Visibility: info 275N: Show-Always: no 276N: Check: fields/standards-version 277N: 278N: 279I: pytqt-doc: possible-documentation-but-no-doc-base-registration 280N: 281N: The package ships a .html or .pdf file under /usr/share/doc/, which are 282N: usually documentation, but it does not register anything in doc-base. 283N: (Files under an examples directory are excluded.) 284N: 285N: Please refer to Debian Policy Manual section 9.10 for details. 286N: 287N: Visibility: info 288N: Show-Always: no 289N: Check: menus 290N: 291N: 292I: python3-pytqt-dbg: spelling-error-in-binary usr/lib/python3/dist-packages/PyTQt/tqt.cpython-310d-arm-linux-gnueabihf.so autor author 293N: 294N: Lintian found a spelling error in the given binary. Lintian has a list of 295N: common misspellings that it looks for. It does not have a dictionary like 296N: a spelling checker does. 297N: 298N: If the string containing the spelling error is translated with the help of 299N: gettext or a similar tool, please fix the error in the translations as 300N: well as the English text to avoid making the translations fuzzy. With 301N: gettext, for example, this means you should also fix the spelling mistake 302N: in the corresponding msgids in the *.po files. 303N: 304N: You can often find the word in the source code by running: 305N: 306N: grep -rw <word> <source-tree> 307N: 308N: This tag may produce false positives for words that contain non-ASCII 309N: characters due to limitations in strings. 310N: 311N: Visibility: info 312N: Show-Always: no 313N: Check: binaries/spelling 314N: 315N: 316I: python3-pytqt-dbg: spelling-error-in-binary usr/lib/python3/dist-packages/PyTQt/tqtcanvas.cpython-310d-arm-linux-gnueabihf.so autor author 317N: 318I: python3-pytqt-dbg: spelling-error-in-binary usr/lib/python3/dist-packages/PyTQt/tqtsql.cpython-310d-arm-linux-gnueabihf.so autor author 319N: 320I: python3-pytqt-dbg: spelling-error-in-binary usr/lib/python3/dist-packages/PyTQt/tqttable.cpython-310d-arm-linux-gnueabihf.so autor author 321N: 322I: python3-pytqt-gl-dbg: spelling-error-in-binary usr/lib/python3/dist-packages/PyTQt/tqtgl.cpython-310d-arm-linux-gnueabihf.so autor author 323N: 324I: python3-pytqtext-dbg: spelling-error-in-binary usr/lib/python3/dist-packages/PyTQt/tqtext.cpython-310d-arm-linux-gnueabihf.so autor author 325N: 326I: pytqt-tools: spelling-error-in-binary usr/bin/pytquic resizeable resizable 327N: 328I: pytqt source: unused-override unknown-field Original-Maintainer 329N: 330N: Your package specifies the named override but there were no tags that 331N: could have been silenced by it. 332N: 333N: Maybe you fixed an underlying condition but forgot to remove the override. 334N: It is also possible that the Lintian maintainers fixed a false positive. 335N: 336N: If the override is now unused, please remove it. 337N: 338N: This tag is similar to mismatched-override except there a tag could have 339N: been silenced if the context had matched. 340N: 341N: Sometimes, overrides end up not being used because a tag appears only on 342N: some architectures. In that case, overrides can be equipped with an 343N: architecture qualifier. 344N: 345N: Please refer to Lintian User's Manual section 2.4.3 for details. 346N: 347N: Visibility: info 348N: Show-Always: yes 349N: Check: lintian 350N: 351N: 352I: python3-pytqt: unused-override unknown-field Original-Maintainer 353N: 354I: python3-pytqt-dbg: unused-override unknown-field Original-Maintainer 355N: 356I: python3-pytqt-gl: unused-override unknown-field Original-Maintainer 357N: 358I: python3-pytqt-gl-dbg: unused-override unknown-field Original-Maintainer 359N: 360I: python3-pytqtext: unused-override unknown-field Original-Maintainer 361N: 362I: python3-pytqtext-dbg: unused-override unknown-field Original-Maintainer 363N: 364I: pytqt-dev: unused-override python-module-in-wrong-location 365N: 366I: pytqt-dev: unused-override unknown-field Original-Maintainer 367N: 368I: pytqt-doc: unused-override unknown-field Original-Maintainer 369N: 370I: pytqt-tools: unused-override unknown-field Original-Maintainer 371N: 372P: python3-pytqt-dbg: capitalization-in-override-comment debug-file-with-no-debug-symbols (line 1) python Python 373N: 374N: The comment attached to a Lintian override probably contains a 375N: capitalization error. 376N: 377N: Lintian looks for common capitalization errors. It does not have a 378N: dictionary. 379N: 380N: Visibility: pedantic 381N: Show-Always: no 382N: Check: debian/lintian-overrides/comments 383N: 384N: 385P: python3-pytqt-gl-dbg: capitalization-in-override-comment debug-file-with-no-debug-symbols (line 1) python Python 386N: 387P: python3-pytqtext-dbg: capitalization-in-override-comment debug-file-with-no-debug-symbols (line 1) python Python 388N: 389P: pytqt source: co-maintained-package-with-no-vcs-fields 390N: 391N: Based on the content of the maintainer and uploader fields this package is 392N: co-maintained but there are no Vcs-* fields. 393N: 394N: It is recommended that shared maintenance of packages are co-ordinated via 395N: a revision control system. 396N: 397N: Visibility: pedantic 398N: Show-Always: no 399N: Check: fields/vcs 400N: Renamed from: co-maintained-package-with-no-vcs-headers 401N: 402N: 403P: python3-pytqt: copyright-refers-to-symlink-license usr/share/common-licenses/GPL 404N: 405N: The copyright file refers to the versionless symlink in 406N: /usr/share/common-licenses for the full text of the GPL, LGPL, or GFDL 407N: license. This symlink is updated to point to the latest version of the 408N: license when a new one is released. The package appears to allow 409N: relicensing under later versions of its license, so this is legally 410N: consistent, but it implies that Debian will relicense the package under 411N: later versions of those licenses as they're released. It is normally 412N: better to point to the version of the license the package references in 413N: its license statement. 414N: 415N: For example, if the package says something like "you may redistribute it 416N: and/or modify it under the terms of the GNU General Public License as 417N: published by the Free Software Foundation; either version 2, or (at your 418N: option) any later version", the debian/copyright file should refer to 419N: /usr/share/common-licenses/GPL-2, not /GPL. 420N: 421N: For packages released under the same terms as Perl, Perl references the 422N: GPL version 1, so point to /usr/share/common-licenses/GPL-1. 423N: 424N: Visibility: pedantic 425N: Show-Always: no 426N: Check: debian/copyright 427N: 428N: 429P: python3-pytqt-gl: copyright-refers-to-symlink-license usr/share/common-licenses/GPL 430N: 431P: python3-pytqtext: copyright-refers-to-symlink-license usr/share/common-licenses/GPL 432N: 433P: pytqt-dev: copyright-refers-to-symlink-license usr/share/common-licenses/GPL 434N: 435P: pytqt-doc: copyright-refers-to-symlink-license usr/share/common-licenses/GPL 436N: 437P: pytqt-tools: copyright-refers-to-symlink-license usr/share/common-licenses/GPL 438N: 439P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/SQL/dbconnect.py] 440N: 441N: This package contains an example script for an interpreter that is not 442N: shipped in the package and is not known to Lintian. It is possible that 443N: there is a typo or the interpreter is not executable. 444N: 445N: Visibility: pedantic 446N: Show-Always: no 447N: Check: scripts 448N: 449N: 450P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/SQL/runform1.py] 451N: 452P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/SQL/runform2.py] 453N: 454P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/SQL/runsqlex.py] 455N: 456P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/SQL/sqlcustom1.py] 457N: 458P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/SQL/sqlsubclass5.py] 459N: 460P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/SQL/sqltable4.py] 461N: 462P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/aclock.py] 463N: 464P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/addressbook.py] 465N: 466P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/application.py] 467N: 468P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/biff.py] 469N: 470P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/bigtable.py] 471N: 472P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/buttongroups.py] 473N: 474P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/canvas/canvas.py] 475N: 476P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/checklists.py] 477N: 478P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/cursor.py] 479N: 480P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/dclock.py] 481N: 482P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/desktop.py] 483N: 484P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/dirview.py] 485N: 486P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/dragdrop.py] 487N: 488P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/drawlines.py] 489N: 490P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/fontdisplayer.py] 491N: 492P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/fonts.py] 493N: 494P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/gears.py] 495N: 496P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/i18n/i18n.py] 497N: 498P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/lineedits.py] 499N: 500P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/listbox.py] 501N: 502P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/listboxcombo.py] 503N: 504P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/mdi.py] 505N: 506P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/menu.py] 507N: 508P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/progress.py] 509N: 510P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/progressbar.py] 511N: 512P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/rangecontrols.py] 513N: 514P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/richtext.py] 515N: 516P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/semaphore.py] 517N: 518P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/smalltable.py] 519N: 520P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/splitter.py] 521N: 522P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/tabdialog.py] 523N: 524P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/tablestatistics.py] 525N: 526P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/tooltip.py] 527N: 528P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/tqdir.py] 529N: 530P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/tqmag.py] 531N: 532P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/tut1.py] 533N: 534P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/tut10.py] 535N: 536P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/tut11.py] 537N: 538P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/tut12.py] 539N: 540P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/tut13.py] 541N: 542P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/tut14.py] 543N: 544P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/tut2.py] 545N: 546P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/tut3.py] 547N: 548P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/tut4.py] 549N: 550P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/tut5.py] 551N: 552P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/tut6.py] 553N: 554P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/tut7.py] 555N: 556P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/tut8.py] 557N: 558P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/tut9.py] 559N: 560P: pytqt-doc: example-unusual-interpreter python [usr/share/doc/pytqt-doc/examples/widgets.py] 561N: 562P: pytqt source: maintainer-manual-page debian/manpages/pytqlupdate.1 563N: 564N: The maintainer keeps a manual page in ./debian. Please forward the manual 565N: page upstream and ask them to include in their version control system, and 566N: in their next release. 567N: 568N: If the manual page was already forwarded or rejected, or the upstream is 569N: gone, please override the tag and annotate it with a suitable comment. 570N: 571N: Please refer to , Debian Developer's Reference section 3.1.4, and Debian 572N: Policy Manual section 4.3 for details. 573N: 574N: Visibility: pedantic 575N: Show-Always: no 576N: Check: debian/manual-pages 577N: Renamed from: maintainer-manpage 578N: 579N: 580P: pytqt source: maintainer-manual-page debian/manpages/pytquic.1 581N: 582P: pytqt source: no-dep5-copyright [debian/copyright] 583N: 584N: This package does not use a machine-readable debian/copyright file. 585N: 586N: This format makes it easier to review licenses and can be easily parsed by 587N: Lintian. 588N: 589N: Please refer to 590N: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ for 591N: details. 592N: 593N: Visibility: pedantic 594N: Show-Always: no 595N: Check: debian/copyright/dep5 596N: 597N: 598P: pytqt source: no-homepage-field 599N: 600N: This non-native package lacks a Homepage field. If the package has an 601N: upstream home page that contains useful information or resources for the 602N: end user, consider adding a Homepage control field to debian/control. 603N: 604N: Please refer to Debian Policy Manual section 5.6.23 for details. 605N: 606N: Visibility: pedantic 607N: Show-Always: no 608N: Check: fields/homepage 609N: 610N: 611P: pytqt source: package-uses-old-debhelper-compat-version 10 612N: 613N: This package uses a debhelper compatibility level that is no longer 614N: recommended. Please consider using the recommended level. 615N: 616N: For most packages, the best way to set the compatibility level is to 617N: specify debhelper-compat (= X) as a Build-Depends in debian/control. You 618N: can also use the debian/compat file or export DH_COMPAT in debian/rules. 619N: 620N: If no level is selected debhelper defaults to level 1, which is 621N: deprecated. 622N: 623N: Please refer to the debhelper(7) manual page for details. 624N: 625N: Visibility: pedantic 626N: Show-Always: no 627N: Check: debhelper 628N: 629N: 630P: pytqt-dev: repeated-path-segment tqt usr/share/sip-tqt/tqt/tqt/ 631N: 632N: The file is installed into a location that repeats the given path segment. 633N: An example would be /usr/lib/lib or /usr/share/myprogram/share. 634N: 635N: More often than not this is unintended. 636N: 637N: Please refer to Bug#950052 and Bug#950027 for details. 638N: 639N: Visibility: pedantic 640N: Show-Always: no 641N: Check: files/hierarchy/path-segments 642N: 643N: 644P: pytqt source: silent-on-rules-requiring-root [debian/control] 645N: 646N: The field Rules-Requires-Root is missing from the file debian/control. 647N: 648N: Over time, Debian has sucessively narrowed the steps for which elevated 649N: privileges are required. It speeds up the building of installation 650N: packages in the archive. Eventually, Debian will switch the default 651N: archive-wide behaviour to expedite the build process further. 652N: 653N: Please declare explicitly that the sources do not require root privileges. 654N: You can use the setting Rules-Requires-Root: no in the source stanza of 655N: debian/control, but please verify with diffoscope(1) that the installation 656N: packages produced are in fact identical. 657N: 658N: Please refer to /usr/share/doc/dpkg/rootless-builds.txt.gz, Debian Policy 659N: Manual section 4.9.2, and Debian Policy Manual section 5.6.31 for details. 660N: 661N: Visibility: pedantic 662N: Show-Always: no 663N: Check: debian/control/field/rules-requires-root 664N: Renamed from: rules-requires-root-missing 665N: 666N: 667P: pytqt source: trailing-whitespace debian/changelog (line 21) 668N: 669N: This file contains lines with trailing whitespace characters. 670N: 671N: Whilst often harmless and unsightly, such extra whitespaces can also cause 672N: tools to interpret the whitespace characters literally. The tool diff(1) 673N: does not like them, either. They are best avoided. 674N: 675N: Some of these problems can be hard to track down. 676N: 677N: Whitespace at the end of lines may be removed with the following: 678N: 679N: $ sed -i -e 's@[[:space:]]*$@@g' debian/control debian/changelog 680N: 681N: If you use Emacs, you can also use "M-x wh-cl" (whitespace-cleanup). 682N: 683N: However, if you wish to only remove trailing spaces and leave trailing 684N: tabs (eg. for Makefiles), you can use the following code snippet: 685N: 686N: $ sed -i -e 's@[ ]*$@@g' debian/rules 687N: 688N: To remove empty lines from the end of a file, you can use: 689N: 690N: $ sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' debian/rules 691N: 692N: Visibility: pedantic 693N: Show-Always: no 694N: Check: debian/trailing-whitespace 695N: Renamed from: file-contains-trailing-whitespace 696N: 697N: 698P: pytqt source: trailing-whitespace debian/rules (line 146) 699N: 700X: pytqt source: upstream-metadata-file-is-missing 701N: 702N: This source package is not Debian-native but it does not have a 703N: debian/upstream/metadata file. 704N: 705N: The Upstream MEtadata GAthered with YAml (UMEGAYA) project is an effort to 706N: collect meta-information about upstream projects from any source package. 707N: This file is in YAML format and it is used in to feed the data in the 708N: UltimateDebianDatabase. For example, it can contains the way the authors 709N: want their software be cited in publications and some bibliographic 710N: references about the software. 711N: 712N: Please add a debian/upstream/metadata file. 713N: 714N: Please refer to https://dep-team.pages.debian.net/deps/dep12/ and 715N: https://wiki.debian.org/UpstreamMetadata for details. 716N: 717N: Visibility: pedantic 718N: Show-Always: no 719N: Check: debian/upstream/metadata 720N: This tag is experimental. 721N: 722N: 723P: pytqt source: very-long-line-length-in-source-file examples/webbrowser/mainwindow.ui line 272 is 3565 characters long (>512) 724N: 725N: The source file includes a line length that is well beyond the normally 726N: human made code line length. 727N: 728N: This very long line length does not allow Lintian to do correctly some 729N: source file checks. 730N: 731N: This line could also be the result of some text injected by a computer 732N: program, and thus could lead to FTBFS bugs. 733N: 734N: Last but not least, long line in source code could be used to obfuscate 735N: the source code and to hide stuff like backdoors or security problems. 736N: 737N: It could be due to jslint source comments or other build tool comments. 738N: 739N: You may report this issue upstream. 740N: 741N: Visibility: pedantic 742N: Show-Always: no 743N: Check: cruft 744N: Renamed from: insane-line-length-in-source-file 745N: 746N: 747C: python3-pytqt: control-tarball-compression-format zst 748N: 749N: This is the compressor format used for the control.tar tarball. 750N: 751N: Visibility: classification 752N: Show-Always: no 753N: Check: deb-format 754N: This tag is a classification. There is no issue in your package. 755N: 756N: 757C: python3-pytqt-dbg: control-tarball-compression-format zst 758N: 759C: python3-pytqt-gl: control-tarball-compression-format zst 760N: 761C: python3-pytqt-gl-dbg: control-tarball-compression-format zst 762N: 763C: python3-pytqtext: control-tarball-compression-format zst 764N: 765C: python3-pytqtext-dbg: control-tarball-compression-format zst 766N: 767C: pytqt-dev: control-tarball-compression-format zst 768N: 769C: pytqt-doc: control-tarball-compression-format zst 770N: 771C: pytqt-tools: control-tarball-compression-format zst 772N: 773C: python3-pytqt: ctrl-script postinst 774N: 775N: This package has one or more maintainer scripts (or other executable 776N: control files). 777N: 778N: This flags any control file with the executable bit set. 779N: 780N: Visibility: classification 781N: Show-Always: no 782N: Check: control-files 783N: This tag is a classification. There is no issue in your package. 784N: 785N: 786C: python3-pytqt: ctrl-script prerm 787N: 788C: pytqt-dev: ctrl-script postinst 789N: 790C: pytqt-dev: ctrl-script prerm 791N: 792C: python3-pytqt: data-tarball-compression-format zst 793N: 794N: This is the compressor format used for the data.tar tarball. 795N: 796N: Visibility: classification 797N: Show-Always: no 798N: Check: deb-format 799N: This tag is a classification. There is no issue in your package. 800N: 801N: 802C: python3-pytqt-dbg: data-tarball-compression-format zst 803N: 804C: python3-pytqt-gl: data-tarball-compression-format zst 805N: 806C: python3-pytqt-gl-dbg: data-tarball-compression-format zst 807N: 808C: python3-pytqtext: data-tarball-compression-format zst 809N: 810C: python3-pytqtext-dbg: data-tarball-compression-format zst 811N: 812C: pytqt-dev: data-tarball-compression-format zst 813N: 814C: pytqt-doc: data-tarball-compression-format zst 815N: 816C: pytqt-tools: data-tarball-compression-format zst 817N: 818C: python3-pytqt: debhelper-autoscript-in-maintainer-scripts dh_python3 819N: 820N: The maintainer scripts of the package contain one or more auto-generated 821N: shell snippets inserted by the listed debhelper tool. 822N: 823N: Visibility: classification 824N: Show-Always: no 825N: Check: maintainer-scripts/generated 826N: This tag is a classification. There is no issue in your package. 827N: 828N: 829C: pytqt-dev: debhelper-autoscript-in-maintainer-scripts dh_python3 830N: 831C: pytqt source: debhelper-compat-level 10 832N: 833N: This is the debhelper compat level used specified by this package. 834N: 835N: Visibility: classification 836N: Show-Always: no 837N: Check: debhelper 838N: This tag is a classification. There is no issue in your package. 839N: 840N: 841C: pytqt source: debian-build-system debhelper [debian/rules] 842N: 843N: This is the build system that Lintian believes the package is using. 844N: 845N: Visibility: classification 846N: Show-Always: no 847N: Check: debhelper 848N: This tag is a classification. There is no issue in your package. 849N: 850N: 851C: pytqt source: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 852N: 853N: This person is a contact in the named group for this package. 854N: 855N: Visibility: classification 856N: Show-Always: no 857N: Check: fields/mail-address 858N: Renamed from: maintainer uploader 859N: This tag is a classification. There is no issue in your package. 860N: 861N: 862C: pytqt source: mail-contact Uploaders "Bernd Zeimetz" <bzed@debian.org> 863N: 864C: pytqt source: mail-contact Uploaders "Michael Casadevall" <mcasadevall@debian.org> 865N: 866C: pytqt source: mail-contact Uploaders "Torsten Marek" <shlomme@debian.org> 867N: 868C: python3-pytqt: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 869N: 870C: python3-pytqt-dbg: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 871N: 872C: python3-pytqt-gl: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 873N: 874C: python3-pytqt-gl-dbg: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 875N: 876C: python3-pytqtext: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 877N: 878C: python3-pytqtext-dbg: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 879N: 880C: pytqt-dev: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 881N: 882C: pytqt-doc: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 883N: 884C: pytqt-tools: mail-contact Maintainer "TDE Debian Team" <team-debian@trinitydesktop.org> 885N: 886C: python3-pytqt: maintainer-script-interpreter /bin/sh [postinst] 887N: 888N: Interpreter used in maintainer script or ELF 889N: 890N: Visibility: classification 891N: Show-Always: no 892N: Check: scripts 893N: This tag is a classification. There is no issue in your package. 894N: 895N: 896C: python3-pytqt: maintainer-script-interpreter /bin/sh [prerm] 897N: 898C: pytqt-dev: maintainer-script-interpreter /bin/sh [postinst] 899N: 900C: pytqt-dev: maintainer-script-interpreter /bin/sh [prerm] 901N: 902C: python3-pytqt-dbg: no-ctrl-scripts 903N: 904N: The package does not rely on any maintainer scripts (or other executable 905N: control files). 906N: 907N: Visibility: classification 908N: Show-Always: no 909N: Check: control-files 910N: This tag is a classification. There is no issue in your package. 911N: 912N: 913C: python3-pytqt-gl: no-ctrl-scripts 914N: 915C: python3-pytqt-gl-dbg: no-ctrl-scripts 916N: 917C: python3-pytqtext: no-ctrl-scripts 918N: 919C: python3-pytqtext-dbg: no-ctrl-scripts 920N: 921C: pytqt-doc: no-ctrl-scripts 922N: 923C: pytqt-tools: no-ctrl-scripts 924N: 925C: pytqt source: number-of-patches 0 926N: 927N: The number of patches according to the debian/patches/series file. 928N: 929N: Visibility: classification 930N: Show-Always: no 931N: Check: debian/patches/count 932N: This tag is a classification. There is no issue in your package. 933N: 934N: 935C: pytqt source: package-is-co-maintained (with 3 uploaders) 936N: 937N: The package is co-maintained but not team-maintained according to the 938N: maintainer/uploaders fields in the debian/control file. 939N: 940N: Visibility: classification 941N: Show-Always: no 942N: Check: fields/vcs 943N: This tag is a classification. There is no issue in your package. 944N: 945N: 946C: python3-pytqt: package-is-maintained-by-individual 947N: 948N: The package is maintained by an individual according to the 949N: maintainer/uploaders fields in the debian/control file. 950N: 951N: Visibility: classification 952N: Show-Always: no 953N: Check: fields/vcs 954N: This tag is a classification. There is no issue in your package. 955N: 956N: 957C: python3-pytqt-dbg: package-is-maintained-by-individual 958N: 959C: python3-pytqt-gl: package-is-maintained-by-individual 960N: 961C: python3-pytqt-gl-dbg: package-is-maintained-by-individual 962N: 963C: python3-pytqtext: package-is-maintained-by-individual 964N: 965C: python3-pytqtext-dbg: package-is-maintained-by-individual 966N: 967C: pytqt-dev: package-is-maintained-by-individual 968N: 969C: pytqt-doc: package-is-maintained-by-individual 970N: 971C: pytqt-tools: package-is-maintained-by-individual 972N: 973C: pytqt source: patch-system quilt 974N: 975N: This package uses the specified patch system (eg. "quilt" or "dpatch"). 976N: 977N: Visibility: classification 978N: Show-Always: no 979N: Check: debian/patches 980N: This tag is a classification. There is no issue in your package. 981N: 982N: 983C: pytqt source: source-format 3.0 (quilt) 984N: 985N: This is the source format declared in the package. 986N: 987N: Visibility: classification 988N: Show-Always: no 989N: Check: debian/source-dir 990N: This tag is a classification. There is no issue in your package. 991N: 992N: 993C: pytqt source: standards-version 3.8.4 994N: 995N: The standards version of the package according to Standards-Version field 996N: in the debian/control file. 997N: 998N: Visibility: classification 999N: Show-Always: no 1000N: Check: fields/standards-version 1001N: This tag is a classification. There is no issue in your package. 1002N: 1003N: 1004C: pytqt source: trimmed-deb822-field debian/control §1 Build-Depends debhelper (>= 10~), python3-all-dev, python3-all-dbg, libtqtinterface-dev, tqt3-dev-tools, tqt3-apps-dev, python3-sip-tqt-dev, python3-sip-tqt-dbg, libtqscintilla-dev, dh-python 1005N: 1006N: The raw but trimmed contents of the named field in the given Deb822 file. 1007N: The number indicates the section from the top, starting at 1. 1008N: 1009N: Visibility: classification 1010N: Show-Always: no 1011N: Check: fields/deb822 1012N: This tag is a classification. There is no issue in your package. 1013N: 1014N: 1015C: pytqt source: trimmed-deb822-field debian/control §1 Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 1016N: 1017C: pytqt source: trimmed-deb822-field debian/control §1 Priority optional 1018N: 1019C: pytqt source: trimmed-deb822-field debian/control §1 Section python 1020N: 1021C: pytqt source: trimmed-deb822-field debian/control §1 Source pytqt 1022N: 1023C: pytqt source: trimmed-deb822-field debian/control §1 Standards-Version 3.8.4 1024N: 1025C: pytqt source: trimmed-deb822-field debian/control §1 Uploaders Torsten Marek <shlomme@debian.org>, Bernd Zeimetz <bzed@debian.org>, Michael Casadevall <mcasadevall@debian.org> 1026N: 1027C: pytqt source: trimmed-deb822-field debian/control §1 XSBC-Original-Maintainer Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> 1028N: 1029C: pytqt source: trimmed-deb822-field debian/control §10 Architecture all 1030N: 1031C: pytqt source: trimmed-deb822-field debian/control §10 Breaks python-tqt-doc 1032N: 1033C: pytqt source: trimmed-deb822-field debian/control §10 Depends ${misc:Depends} 1034N: 1035C: pytqt source: trimmed-deb822-field debian/control §10 Description TQt bindings for Python - Documentation and examples\n Documentation and examples for the PyTQt (bindings that allow\n the use of TQt library from within a Python script). 1036N: 1037C: pytqt source: trimmed-deb822-field debian/control §10 Package pytqt-doc 1038N: 1039C: pytqt source: trimmed-deb822-field debian/control §10 Replaces python-tqt-doc 1040N: 1041C: pytqt source: trimmed-deb822-field debian/control §10 Section doc 1042N: 1043C: pytqt source: trimmed-deb822-field debian/control §10 Suggests python3-pytqt 1044N: 1045C: pytqt source: trimmed-deb822-field debian/control §2 Architecture any 1046N: 1047C: pytqt source: trimmed-deb822-field debian/control §2 Breaks python3-tqt 1048N: 1049C: pytqt source: trimmed-deb822-field debian/control §2 Depends ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, ${py3sip-tqt:Depends} 1050N: 1051C: pytqt source: trimmed-deb822-field debian/control §2 Description TQt bindings for Python 3\n Python binding module that allows use of TQt X Window toolkit v3.\n You can use it to create portable graphics-capable scripts (there\n are PyTQt versions for Linux, Windows and MacOS X).\n .\n At this moment PyTQt offers a vast subset of TQt API. There are\n some minor issues related to the differences between C++ and Python\n (types, etc), but usually you'll be able to write code pretty much the\n same way in both languages (with syntax differences, of course) 1052N: 1053C: pytqt source: trimmed-deb822-field debian/control §2 Package python3-pytqt 1054N: 1055C: pytqt source: trimmed-deb822-field debian/control §2 Provides ${python3:Provides} 1056N: 1057C: pytqt source: trimmed-deb822-field debian/control §2 Replaces python3-tqt 1058N: 1059C: pytqt source: trimmed-deb822-field debian/control §2 Suggests python3-pytqt-gl, pytqt-doc, libtqt3-mt-mysql|libtqt3-mt-odbc|libtqt3-mt-psql 1060N: 1061C: pytqt source: trimmed-deb822-field debian/control §3 Architecture any 1062N: 1063C: pytqt source: trimmed-deb822-field debian/control §3 Breaks python3-tqt-dbg 1064N: 1065C: pytqt source: trimmed-deb822-field debian/control §3 Depends ${shlibs:Depends}, ${misc:Depends}, python3-all-dbg, python3-pytqt (= ${binary:Version}), python3-sip-tqt-dbg 1066N: 1067C: pytqt source: trimmed-deb822-field debian/control §3 Description TQt bindings for Python 3 (debug extension)\n Python binding module that allows use of TQt X Window toolkit v3.\n You can use it to create portable graphics-capable scripts (there\n are PyTQt versions for Linux, Windows and MacOS X).\n .\n This package contains the extension built for the Python debug interpreter. 1068N: 1069C: pytqt source: trimmed-deb822-field debian/control §3 Package python3-pytqt-dbg 1070N: 1071C: pytqt source: trimmed-deb822-field debian/control §3 Priority optional 1072N: 1073C: pytqt source: trimmed-deb822-field debian/control §3 Replaces python3-tqt-dbg 1074N: 1075C: pytqt source: trimmed-deb822-field debian/control §3 Section debug 1076N: 1077C: pytqt source: trimmed-deb822-field debian/control §4 Architecture any 1078N: 1079C: pytqt source: trimmed-deb822-field debian/control §4 Breaks python3-tqt-gl 1080N: 1081C: pytqt source: trimmed-deb822-field debian/control §4 Depends ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, python3-pytqt (= ${binary:Version}), python3-opengl 1082N: 1083C: pytqt source: trimmed-deb822-field debian/control §4 Description TQt OpenGL bindings for Python 3\n Python binding module that allows use of the OpenGL facilities\n offered by the TQt X Window toolkit v3. You can use it to create\n portable graphics-capable scripts (there are PyTQt versions for\n Linux, Windows and MacOS X). 1084N: 1085C: pytqt source: trimmed-deb822-field debian/control §4 Package python3-pytqt-gl 1086N: 1087C: pytqt source: trimmed-deb822-field debian/control §4 Provides ${python3:Provides} 1088N: 1089C: pytqt source: trimmed-deb822-field debian/control §4 Replaces python3-tqt-gl 1090N: 1091C: pytqt source: trimmed-deb822-field debian/control §4 Suggests pytqt-doc 1092N: 1093C: pytqt source: trimmed-deb822-field debian/control §5 Architecture any 1094N: 1095C: pytqt source: trimmed-deb822-field debian/control §5 Breaks python3-tqt-gl-dbg 1096N: 1097C: pytqt source: trimmed-deb822-field debian/control §5 Depends ${shlibs:Depends}, ${misc:Depends}, python3-all-dbg, python3-pytqt-gl (= ${binary:Version}), python3-pytqt-dbg (= ${binary:Version}) 1098N: 1099C: pytqt source: trimmed-deb822-field debian/control §5 Description TQt OpenGL bindings for Python 3 (debug extension)\n Python binding module that allows use of the OpenGL facilities\n offered by the TQt X Window toolkit v3. You can use it to create\n portable graphics-capable scripts (there are PyTQt versions for\n Linux, Windows and MacOS X).\n .\n This package contains the extension built for the Python debug interpreter. 1100N: 1101C: pytqt source: trimmed-deb822-field debian/control §5 Package python3-pytqt-gl-dbg 1102N: 1103C: pytqt source: trimmed-deb822-field debian/control §5 Priority optional 1104N: 1105C: pytqt source: trimmed-deb822-field debian/control §5 Replaces python3-tqt-gl-dbg 1106N: 1107C: pytqt source: trimmed-deb822-field debian/control §5 Section debug 1108N: 1109C: pytqt source: trimmed-deb822-field debian/control §6 Architecture any 1110N: 1111C: pytqt source: trimmed-deb822-field debian/control §6 Breaks python3-tqtext 1112N: 1113C: pytqt source: trimmed-deb822-field debian/control §6 Depends ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, python3-pytqt (= ${binary:Version}) 1114N: 1115C: pytqt source: trimmed-deb822-field debian/control §6 Description TQt extensions for PyTQt\n PyTQt Extensions. Contains:\n .\n * TQScintilla: a featureful TQt source code editing component based\n on Scintilla. 1116N: 1117C: pytqt source: trimmed-deb822-field debian/control §6 Package python3-pytqtext 1118N: 1119C: pytqt source: trimmed-deb822-field debian/control §6 Provides ${python3:Provides} 1120N: 1121C: pytqt source: trimmed-deb822-field debian/control §6 Replaces python3-tqtext 1122N: 1123C: pytqt source: trimmed-deb822-field debian/control §7 Architecture any 1124N: 1125C: pytqt source: trimmed-deb822-field debian/control §7 Breaks python3-tqtext-dbg 1126N: 1127C: pytqt source: trimmed-deb822-field debian/control §7 Depends ${shlibs:Depends}, ${misc:Depends}, python3-all-dbg, python3-pytqtext (= ${binary:Version}), python3-pytqt-dbg (= ${binary:Version}) 1128N: 1129C: pytqt source: trimmed-deb822-field debian/control §7 Description TQt debug extensions for PyTQt\n PyTQt debug Extensions. Contains:\n .\n * TQScintilla: a featureful TQt source code editing component based\n on Scintilla. 1130N: 1131C: pytqt source: trimmed-deb822-field debian/control §7 Package python3-pytqtext-dbg 1132N: 1133C: pytqt source: trimmed-deb822-field debian/control §7 Priority optional 1134N: 1135C: pytqt source: trimmed-deb822-field debian/control §7 Replaces python3-tqtext-dbg 1136N: 1137C: pytqt source: trimmed-deb822-field debian/control §7 Section debug 1138N: 1139C: pytqt source: trimmed-deb822-field debian/control §8 Architecture any 1140N: 1141C: pytqt source: trimmed-deb822-field debian/control §8 Depends ${shlibs:Depends}, ${misc:Depends} 1142N: 1143C: pytqt source: trimmed-deb822-field debian/control §8 Description pyuic and pylupdate for TQt\n pyuic is the PyTQt counterpart for TQt's uic. It takes an XML\n user interface file and generates Python code.\n .\n pylupdate is the counterpart for TQt's lupdate. It updates TQt\n Linguist translation files from Python code. 1144N: 1145C: pytqt source: trimmed-deb822-field debian/control §8 Package pytqt-tools 1146N: 1147C: pytqt source: trimmed-deb822-field debian/control §9 Architecture all 1148N: 1149C: pytqt source: trimmed-deb822-field debian/control §9 Breaks python-tqt-dev 1150N: 1151C: pytqt source: trimmed-deb822-field debian/control §9 Depends ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, python3-pytqt (>= ${source:Version}) 1152N: 1153C: pytqt source: trimmed-deb822-field debian/control §9 Description TQt bindings for Python - Development files\n Development .sip files with definitions of PyTQt classes. They\n are needed to build PyTQt, but also as building blocks of other\n packages based on them, like PyTDE. 1154N: 1155C: pytqt source: trimmed-deb822-field debian/control §9 Package pytqt-dev 1156N: 1157C: pytqt source: trimmed-deb822-field debian/control §9 Replaces python-tqt-dev 1158N: 1159C: pytqt source: trimmed-deb822-field debian/control §9 Suggests python3-sip-tqt-dev, sip-tqt-dev 1160N: 1161C: pytqt source: trimmed-field Architecture any all 1162N: 1163N: These are the raw but trimmed contents of the named field in the package's 1164N: primary control file. 1165N: 1166N: Visibility: classification 1167N: Show-Always: no 1168N: Check: fields/trimmed 1169N: This tag is a classification. There is no issue in your package. 1170N: 1171N: 1172C: pytqt source: trimmed-field Binary python3-pytqt, python3-pytqt-dbg, python3-pytqt-gl, python3-pytqt-gl-dbg, python3-pytqtext, python3-pytqtext-dbg, pytqt-tools, pytqt-dev, pytqt-doc 1173N: 1174C: pytqt source: trimmed-field Build-Depends debhelper (>= 10~), python3-all-dev, python3-all-dbg, libtqtinterface-dev, tqt3-dev-tools, tqt3-apps-dev, python3-sip-tqt-dev, python3-sip-tqt-dbg, libtqscintilla-dev, dh-python 1175N: 1176C: pytqt source: trimmed-field Checksums-Sha1 c58ba102679e7c29845f3306ea2b8cce8a73d2ce 460348 pytqt_14.1.6~pre2.orig.tar.xz\n a5d4e52802b71db38ada46dfa7a4962d27a40e50 8692 pytqt_14.1.6~pre2-0ubuntu22.04.0+3.debian.tar.xz 1177N: 1178C: pytqt source: trimmed-field Checksums-Sha256 951568d6c889a15a87fca54f6fbfa4e497a6b86111f81c420a7d4ae103ebbdc6 460348 pytqt_14.1.6~pre2.orig.tar.xz\n 918d3c70eb373337ae14985f5de8a95aad12d53d54f7ce210915c67ebf5b33d1 8692 pytqt_14.1.6~pre2-0ubuntu22.04.0+3.debian.tar.xz 1179N: 1180C: pytqt source: trimmed-field Files f057e72f8c75969c60765726d819ba00 460348 pytqt_14.1.6~pre2.orig.tar.xz\n 1e31439583af711e6388c03f08f1df75 8692 pytqt_14.1.6~pre2-0ubuntu22.04.0+3.debian.tar.xz 1181N: 1182C: pytqt source: trimmed-field Format 3.0 (quilt) 1183N: 1184C: pytqt source: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 1185N: 1186C: pytqt source: trimmed-field Original-Maintainer Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> 1187N: 1188C: pytqt source: trimmed-field Package-List python3-pytqt deb python optional arch=any\n python3-pytqt-dbg deb debug optional arch=any\n python3-pytqt-gl deb python optional arch=any\n python3-pytqt-gl-dbg deb debug optional arch=any\n python3-pytqtext deb python optional arch=any\n python3-pytqtext-dbg deb debug optional arch=any\n pytqt-dev deb python optional arch=all\n pytqt-doc deb doc optional arch=all\n pytqt-tools deb python optional arch=any 1189N: 1190C: pytqt source: trimmed-field Source pytqt 1191N: 1192C: pytqt source: trimmed-field Standards-Version 3.8.4 1193N: 1194C: pytqt source: trimmed-field Uploaders Torsten Marek <shlomme@debian.org>, Bernd Zeimetz <bzed@debian.org>, Michael Casadevall <mcasadevall@debian.org> 1195N: 1196C: pytqt source: trimmed-field Version 4:14.1.6~pre2-0ubuntu22.04.0+3 1197N: 1198C: python3-pytqt: trimmed-field Architecture armhf 1199N: 1200C: python3-pytqt: trimmed-field Breaks python3-tqt 1201N: 1202C: python3-pytqt: trimmed-field Depends libc6 (>= 2.4), libgcc-s1 (>= 3.5), libstdc++6 (>= 5), libtqt3-apps-dev (>= 4:14.1.6~pre28), libtqt3-mt (>= 4:14.1.6~pre28), python3 (<< 3.11), python3 (>= 3.10~), python3:any, sip-tqt-py3api-7.1 1203N: 1204C: python3-pytqt: trimmed-field Description TQt bindings for Python 3\n Python binding module that allows use of TQt X Window toolkit v3.\n You can use it to create portable graphics-capable scripts (there\n are PyTQt versions for Linux, Windows and MacOS X).\n .\n At this moment PyTQt offers a vast subset of TQt API. There are\n some minor issues related to the differences between C++ and Python\n (types, etc), but usually you'll be able to write code pretty much the\n same way in both languages (with syntax differences, of course) 1205N: 1206C: python3-pytqt: trimmed-field Installed-Size 8865 1207N: 1208C: python3-pytqt: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 1209N: 1210C: python3-pytqt: trimmed-field Original-Maintainer Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> 1211N: 1212C: python3-pytqt: trimmed-field Package python3-pytqt 1213N: 1214C: python3-pytqt: trimmed-field Priority optional 1215N: 1216C: python3-pytqt: trimmed-field Provides python3.10-pytqt 1217N: 1218C: python3-pytqt: trimmed-field Replaces python3-tqt 1219N: 1220C: python3-pytqt: trimmed-field Section python 1221N: 1222C: python3-pytqt: trimmed-field Source pytqt 1223N: 1224C: python3-pytqt: trimmed-field Suggests python3-pytqt-gl, pytqt-doc, libtqt3-mt-mysql | libtqt3-mt-odbc | libtqt3-mt-psql 1225N: 1226C: python3-pytqt: trimmed-field Version 4:14.1.6~pre2-0ubuntu22.04.0+3 1227N: 1228C: python3-pytqt-dbg: trimmed-field Architecture armhf 1229N: 1230C: python3-pytqt-dbg: trimmed-field Breaks python3-tqt-dbg 1231N: 1232C: python3-pytqt-dbg: trimmed-field Build-Ids 14c7ec5df61fcb0509bebc67437e37d5005d2406 1c9b22711ce5bc317d369cc57c68f6bbe3b05637 64259d7c0aea42d081e7e75964e51679be6b14df 74ab68d12d2b7c5bc77a98efd1da81b65ca98c1b 9e98ce196992f28f14fed7337a173addc3daafc5 a42a723fe19ca8c989dee339514bffd02af733ac b22b6564f75aa619f43b9c7e686f874d988a1df5 1233N: 1234C: python3-pytqt-dbg: trimmed-field Depends libc6 (>= 2.4), libgcc-s1 (>= 3.5), libstdc++6 (>= 5), libtqt3-apps-dev (>= 4:14.1.6~pre28), libtqt3-mt (>= 4:14.1.6~pre28), python3-all-dbg, python3-pytqt (= 4:14.1.6~pre2-0ubuntu22.04.0+3), python3-sip-tqt-dbg 1235N: 1236C: python3-pytqt-dbg: trimmed-field Description TQt bindings for Python 3 (debug extension)\n Python binding module that allows use of TQt X Window toolkit v3.\n You can use it to create portable graphics-capable scripts (there\n are PyTQt versions for Linux, Windows and MacOS X).\n .\n This package contains the extension built for the Python debug interpreter. 1237N: 1238C: python3-pytqt-dbg: trimmed-field Installed-Size 36512 1239N: 1240C: python3-pytqt-dbg: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 1241N: 1242C: python3-pytqt-dbg: trimmed-field Original-Maintainer Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> 1243N: 1244C: python3-pytqt-dbg: trimmed-field Package python3-pytqt-dbg 1245N: 1246C: python3-pytqt-dbg: trimmed-field Priority optional 1247N: 1248C: python3-pytqt-dbg: trimmed-field Replaces python3-tqt-dbg 1249N: 1250C: python3-pytqt-dbg: trimmed-field Section debug 1251N: 1252C: python3-pytqt-dbg: trimmed-field Source pytqt 1253N: 1254C: python3-pytqt-dbg: trimmed-field Version 4:14.1.6~pre2-0ubuntu22.04.0+3 1255N: 1256C: python3-pytqt-gl: trimmed-field Architecture armhf 1257N: 1258C: python3-pytqt-gl: trimmed-field Breaks python3-tqt-gl 1259N: 1260C: python3-pytqt-gl: trimmed-field Depends libc6 (>= 2.4), libgcc-s1 (>= 3.5), libstdc++6 (>= 5), libtqt3-mt (>= 4:14.1.6~pre28), python3 (<< 3.11), python3 (>= 3.10~), python3-pytqt (= 4:14.1.6~pre2-0ubuntu22.04.0+3), python3-opengl 1261N: 1262C: python3-pytqt-gl: trimmed-field Description TQt OpenGL bindings for Python 3\n Python binding module that allows use of the OpenGL facilities\n offered by the TQt X Window toolkit v3. You can use it to create\n portable graphics-capable scripts (there are PyTQt versions for\n Linux, Windows and MacOS X). 1263N: 1264C: python3-pytqt-gl: trimmed-field Installed-Size 188 1265N: 1266C: python3-pytqt-gl: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 1267N: 1268C: python3-pytqt-gl: trimmed-field Original-Maintainer Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> 1269N: 1270C: python3-pytqt-gl: trimmed-field Package python3-pytqt-gl 1271N: 1272C: python3-pytqt-gl: trimmed-field Priority optional 1273N: 1274C: python3-pytqt-gl: trimmed-field Provides python3.10-pytqt-gl 1275N: 1276C: python3-pytqt-gl: trimmed-field Replaces python3-tqt-gl 1277N: 1278C: python3-pytqt-gl: trimmed-field Section python 1279N: 1280C: python3-pytqt-gl: trimmed-field Source pytqt 1281N: 1282C: python3-pytqt-gl: trimmed-field Suggests pytqt-doc 1283N: 1284C: python3-pytqt-gl: trimmed-field Version 4:14.1.6~pre2-0ubuntu22.04.0+3 1285N: 1286C: python3-pytqt-gl-dbg: trimmed-field Architecture armhf 1287N: 1288C: python3-pytqt-gl-dbg: trimmed-field Breaks python3-tqt-gl-dbg 1289N: 1290C: python3-pytqt-gl-dbg: trimmed-field Build-Ids 5880873f1f6a28a8ae982cf34db64c810ab5e444 1291N: 1292C: python3-pytqt-gl-dbg: trimmed-field Depends libc6 (>= 2.4), libgcc-s1 (>= 3.5), libstdc++6 (>= 5), libtqt3-mt (>= 4:14.1.6~pre28), python3-all-dbg, python3-pytqt-gl (= 4:14.1.6~pre2-0ubuntu22.04.0+3), python3-pytqt-dbg (= 4:14.1.6~pre2-0ubuntu22.04.0+3) 1293N: 1294C: python3-pytqt-gl-dbg: trimmed-field Description TQt OpenGL bindings for Python 3 (debug extension)\n Python binding module that allows use of the OpenGL facilities\n offered by the TQt X Window toolkit v3. You can use it to create\n portable graphics-capable scripts (there are PyTQt versions for\n Linux, Windows and MacOS X).\n .\n This package contains the extension built for the Python debug interpreter. 1295N: 1296C: python3-pytqt-gl-dbg: trimmed-field Installed-Size 961 1297N: 1298C: python3-pytqt-gl-dbg: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 1299N: 1300C: python3-pytqt-gl-dbg: trimmed-field Original-Maintainer Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> 1301N: 1302C: python3-pytqt-gl-dbg: trimmed-field Package python3-pytqt-gl-dbg 1303N: 1304C: python3-pytqt-gl-dbg: trimmed-field Priority optional 1305N: 1306C: python3-pytqt-gl-dbg: trimmed-field Replaces python3-tqt-gl-dbg 1307N: 1308C: python3-pytqt-gl-dbg: trimmed-field Section debug 1309N: 1310C: python3-pytqt-gl-dbg: trimmed-field Source pytqt 1311N: 1312C: python3-pytqt-gl-dbg: trimmed-field Version 4:14.1.6~pre2-0ubuntu22.04.0+3 1313N: 1314C: python3-pytqtext: trimmed-field Architecture armhf 1315N: 1316C: python3-pytqtext: trimmed-field Breaks python3-tqtext 1317N: 1318C: python3-pytqtext: trimmed-field Depends libc6 (>= 2.4), libgcc-s1 (>= 3.5), libstdc++6 (>= 5), libtqscintilla7 (>= 4:14.1.6~pre2), libtqt3-mt (>= 4:14.1.6~pre28), python3 (<< 3.11), python3 (>= 3.10~), python3-pytqt (= 4:14.1.6~pre2-0ubuntu22.04.0+3) 1319N: 1320C: python3-pytqtext: trimmed-field Description TQt extensions for PyTQt\n PyTQt Extensions. Contains:\n .\n * TQScintilla: a featureful TQt source code editing component based\n on Scintilla. 1321N: 1322C: python3-pytqtext: trimmed-field Installed-Size 764 1323N: 1324C: python3-pytqtext: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 1325N: 1326C: python3-pytqtext: trimmed-field Original-Maintainer Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> 1327N: 1328C: python3-pytqtext: trimmed-field Package python3-pytqtext 1329N: 1330C: python3-pytqtext: trimmed-field Priority optional 1331N: 1332C: python3-pytqtext: trimmed-field Provides python3.10-pytqtext 1333N: 1334C: python3-pytqtext: trimmed-field Replaces python3-tqtext 1335N: 1336C: python3-pytqtext: trimmed-field Section python 1337N: 1338C: python3-pytqtext: trimmed-field Source pytqt 1339N: 1340C: python3-pytqtext: trimmed-field Version 4:14.1.6~pre2-0ubuntu22.04.0+3 1341N: 1342C: python3-pytqtext-dbg: trimmed-field Architecture armhf 1343N: 1344C: python3-pytqtext-dbg: trimmed-field Breaks python3-tqtext-dbg 1345N: 1346C: python3-pytqtext-dbg: trimmed-field Build-Ids a876deebd416f801757f8b0274b7d1a46a2c1365 1347N: 1348C: python3-pytqtext-dbg: trimmed-field Depends libc6 (>= 2.4), libgcc-s1 (>= 3.5), libstdc++6 (>= 5), libtqscintilla7 (>= 4:14.1.6~pre2), libtqt3-mt (>= 4:14.1.6~pre28), python3-all-dbg, python3-pytqtext (= 4:14.1.6~pre2-0ubuntu22.04.0+3), python3-pytqt-dbg (= 4:14.1.6~pre2-0ubuntu22.04.0+3) 1349N: 1350C: python3-pytqtext-dbg: trimmed-field Description TQt debug extensions for PyTQt\n PyTQt debug Extensions. Contains:\n .\n * TQScintilla: a featureful TQt source code editing component based\n on Scintilla. 1351N: 1352C: python3-pytqtext-dbg: trimmed-field Installed-Size 5126 1353N: 1354C: python3-pytqtext-dbg: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 1355N: 1356C: python3-pytqtext-dbg: trimmed-field Original-Maintainer Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> 1357N: 1358C: python3-pytqtext-dbg: trimmed-field Package python3-pytqtext-dbg 1359N: 1360C: python3-pytqtext-dbg: trimmed-field Priority optional 1361N: 1362C: python3-pytqtext-dbg: trimmed-field Replaces python3-tqtext-dbg 1363N: 1364C: python3-pytqtext-dbg: trimmed-field Section debug 1365N: 1366C: python3-pytqtext-dbg: trimmed-field Source pytqt 1367N: 1368C: python3-pytqtext-dbg: trimmed-field Version 4:14.1.6~pre2-0ubuntu22.04.0+3 1369N: 1370C: pytqt-dev: trimmed-field Architecture all 1371N: 1372C: pytqt-dev: trimmed-field Breaks python-tqt-dev 1373N: 1374C: pytqt-dev: trimmed-field Depends python3:any, python3-pytqt (>= 4:14.1.6~pre2-0ubuntu22.04.0+3) 1375N: 1376C: pytqt-dev: trimmed-field Description TQt bindings for Python - Development files\n Development .sip files with definitions of PyTQt classes. They\n are needed to build PyTQt, but also as building blocks of other\n packages based on them, like PyTDE. 1377N: 1378C: pytqt-dev: trimmed-field Installed-Size 1218 1379N: 1380C: pytqt-dev: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 1381N: 1382C: pytqt-dev: trimmed-field Original-Maintainer Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> 1383N: 1384C: pytqt-dev: trimmed-field Package pytqt-dev 1385N: 1386C: pytqt-dev: trimmed-field Priority optional 1387N: 1388C: pytqt-dev: trimmed-field Replaces python-tqt-dev 1389N: 1390C: pytqt-dev: trimmed-field Section python 1391N: 1392C: pytqt-dev: trimmed-field Source pytqt 1393N: 1394C: pytqt-dev: trimmed-field Suggests python3-sip-tqt-dev, sip-tqt-dev 1395N: 1396C: pytqt-dev: trimmed-field Version 4:14.1.6~pre2-0ubuntu22.04.0+3 1397N: 1398C: pytqt-doc: trimmed-field Architecture all 1399N: 1400C: pytqt-doc: trimmed-field Breaks python-tqt-doc 1401N: 1402C: pytqt-doc: trimmed-field Description TQt bindings for Python - Documentation and examples\n Documentation and examples for the PyTQt (bindings that allow\n the use of TQt library from within a Python script). 1403N: 1404C: pytqt-doc: trimmed-field Installed-Size 919 1405N: 1406C: pytqt-doc: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 1407N: 1408C: pytqt-doc: trimmed-field Original-Maintainer Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> 1409N: 1410C: pytqt-doc: trimmed-field Package pytqt-doc 1411N: 1412C: pytqt-doc: trimmed-field Priority optional 1413N: 1414C: pytqt-doc: trimmed-field Replaces python-tqt-doc 1415N: 1416C: pytqt-doc: trimmed-field Section doc 1417N: 1418C: pytqt-doc: trimmed-field Source pytqt 1419N: 1420C: pytqt-doc: trimmed-field Suggests python3-pytqt 1421N: 1422C: pytqt-doc: trimmed-field Version 4:14.1.6~pre2-0ubuntu22.04.0+3 1423N: 1424C: pytqt-tools: trimmed-field Architecture armhf 1425N: 1426C: pytqt-tools: trimmed-field Depends libc6 (>= 2.34), libgcc-s1 (>= 3.5), libstdc++6 (>= 5), libtqt3-mt (>= 4:14.1.6~pre28) 1427N: 1428C: pytqt-tools: trimmed-field Description pyuic and pylupdate for TQt\n pyuic is the PyTQt counterpart for TQt's uic. It takes an XML\n user interface file and generates Python code.\n .\n pylupdate is the counterpart for TQt's lupdate. It updates TQt\n Linguist translation files from Python code. 1429N: 1430C: pytqt-tools: trimmed-field Installed-Size 315 1431N: 1432C: pytqt-tools: trimmed-field Maintainer TDE Debian Team <team-debian@trinitydesktop.org> 1433N: 1434C: pytqt-tools: trimmed-field Original-Maintainer Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> 1435N: 1436C: pytqt-tools: trimmed-field Package pytqt-tools 1437N: 1438C: pytqt-tools: trimmed-field Priority optional 1439N: 1440C: pytqt-tools: trimmed-field Section python 1441N: 1442C: pytqt-tools: trimmed-field Source pytqt 1443N: 1444C: pytqt-tools: trimmed-field Version 4:14.1.6~pre2-0ubuntu22.04.0+3 1445N: 1446O: pytqt source: binary-nmu-debian-revision-in-source 4:14.1.6~pre2-0ubuntu22.04.0+3 1447N: 1448N: The version number of your source package ends in +b and a number or has a 1449N: Debian revision containing three parts. These version numbers are used by 1450N: binary NMUs and should not be used as the source version. (The +b form is 1451N: the current standard; the three-part version number now obsolete.) 1452N: 1453N: Please refer to Debian Developer's Reference section 5.10.2.1 for details. 1454N: 1455N: Visibility: warning 1456N: Show-Always: no 1457N: Check: fields/version 1458N: 1459N: 1460N: We want XZ regardless of the default compression. 1461O: pytqt source: custom-compression-in-debian-source-options compression = "xz" (line 2) 1462N: 1463N: This package selects a custom compression level or algorithm in 1464N: debian/source/options. Please remove the call and let dpkg-deb(1) select 1465N: suitable defaults. 1466N: 1467N: Custom compression settings are usually chosen for one of two reasons: 1468N: 1469N: Higher compression levels or more advanced algorithms shrink the sizes of 1470N: large files, but they can cause problems in the resource constrained 1471N: environments used in Debian's buildd infrastructure. For example, higher 1472N: than expected memory consumption may trigger an FTBFS or a failure to 1473N: install. 1474N: 1475N: Lower compression levels or less advanced algorithms are sometimes needed 1476N: to support older Debian version. Unfortunately, they also make it harder 1477N: to change the defauls on an archive-wide basis. 1478N: 1479N: Some legitimate use cases trigger this tag. Please override it. 1480N: 1481N: Please refer to Bug#829100, Bug#906614, Bug#909696, and the dpkg-deb(1) 1482N: manual page for details. 1483N: 1484N: Visibility: warning 1485N: Show-Always: no 1486N: Check: debian/source-dir 1487N: Renamed from: debian-source-options-has-custom-compression-settings 1488N: 1489N: 1490N: We want XZ regardless of the default compression. 1491O: pytqt source: custom-compression-in-debian-source-options compression-level = 9 (line 3) 1492N: 1493N: The package is for the debug variant of the python interpreter, not like dbgsym. 1494O: python3-pytqt-dbg: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/14/c7ec5df61fcb0509bebc67437e37d5005d2406.debug 1495N: 1496N: The binary is installed as a detached "debug symbols" ELF file, but it 1497N: does not appear to have debug information associated with it. 1498N: 1499N: A common cause is not passing -g to GCC when compiling. 1500N: 1501N: Implementation detail: Lintian checks for the ".debug_line" and the 1502N: ".debug_str" sections. If either of these are present, the binary is 1503N: assumed to contain debug information. 1504N: 1505N: Please refer to Bug#668437 for details. 1506N: 1507N: Visibility: warning 1508N: Show-Always: no 1509N: Check: binaries/debug-symbols/detached 1510N: 1511N: 1512N: The package is for the debug variant of the python interpreter, not like dbgsym. 1513O: python3-pytqt-dbg: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/1c/9b22711ce5bc317d369cc57c68f6bbe3b05637.debug 1514N: 1515N: The package is for the debug variant of the python interpreter, not like dbgsym. 1516O: python3-pytqt-dbg: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/64/259d7c0aea42d081e7e75964e51679be6b14df.debug 1517N: 1518N: The package is for the debug variant of the python interpreter, not like dbgsym. 1519O: python3-pytqt-dbg: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/74/ab68d12d2b7c5bc77a98efd1da81b65ca98c1b.debug 1520N: 1521N: The package is for the debug variant of the python interpreter, not like dbgsym. 1522O: python3-pytqt-dbg: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/9e/98ce196992f28f14fed7337a173addc3daafc5.debug 1523N: 1524N: The package is for the debug variant of the python interpreter, not like dbgsym. 1525O: python3-pytqt-dbg: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/a4/2a723fe19ca8c989dee339514bffd02af733ac.debug 1526N: 1527N: The package is for the debug variant of the python interpreter, not like dbgsym. 1528O: python3-pytqt-dbg: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/b2/2b6564f75aa619f43b9c7e686f874d988a1df5.debug 1529N: 1530N: The package is for the debug variant of the python interpreter, not like dbgsym. 1531O: python3-pytqt-gl-dbg: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/58/80873f1f6a28a8ae982cf34db64c810ab5e444.debug 1532N: 1533N: The package is for the debug variant of the python interpreter, not like dbgsym. 1534O: python3-pytqtext-dbg: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/a8/76deebd416f801757f8b0274b7d1a46a2c1365.debug 1535 1536--------------------