[Pkg-javascript-devel] nodejs 18.20.1+dfsg-4 MIGRATED to testing

2024-05-01 Thread Debian testing watch
FYI: The status of the nodejs source package
in Debian's testing distribution has changed.

  Previous version: 18.19.1+dfsg-3
  Current version:  18.20.1+dfsg-4

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-opencv REMOVED from testing

2024-05-01 Thread Debian testing watch
FYI: The status of the node-opencv source package
in Debian's testing distribution has changed.

  Previous version: 7.0.0+git20200316.f0a03a4b-1
  Current version:  (not in testing)
  Hint: 
# 2024-05-01; done 2024-05-01
# disentangle nodejs and opencv

The script that generates this mail tries to extract removal
reasons from comments in the britney hint files. Those comments
were not originally meant to be machine readable, so if the
reason for removing your package seems to be nonsense, it is
probably the reporting script that got confused. Please check the
actual hints file before you complain about meaningless removals.

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] lumino 2024.3.25-1 MIGRATED to testing

2024-05-01 Thread Debian testing watch
FYI: The status of the lumino source package
in Debian's testing distribution has changed.

  Previous version: 2023.7.27-1
  Current version:  2024.3.25-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-node-sass 9.0.0+git20240131.6081731+dfsg-1 MIGRATED to testing

2024-05-01 Thread Debian testing watch
FYI: The status of the node-node-sass source package
in Debian's testing distribution has changed.

  Previous version: 7.0.3+git20221109.ee13eb9+dfsg-2
  Current version:  9.0.0+git20240131.6081731+dfsg-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-clipanion 3.2.1+dfsg-2 MIGRATED to testing

2024-05-01 Thread Debian testing watch
FYI: The status of the node-clipanion source package
in Debian's testing distribution has changed.

  Previous version: 3.2.1+dfsg-1
  Current version:  3.2.1+dfsg-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] node-re2 1.20.10+~cs2.13.13-1 MIGRATED to testing

2024-05-01 Thread Debian testing watch
FYI: The status of the node-re2 source package
in Debian's testing distribution has changed.

  Previous version: 1.19.2+~cs2.13.13-1
  Current version:  1.20.10+~cs2.13.13-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#1070103: libnode-dev: Version bump of NODE_MODULE_VERSION makes node-gyp build broken modules

2024-05-01 Thread Jérémy Lal
Le mer. 1 mai 2024 à 10:11, Matijs van Zuijlen  a écrit :

> On 30/04/2024 09:33, Matijs van Zuijlen wrote:
> > On 30/04/2024 08:53, Jérémy Lal wrote:
> >> To solve both, you should do `pkgjs-install` next to package.json, so
> >> that your system-installed
> >> modules are symlinked to the local node_modules directory.
> >> Then "npm install" shouldn't remove the symlinks and install just the
> >> missing ones.
> >
> > There is no package.json, because I am using npm -g install renovate,
> > not installing from a checked-out repository. Is npm -g install not
> > supposed to work?
> >
> > I will now try installing from the repository and let you know if that
> > works.
>
> I tried this and I can now run renovate from inside its repository, but
> I don't know how to then install the renovate tool for general use. So
> this is not (yet) a replacement for npm -g install.
>

npm -g install is not a good tool anyway...
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Bug#1070103: libnode-dev: Version bump of NODE_MODULE_VERSION makes node-gyp build broken modules

2024-05-01 Thread Matijs van Zuijlen

On 30/04/2024 09:33, Matijs van Zuijlen wrote:

On 30/04/2024 08:53, Jérémy Lal wrote:
To solve both, you should do `pkgjs-install` next to package.json, so 
that your system-installed

modules are symlinked to the local node_modules directory.
Then "npm install" shouldn't remove the symlinks and install just the 
missing ones.


There is no package.json, because I am using npm -g install renovate, 
not installing from a checked-out repository. Is npm -g install not 
supposed to work?


I will now try installing from the repository and let you know if that 
works.


I tried this and I can now run renovate from inside its repository, but 
I don't know how to then install the renovate tool for general use. So 
this is not (yet) a replacement for npm -g install.


Kind regards,
Matijs van Zuijlen

--
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel


[Pkg-javascript-devel] Processed: reassign 1070102 to src:llvm-toolchain-14, reassign 1055324 to src:libdmapsharing ...

2024-05-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 1070102 src:llvm-toolchain-14 1:14.0.6-12
Bug #1070102 [src:llm-toolchain-14] Requesting patch for llvm-toolchain-14
Warning: Unknown package 'src:llm-toolchain-14'
Bug reassigned from package 'src:llm-toolchain-14' to 'src:llvm-toolchain-14'.
No longer marked as found in versions llm-toolchain-14/1:14.0.6-12.
Ignoring request to alter fixed versions of bug #1070102 to the same values 
previously set
Bug #1070102 [src:llvm-toolchain-14] Requesting patch for llvm-toolchain-14
Marked as found in versions llvm-toolchain-14/1:14.0.6-12.
> reassign 1055324 src:libdmapsharing 3.9.13-1
Bug #1055324 [libdmapsharing-4.0-3] libdmapsharing-4.0-3: tries to write to 
/build on end-user systems
Warning: Unknown package 'libdmapsharing-4.0-3'
Bug reassigned from package 'libdmapsharing-4.0-3' to 'src:libdmapsharing'.
No longer marked as found in versions libdmapsharing/3.9.13-1.
Ignoring request to alter fixed versions of bug #1055324 to the same values 
previously set
Bug #1055324 [src:libdmapsharing] libdmapsharing-4.0-3: tries to write to 
/build on end-user systems
Marked as found in versions libdmapsharing/3.9.13-1.
> found 1060951 1.78.1-17
Bug #1060951 [src:gobject-introspection] Build regression in multiarch 
g-ir-scanner
Marked as found in versions gobject-introspection/1.78.1-17.
> tags 1060951 - sid trixie
Bug #1060951 [src:gobject-introspection] Build regression in multiarch 
g-ir-scanner
Removed tag(s) trixie and sid.
> tags 1064373 - sid trixie
Bug #1064373 [src:squeekboard] squeekboard: Depends on obsolete rust-gtk
Removed tag(s) trixie and sid.
> tags 1069983 + experimental
Bug #1069983 [src:dwarf-fortress] dwarf-fortress: Manual build-depends on NBS 
package libgtk2.0-0
Added tag(s) experimental.
> found 1069983 0.47.05+dfsg1-1
Bug #1069983 [src:dwarf-fortress] dwarf-fortress: Manual build-depends on NBS 
package libgtk2.0-0
Marked as found in versions dwarf-fortress/0.47.05+dfsg1-1.
> tags 1069984 - sid trixie
Bug #1069984 [src:alire] alire: Build-depends on NBS package libgnatcoll21-dev
Removed tag(s) trixie and sid.
> tags 1069518 - sid trixie
Bug #1069518 {Done: Stuart Prescott } [src:projecteur] 
projecteur: FTBFS on armhf: deviceinput.cc:697:64: error: narrowing conversion 
of ‘(int32_t)ie.DeviceInputEvent::value’ from ‘int32_t’ {aka ‘int’} to ‘__u16’ 
{aka ‘short unsigned int’} [-Werror=narrowing]
Removed tag(s) trixie and sid.
> tags 1070062 + sid trixie
Bug #1070062 [src:waylandpp] waylandpp: Missing build-depends 
libwayland-egl1-mesa
Added tag(s) sid and trixie.
> notfound 1064808 2.13.0+~2.11.0-1
Bug #1064808 {Done: Salvatore Bonaccorso } 
[src:node-sanitize-html] node-sanitize-html: CVE-2024-21501
No longer marked as found in versions node-sanitize-html/2.13.0+~2.11.0-1.
> tags 1015583 + experimental
Bug #1015583 {Done: Patrick Franz } [src:plasma-framework] 
plasma-framework: ftbfs with LTO (link time optimization) enabled
Added tag(s) experimental.
> tags 1015677 + experimental
Bug #1015677 {Done: Patrick Franz } [src:syndication] 
syndication: ftbfs with LTO (link time optimization) enabled
Added tag(s) experimental.
> tags 1015465 + experimental
Bug #1015465 {Done: Patrick Franz } [src:kwallet-kf5] 
kwallet-kf5: ftbfs with LTO (link time optimization) enabled
Added tag(s) experimental.
> tags 1015463 + experimental
Bug #1015463 {Done: Patrick Franz } [src:ktexteditor] 
ktexteditor: ftbfs with LTO (link time optimization) enabled
Added tag(s) experimental.
> tags 1015460 + experimental
Bug #1015460 {Done: Patrick Franz } [src:kross] kross: 
ftbfs with LTO (link time optimization) enabled
Added tag(s) experimental.
> tags 1015455 + experimental
Bug #1015455 {Done: Patrick Franz } [src:kjsembed] 
kjsembed: ftbfs with LTO (link time optimization) enabled
Added tag(s) experimental.
> tags 1015453 + experimental
Bug #1015453 {Done: Patrick Franz } [src:kirigami2] 
kirigami2: ftbfs with LTO (link time optimization) enabled
Added tag(s) experimental.
> tags 1015452 + experimental
Bug #1015452 {Done: Patrick Franz } [src:kio] kio: ftbfs 
with LTO (link time optimization) enabled
Added tag(s) experimental.
> tags 1015454 + experimental
Bug #1015454 {Done: Patrick Franz } [src:kjs] kjs: ftbfs 
with LTO (link time optimization) enabled
Added tag(s) experimental.
> tags 1015456 + experimental
Bug #1015456 {Done: Patrick Franz } [src:knewstuff] 
knewstuff: ftbfs with LTO (link time optimization) enabled
Added tag(s) experimental.
> tags 1015451 + experimental
Bug #1015451 {Done: Patrick Franz } [src:khtml] khtml: 
ftbfs with LTO (link time optimization) enabled
Added tag(s) experimental.
> tags 1015446 + experimental
Bug #1015446 {Done: Patrick Franz } [src:kdelibs4support] 
kdelibs4support: ftbfs with LTO (link time optimization) enabled
Added tag(s) experimental.
> tags 1015443 + experimental
Bug #1015443 {Done: Patrick Franz } [src:kdeclarative] 
kdeclarative: ftbfs with LTO (link time optimization) enabled
Added tag(s) experimental.
>