Your message dated Sat, 09 Nov 2024 10:51:02 +0000
with message-id
<b0a29248bc631362ed06a8879f93b8cdae5414d0.ca...@adam-barratt.org.uk>
and subject line Closing bugs released with 12.8
has caused the Debian Bug report #1081399,
regarding bookworm-pu: package node-es-module-lexer/1.1.0+dfsg-2+deb12u1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1081399: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081399
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: bookworm
X-Debbugs-Cc: node-es-module-le...@packages.debian.org
Control: affects -1 + src:node-es-module-lexer
User: release.debian....@packages.debian.org
Usertags: pu
[ Reason ]
FTBFS during build
[ Risks ]
None
[ Checklist ]
[x] *all* changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in (old)stable
[x] the issue is verified as fixed in unstable
[ Changes ]
In debian/rules, use proper build command.
diff -Nru node-es-module-lexer-1.1.0+dfsg/debian/changelog
node-es-module-lexer-1.1.0+dfsg/debian/changelog
--- node-es-module-lexer-1.1.0+dfsg/debian/changelog 2022-11-14
06:11:56.000000000 +0100
+++ node-es-module-lexer-1.1.0+dfsg/debian/changelog 2024-09-11
14:25:08.000000000 +0200
@@ -1,3 +1,9 @@
+node-es-module-lexer (1.1.0+dfsg-2+deb12u1) bookworm; urgency=medium
+
+ * Backport: update build command (Closes: #1078885)
+
+ -- Jérémy Lal <kapo...@melix.org> Wed, 11 Sep 2024 14:25:08 +0200
+
node-es-module-lexer (1.1.0+dfsg-2) unstable; urgency=medium
* Source-only upload
diff -Nru node-es-module-lexer-1.1.0+dfsg/debian/gbp.conf
node-es-module-lexer-1.1.0+dfsg/debian/gbp.conf
--- node-es-module-lexer-1.1.0+dfsg/debian/gbp.conf 2022-11-03
16:09:50.000000000 +0100
+++ node-es-module-lexer-1.1.0+dfsg/debian/gbp.conf 2024-09-11
14:24:35.000000000 +0200
@@ -1,3 +1,4 @@
[DEFAULT]
pristine-tar = True
+debian-branch = debian/bookworm
filter = [ '.gitignore', '.travis.yml', '.git*' ]
diff -Nru node-es-module-lexer-1.1.0+dfsg/debian/rules
node-es-module-lexer-1.1.0+dfsg/debian/rules
--- node-es-module-lexer-1.1.0+dfsg/debian/rules 2022-11-14
06:11:56.000000000 +0100
+++ node-es-module-lexer-1.1.0+dfsg/debian/rules 2024-09-11
14:24:15.000000000 +0200
@@ -8,7 +8,7 @@
dh $@
src/lexer.js: src/lexer.ts
- tsc -m es2015 src/lexer.ts
+ tsc --moduleResolution node -m es2015 src/lexer.ts
lib/lexer.asm.js: src/lexer.asm.js lib/lexer.emcc.asm.js
mkdir -p lib
--- End Message ---
--- Begin Message ---
Source: release.debian.org
Version: 12.8
Hi,
Each of the updates tracked by these bugs was included in today's 12.8
bookworm point release.
Regards,
Adam
--- End Message ---