Version in base suite: 0.0.2+git20250113.056ad74-1 Base version: emacs-libvterm_0.0.2+git20250113.056ad74-1 Target version: emacs-libvterm_0.0.2+git20250113.056ad74-3~deb13u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/e/emacs-libvterm/emacs-libvterm_0.0.2+git20250113.056ad74-1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/e/emacs-libvterm/emacs-libvterm_0.0.2+git20250113.056ad74-3~deb13u1.dsc changelog | 33 +++++++++++++++++++++++++++++++++ control | 4 +++- 2 files changed, 36 insertions(+), 1 deletion(-) diff -Nru emacs-libvterm-0.0.2+git20250113.056ad74/debian/changelog emacs-libvterm-0.0.2+git20250113.056ad74/debian/changelog --- emacs-libvterm-0.0.2+git20250113.056ad74/debian/changelog 2025-02-17 10:24:43.000000000 +0000 +++ emacs-libvterm-0.0.2+git20250113.056ad74/debian/changelog 2025-10-06 06:55:36.000000000 +0000 @@ -1,3 +1,36 @@ +emacs-libvterm (0.0.2+git20250113.056ad74-3~deb13u1) trixie; urgency=medium + + * Upload to trixie + + -- Xiyue Deng Sun, 05 Oct 2025 23:55:36 -0700 + +emacs-libvterm (0.0.2+git20250113.056ad74-3) unstable; urgency=medium + + * Fix elpa-vterm to use "Multi-Arch: no" + - elpa-vterm installs the files under the same path on different + archs, so they are not co-installable. + + -- Xiyue Deng Sat, 27 Sep 2025 16:16:16 -0700 + +emacs-libvterm (0.0.2+git20250113.056ad74-2) unstable; urgency=medium + + * Upload to unstable + - Change elpa-vterm to arch:any fixed the DEB_HOST_MULTIARCH + generation. (Closes: #1115607) + + -- Xiyue Deng Fri, 19 Sep 2025 15:32:17 -0700 + +emacs-libvterm (0.0.2+git20250113.056ad74-2~exp1) experimental; urgency=medium + + * Make elpa-vterm arch:any + - elpa-vterm sets the shard library path according to the host arch. + Previously when set as arch:all, the `load-path' is set once during + building arch:all package and won't change based on the host arch, + resulting in wrong `load-path' in non-amd64 archs. + * Add `Multi-Arch: same' hint to arch:any packages + + -- Xiyue Deng Fri, 19 Sep 2025 04:03:55 -0700 + emacs-libvterm (0.0.2+git20250113.056ad74-1) unstable; urgency=medium * Sync to latest upstream snapshot (056ad74) diff -Nru emacs-libvterm-0.0.2+git20250113.056ad74/debian/control emacs-libvterm-0.0.2+git20250113.056ad74/debian/control --- emacs-libvterm-0.0.2+git20250113.056ad74/debian/control 2025-02-17 10:24:43.000000000 +0000 +++ emacs-libvterm-0.0.2+git20250113.056ad74/debian/control 2025-10-06 06:55:36.000000000 +0000 @@ -19,6 +19,7 @@ Package: emacs-libvterm Architecture: any +Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends}, Enhances: emacs @@ -31,7 +32,8 @@ This package contains the loadable module. Package: elpa-vterm -Architecture: all +Architecture: any +Multi-Arch: no Depends: ${elpa:Depends}, ${misc:Depends}, emacs-libvterm,