Version in base suite: 2.8.29-8 Base version: uglifyjs_2.8.29-8 Target version: uglifyjs_2.8.29-8+deb13u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/u/uglifyjs/uglifyjs_2.8.29-8.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/u/uglifyjs/uglifyjs_2.8.29-8+deb13u1.dsc changelog | 7 +++++++ control | 2 +- gbp.conf | 2 +- patches/adapt-test-to-reality.patch | 15 +++++++++++++++ patches/series | 1 + 5 files changed, 25 insertions(+), 2 deletions(-) dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmp_2hlz18r/uglifyjs_2.8.29-8.dsc: no acceptable signature found dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmp_2hlz18r/uglifyjs_2.8.29-8+deb13u1.dsc: no acceptable signature found diff -Nru uglifyjs-2.8.29/debian/changelog uglifyjs-2.8.29/debian/changelog --- uglifyjs-2.8.29/debian/changelog 2021-02-15 19:30:01.000000000 +0000 +++ uglifyjs-2.8.29/debian/changelog 2026-02-11 15:25:00.000000000 +0000 @@ -1,3 +1,10 @@ +uglifyjs (2.8.29-8+deb13u1) trixie; urgency=medium + + * Team upload. + * Adapt test issue-1770.js to reality. Closes: #1072609. + + -- Santiago Vila Wed, 11 Feb 2026 16:25:00 +0100 + uglifyjs (2.8.29-8) unstable; urgency=medium * Team upload diff -Nru uglifyjs-2.8.29/debian/control uglifyjs-2.8.29/debian/control --- uglifyjs-2.8.29/debian/control 2021-02-14 21:43:17.000000000 +0000 +++ uglifyjs-2.8.29/debian/control 2026-02-11 13:00:00.000000000 +0000 @@ -15,7 +15,7 @@ Standards-Version: 4.3.0 Homepage: http://lisperator.net/uglifyjs/ Vcs-Browser: https://salsa.debian.org/js-team/uglifyjs -Vcs-Git: https://salsa.debian.org/js-team/uglifyjs.git -b master +Vcs-Git: https://salsa.debian.org/js-team/uglifyjs.git -b master-trixie Rules-Requires-Root: no Package: node-uglify diff -Nru uglifyjs-2.8.29/debian/gbp.conf uglifyjs-2.8.29/debian/gbp.conf --- uglifyjs-2.8.29/debian/gbp.conf 2021-02-14 21:43:17.000000000 +0000 +++ uglifyjs-2.8.29/debian/gbp.conf 2026-02-11 13:00:00.000000000 +0000 @@ -2,7 +2,7 @@ [DEFAULT] upstream-branch = upstream -debian-branch = master +debian-branch = master-trixie pristine-tar = True sign-tags = True filter = */.git* diff -Nru uglifyjs-2.8.29/debian/patches/adapt-test-to-reality.patch uglifyjs-2.8.29/debian/patches/adapt-test-to-reality.patch --- uglifyjs-2.8.29/debian/patches/adapt-test-to-reality.patch 1970-01-01 00:00:00.000000000 +0000 +++ uglifyjs-2.8.29/debian/patches/adapt-test-to-reality.patch 2026-02-11 13:06:00.000000000 +0000 @@ -0,0 +1,15 @@ +From: Santiago Vila +Subject: Adapt test to reality +Bug-Debian: https://bugs.debian.org/1072609 + +--- a/test/compress/issue-1770.js ++++ b/test/compress/issue-1770.js +@@ -233,7 +233,7 @@ + ba: 58, + ca: 59, + da: 60, +- ea: 61, ++ with: 61, + }; + } + } diff -Nru uglifyjs-2.8.29/debian/patches/series uglifyjs-2.8.29/debian/patches/series --- uglifyjs-2.8.29/debian/patches/series 2021-02-14 21:52:08.000000000 +0000 +++ uglifyjs-2.8.29/debian/patches/series 2026-02-11 13:00:00.000000000 +0000 @@ -3,3 +3,4 @@ 1003_fix_manpage_help_output.patch 2002_node_conflict.patch adapt-test-to-status-quo.patch +adapt-test-to-reality.patch