Processing of aura-browser_5.27.10-1_amd64.changes

2024-02-19 Thread Debian FTP Masters
/aura-browser_5.27.10-1_amd64.changes couldn't be processed for 48 hours and is 
now deleted
All files it mentions are also removed:
  aura-browser_5.27.10-1.dsc, aura-browser_5.27.10.orig.tar.xz, 
aura-browser_5.27.10.orig.tar.xz.asc, aura-browser_5.27.10-1.debian.tar.xz, 
aura-browser-dbgsym_5.27.10-1_amd64.deb, 
aura-browser_5.27.10-1_amd64.buildinfo, aura-browser_5.27.10-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#1064292: pyside2: NMU diff for 64-bit time_t transition

2024-02-19 Thread Steve Langasek
Source: pyside2
Version: 5.15.12-6
Severity: important
Tags: patch pending sid trixie
User: debian-...@lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
pyside2 as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for pyside2
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru pyside2-5.15.12/debian/changelog pyside2-5.15.12/debian/changelog
--- pyside2-5.15.12/debian/changelog2024-02-08 08:13:11.0 +
+++ pyside2-5.15.12/debian/changelog2024-02-19 18:32:19.0 +
@@ -1,3 +1,10 @@
+pyside2 (5.15.12-6.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Mon, 19 Feb 2024 18:32:19 +
+
 pyside2 (5.15.12-6) unstable; urgency=medium
 
   * Team upload.
diff -Nru pyside2-5.15.12/debian/control pyside2-5.15.12/debian/control
--- pyside2-5.15.12/debian/control  2024-02-08 08:13:11.0 +
+++ pyside2-5.15.12/debian/control  2024-02-19 18:32:19.0 +
@@ -76,13 +76,14 @@
  .
  This package contains the common documentation package.
 
-Package: libpyside2-py3-5.15
+Package: libpyside2-py3-5.15t64
+Breaks: libpyside2-py3-5.15 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
 Conflicts: libpyside2-py3-5.11, libpyside2-py3-5.13, libpyside2-py3-5.14
-Replaces: libpyside2-py3-5.11, libpyside2-py3-5.13, libpyside2-py3-5.14
-Provides: libpyside2-py3
+Replaces: libpyside2-py3-5.15, libpyside2-py3-5.11, libpyside2-py3-5.13, 
libpyside2-py3-5.14
+Provides: ${t64:Provides}, libpyside2-py3
 Description: Python 3 bindings for Qt5 (base files)
  pyside2 provides Python bindings for Qt 5.x framework.
  .
@@ -94,7 +95,7 @@
 Package: libpyside2-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, libpyside2-py3-5.15 (= 
${binary:Version})
+Depends: ${misc:Depends}, ${shlibs:Depends}, libpyside2-py3-5.15t64 (= 
${binary:Version})
 Description: Python bindings for Qt5 (development files)
  pyside2 provides Python bindings for Qt 5.x framework.
  .
@@ -127,13 +128,14 @@
  .
  Shiboken2 is the binding generator used to create the PySide2 bindings.
 
-Package: libshiboken2-py3-5.15
+Package: libshiboken2-py3-5.15t64
+Breaks: libshiboken2-py3-5.15 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
 Conflicts: libshiboken2-py3-5.11, libshiboken2-py3-5.13, libshiboken2-py3-5.14
-Replaces: libshiboken2-py3-5.11, libshiboken2-py3-5.13, libshiboken2-py3-5.14
-Provides: libshiboken2-py3
+Replaces: libshiboken2-py3-5.15, libshiboken2-py3-5.11, libshiboken2-py3-5.13, 
libshiboken2-py3-5.14
+Provides: ${t64:Provides}, libshiboken2-py3
 Description: CPython bindings generator for C++ libraries (Python3 shared 
library)
  Shiboken2 is a bindings generator for C++ libraries that outputs CPython
  source code. It collects information from library headers, and then
@@ -148,7 +150,7 @@
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends},
- libshiboken2-py3-5.15 (= ${binary:Version}), shiboken2 (= ${binary:Version}), 
python3-dev
+ libshibo

Processing of pyside2_5.15.12-6.1~exp1_source.changes

2024-02-19 Thread Debian FTP Masters
pyside2_5.15.12-6.1~exp1_source.changes uploaded successfully to localhost
along with the files:
  pyside2_5.15.12-6.1~exp1.dsc
  pyside2_5.15.12-6.1~exp1.debian.tar.xz
  pyside2_5.15.12-6.1~exp1_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



pyside2_5.15.12-6.1~exp1_source.changes ACCEPTED into experimental

2024-02-19 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 19 Feb 2024 19:23:32 +
Source: pyside2
Architecture: source
Version: 5.15.12-6.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Steve Langasek 
Changes:
 pyside2 (5.15.12-6.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 5892b6a0ba2948b0edebc36c69b811778038daf4 7762 pyside2_5.15.12-6.1~exp1.dsc
 7537903bcc18c5baa0dbff1c269cfb7c1f24c3dc 30796 
pyside2_5.15.12-6.1~exp1.debian.tar.xz
 02724c22cb60f22510f1234d36119fa05f07460d 20876 
pyside2_5.15.12-6.1~exp1_source.buildinfo
Checksums-Sha256:
 389daa17a2e0be6b5eda8a5a7164145ad0ec629c9492471a9e20c67481b6b179 7762 
pyside2_5.15.12-6.1~exp1.dsc
 c124e87db11db2841cdb09aacb9e2721c4c728d215338af49d3b5de6d85ec414 30796 
pyside2_5.15.12-6.1~exp1.debian.tar.xz
 7578e7f7ae53551e01c72f51418bfe21a00ab90cea03c687c9eff28ed2a6dc4d 20876 
pyside2_5.15.12-6.1~exp1_source.buildinfo
Files:
 867ff159982dbe2327512c57b685fe98 7762 python optional 
pyside2_5.15.12-6.1~exp1.dsc
 429b4d0a10b01d1cf65c6a9d2d6650ff 30796 python optional 
pyside2_5.15.12-6.1~exp1.debian.tar.xz
 6ba6f45ba1a71ec25f5a52674ee127ba 20876 python optional 
pyside2_5.15.12-6.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXTsJQSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9oCwQAISt9yU6w+dMDNB4qBTOvVkdNmGLy5bp
JWpFSjZD1tCOrjqT4UV9DxDyWkOSKmb/TKBxuHhMs1occlbWyVpBCYZ6Asd9BA0x
Pe11i5fr4WPazWy/2msKcjlT1KvbYMP5s1xrzDMe55CDTddU51cjgZcuSuh6WPUk
TQROXwEXB34Y5gnvoiZL64s9XXIAjGArBa2YOrTlYli80nw3LvOBgRrt/ubla2xy
2bfOBc0qCfUTOIoSc7p981mNBFOaO7hZuy5PKqvX5qG0PhU1OW2ftMIr5H6K71cU
pTEdFLj7VWztXmrnUav4/+vOG4sJc+MHU/Esyim6KQxmv2NK2OiRDvqSTPy0iZeW
VUE/WLewbStVHDi9r7HDKIxjMnb+0EaqU8A2p0ml207EsP1P9aw3Icqy/Z53Es5h
ZTgm+KJjI+X7JPaYmKHOyUSczUX1PFuNFOMx/lOZdZXcv3TEZfXnELKnv6oNcYxn
aXFSXSPJMCM6cZjppvGFy6muz2pjQIL0sphXuKF3rLUACDhq6jheWoqFIL52BkPZ
7JhLWjLuRUV92NJIfB6dZ1mjvGpsILLx6juUlwsRIeD9A1h7jhmrh8e6WmiHh7tG
nhSo2HlJ7V37ZyTAwOKriyind+YxuakACtV8HfdwsTfiKyXOyLHSXjhTLxM/4hXl
RyUpUHx3VOnE
=8cZb
-END PGP SIGNATURE-



pgplCZDYjL27U.pgp
Description: PGP signature


Bug#1064339: qtscript-opensource-src: FTBFS: Please add support for loongarch64

2024-02-19 Thread 宋鼎

Source: qtscript-opensource-src
Version: 5.15.10+dfsg-2
Severity: wishlist
Tags: ftbfs patch
User: debian-loonga...@lists.debian.org
Usertags: loong64


Dear maintainers,

We need to add architectural support for qtscript-opensource-src. 
Otherwise it will build failures .


Please consider the patch I have attached.
Would it be possible to include the support for LoongArch in the next
upload?
If you have any questions, you can contact me at any time.


/usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
   65 |   template class auto_ptr;
  |    ^~~~
../3rdparty/javascriptcore/JavaScriptCore/wtf/OwnPtr.h:61:25: warning: 
‘template class std::auto_ptr’ is deprecated: use 
'std::unique_ptr' instead [-Wdeprecated-declarations]
   61 | void adopt(std::auto_ptr autoPtr) { 
ASSERT(!autoPtr.get() || m_ptr != autoPtr.get()); deleteOwnedPtr(m_ptr); 
m_ptr = autoPtr.release(); }

  | ^~~~
/usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
   65 |   template class auto_ptr;
  |    ^~~~
../3rdparty/javascriptcore/JavaScriptCore/wtf/VectorTraits.h:84:30: 
warning: ‘template class std::auto_ptr’ is deprecated: use 
'std::unique_ptr' instead [-Wdeprecated-declarations]
   84 | struct VectorTraits > : 
SimpleClassVectorTraits { };

  |  ^~~~
/usr/include/c++/13/bits/unique_ptr.h:65:28: note: declared here
   65 |   template class auto_ptr;
  |    ^~~~
In file included from 
../3rdparty/javascriptcore/JavaScriptCore/runtime/JSCell.h:28:
../3rdparty/javascriptcore/JavaScriptCore/runtime/JSValue.h: In 
constructor ‘QTJSC::JSValue::JSValue(QTJSC::JSCell*)’:
../3rdparty/javascriptcore/JavaScriptCore/runtime/JSValue.h:493:28: 
error: cast from ‘QTJSC::JSCell*’ to ‘int32_t’ {aka ‘int’} loses 
precision [-fpermissive]

  493 | u.asBits.payload = reinterpret_cast(ptr);
  |    ^~
../3rdparty/javascriptcore/JavaScriptCore/runtime/JSValue.h: In 
constructor ‘QTJSC::JSValue::JSValue(const QTJSC::JSCell*)’:
../3rdparty/javascriptcore/JavaScriptCore/runtime/JSValue.h:505:28: 
error: cast from ‘QTJSC::JSCell*’ to ‘int32_t’ {aka ‘int’} loses 
precision [-fpermissive]
  505 | u.asBits.payload = 
reinterpret_cast(const_cast(ptr));

  | ^~~
g++ -c -include .pch/Qt5Script -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
-fno-strict-aliasing -Wall -Wreturn-type -Wcast-align -Wchar-subscripts 
-Wformat-security -Wreturn-type -Wno-unused-parameter -Wno-sign-compare 
-Wno-switch -Wno-switch-enum -Wundef -Wmissing-noreturn -Winit-self 
-fno-stack-protector -g -O2 
-ffile-prefix-map=/home/loongson/songd/qt/qtscript-opensource-src/qtscript-opensource-src-5.15.10+dfsg=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++1y 
-fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions 
-D_REENTRANT -fPIC -DQT_NO_LINKED_LIST -DQT_NO_FOREACH 
-DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -DJSC=QTJSC 
-Djscyyparse=qtjscyyparse -Djscyylex=qtjscyylex 
-Djscyyerror=qtjscyyerror -DWTF=QTWTF -DQT_NO_USING_NAMESPACE 
-DQLALR_NO_QSCRIPTGRAMMAR_DEBUG_INFO -DBUILDING_QT__=1 
-DWTF_USE_ACCELERATED_COMPOSITING -DNDEBUG -DLOG_DISABLED=1 
-DBUILDING_QT__ -DBUILDING_JavaScriptCore -DBUILDING_WTF 
-DWTF_USE_JAVASCRIPTCORE_BINDINGS=1 -DWTF_CHANGES=1 -DJS_NO_EXPORT 
-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_SCRIPT_LIB 
-DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS 
-DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS 
-DQT_DISABLE_DEPRECATED_BEFORE=0x05 
-DQT_DEPRECATED_WARNINGS_SINCE=0x06 -DQT_NO_EXCEPTIONS 
-D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_CORE_LIB 
-I. -I../3rdparty/javascriptcore/JavaScriptCore 
-I../3rdparty/javascriptcore 
-I../3rdparty/javascriptcore/JavaScriptCore/assembler 
-I../3rdparty/javascriptcore/JavaScriptCore/bytecode 
-I../3rdparty/javascriptcore/JavaScriptCore/bytecompiler 
-I../3rdparty/javascriptcore/JavaScriptCore/debugger 
-I../3rdparty/javascriptcore/JavaScriptCore/interpreter 
-I../3rdparty/javascriptcore/JavaScriptCore/jit 
-I../3rdparty/javascriptcore/JavaScriptCore/parser 
-I../3rdparty/javascriptcore/JavaScriptCore/pcre 
-I../3rdparty/javascriptcore/JavaScriptCore/profiler 
-I../3rdparty/javascriptcore/JavaScriptCore/runtime 
-I../3rdparty/javascriptcore/JavaScriptCore/wrec 
-I../3rdparty/javascriptcore/JavaScriptCore/wtf 
-I../3rdparty/javascriptcore/JavaScriptCore/wtf/symbian 
-I../3rdparty/javascriptcore/JavaScriptCore/wtf/unicode 
-I../3rdparty/javascriptcore/JavaScriptCore/yarr 
-I../3rdparty/javascriptcore/JavaScriptCore/API 
-I../3rdparty/javascriptcore/JavaScriptCore/ForwardingHeaders 
-I../3rdparty/java