Your message dated Thu, 29 Feb 2024 01:15:47 +0000
with message-id <e1rfv1x-008nyt...@fasolo.debian.org>
and subject line Bug#1063062: fixed in vte 1:0.28.2-6.1
has caused the Debian Bug report #1063062,
regarding vte: NMU diff for 64-bit time_t transition
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.)


-- 
1063062: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063062
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: vte
Version: 1:0.28.2-6
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
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
vte 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 vte
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 vte-0.28.2/debian/changelog vte-0.28.2/debian/changelog
--- vte-0.28.2/debian/changelog 2019-02-02 12:52:36.000000000 +0000
+++ vte-0.28.2/debian/changelog 2024-02-04 19:24:45.000000000 +0000
@@ -1,3 +1,10 @@
+vte (1:0.28.2-6.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Sun, 04 Feb 2024 19:24:45 +0000
+
 vte (1:0.28.2-6) unstable; urgency=medium
 
   * Stop building python-vte and libvte-doc
diff -Nru vte-0.28.2/debian/control vte-0.28.2/debian/control
--- vte-0.28.2/debian/control   2019-02-02 12:52:36.000000000 +0000
+++ vte-0.28.2/debian/control   2024-02-04 19:24:45.000000000 +0000
@@ -6,7 +6,7 @@
 Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers 
<pkg-gnome-maintain...@lists.alioth.debian.org>
-Uploaders: Jeremy Bicha <jbi...@debian.org>, Jordi Mallach <jo...@debian.org>, 
Josselin Mouette <j...@debian.org>, Michael Biebl <bi...@debian.org>
+Uploaders: Jordi Mallach <jo...@debian.org>, Josselin Mouette 
<j...@debian.org>, Michael Biebl <bi...@debian.org>
 Build-Depends: debhelper-compat (= 11),
                dh-sequence-gnome,
                libglib2.0-dev (>= 2.26.0),
@@ -23,7 +23,10 @@
 Vcs-Git: https://salsa.debian.org/gnome-team/vte.git
 Homepage: https://wiki.gnome.org/Apps/Terminal/VTE
 
-Package: libvte9
+Package: libvte9t64
+Provides: ${t64:Provides}
+Replaces: libvte9
+Breaks: libvte9 (<< ${source:Version})
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
@@ -56,7 +59,7 @@
 Architecture: any
 Section: libdevel
 Depends: ${misc:Depends},
-         libvte9 (= ${binary:Version}),
+         libvte9t64 (= ${binary:Version}),
          libcairo2-dev,
          libx11-dev,
          libgtk2.0-dev (>= 2.20.0),
@@ -76,7 +79,7 @@
 Package: libvte-common
 Architecture: all
 Depends: ${misc:Depends}
-Breaks: libvte9 (<< 1:0.28)
+Breaks: libvte9t64 (<< 1:0.28)
 Description: Terminal emulator widget for GTK+ 2.x - common files
  The VTE library provides a terminal emulator widget VteTerminal for
  applications using the GTK+ toolkit. It also provides the VtePTY object
diff -Nru vte-0.28.2/debian/control.in vte-0.28.2/debian/control.in
--- vte-0.28.2/debian/control.in        2019-02-02 12:52:36.000000000 +0000
+++ vte-0.28.2/debian/control.in        2024-02-04 19:24:44.000000000 +0000
@@ -19,7 +19,10 @@
 Vcs-Git: https://salsa.debian.org/gnome-team/vte.git
 Homepage: https://wiki.gnome.org/Apps/Terminal/VTE
 
-Package: libvte9
+Package: libvte9t64
+Provides: ${t64:Provides}
+Replaces: libvte9
+Breaks: libvte9 (<< ${source:Version})
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
@@ -52,7 +55,7 @@
 Architecture: any
 Section: libdevel
 Depends: ${misc:Depends},
-         libvte9 (= ${binary:Version}),
+         libvte9t64 (= ${binary:Version}),
          libcairo2-dev,
          libx11-dev,
          libgtk2.0-dev (>= 2.20.0),
@@ -72,7 +75,7 @@
 Package: libvte-common
 Architecture: all
 Depends: ${misc:Depends}
-Breaks: libvte9 (<< 1:0.28)
+Breaks: libvte9t64 (<< 1:0.28)
 Description: Terminal emulator widget for GTK+ 2.x - common files
  The VTE library provides a terminal emulator widget VteTerminal for
  applications using the GTK+ toolkit. It also provides the VtePTY object
diff -Nru vte-0.28.2/debian/libvte9.install vte-0.28.2/debian/libvte9.install
--- vte-0.28.2/debian/libvte9.install   2019-02-02 12:52:36.000000000 +0000
+++ vte-0.28.2/debian/libvte9.install   1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libvte.so.*
diff -Nru vte-0.28.2/debian/libvte9.lintian-overrides 
vte-0.28.2/debian/libvte9.lintian-overrides
--- vte-0.28.2/debian/libvte9.lintian-overrides 2019-02-02 12:52:36.000000000 
+0000
+++ vte-0.28.2/debian/libvte9.lintian-overrides 1970-01-01 00:00:00.000000000 
+0000
@@ -1,2 +0,0 @@
-# Setgid on purpose to write the utmp file
-libvte9: setgid-binary usr/lib/libvte9/gnome-pty-helper 2755 root/utmp
diff -Nru vte-0.28.2/debian/libvte9.symbols vte-0.28.2/debian/libvte9.symbols
--- vte-0.28.2/debian/libvte9.symbols   2019-02-02 12:52:36.000000000 +0000
+++ vte-0.28.2/debian/libvte9.symbols   1970-01-01 00:00:00.000000000 +0000
@@ -1,135 +0,0 @@
-libvte.so.9 libvte9 #MINVER#
- _vte_debug_flags@Base 1:0.24.0
- _vte_debug_init@Base 1:0.24.0
- _vte_pty_close@Base 1:0.24.0
- _vte_pty_get_size@Base 1:0.24.0
- _vte_pty_open@Base 1:0.24.0
- _vte_pty_set_size@Base 1:0.24.0
- _vte_pty_set_utf8@Base 1:0.24.0
- vte_get_user_shell@Base 1:0.28.0
- vte_pty_child_setup@Base 1:0.28.0
- vte_pty_close@Base 1:0.28.0
- vte_pty_error_get_type@Base 1:0.28.0
- vte_pty_error_quark@Base 1:0.28.0
- vte_pty_flags_get_type@Base 1:0.28.0
- vte_pty_get_fd@Base 1:0.28.0
- vte_pty_get_size@Base 1:0.28.0
- vte_pty_get_type@Base 1:0.28.0
- vte_pty_new@Base 1:0.28.0
- vte_pty_new_foreign@Base 1:0.28.0
- vte_pty_set_size@Base 1:0.28.0
- vte_pty_set_term@Base 1:0.28.0
- vte_pty_set_utf8@Base 1:0.28.0
- vte_reaper_add_child@Base 1:0.24.0
- vte_reaper_get@Base 1:0.24.0
- vte_reaper_get_type@Base 1:0.24.0
- vte_terminal_accessible_factory_get_type@Base 1:0.24.0
- vte_terminal_accessible_factory_new@Base 1:0.24.0
- vte_terminal_accessible_get_type@Base 1:0.24.0
- vte_terminal_accessible_new@Base 1:0.24.0
- vte_terminal_anti_alias_get_type@Base 1:0.24.0
- vte_terminal_copy_clipboard@Base 1:0.24.0
- vte_terminal_copy_primary@Base 1:0.24.0
- vte_terminal_cursor_blink_mode_get_type@Base 1:0.24.0
- vte_terminal_cursor_shape_get_type@Base 1:0.24.0
- vte_terminal_erase_binding_get_type@Base 1:0.24.0
- vte_terminal_feed@Base 1:0.24.0
- vte_terminal_feed_child@Base 1:0.24.0
- vte_terminal_feed_child_binary@Base 1:0.24.0
- vte_terminal_fork_command@Base 1:0.24.0
- vte_terminal_fork_command_full@Base 1:0.28.0
- vte_terminal_forkpty@Base 1:0.24.0
- vte_terminal_get_adjustment@Base 1:0.24.0
- vte_terminal_get_allow_bold@Base 1:0.24.0
- vte_terminal_get_audible_bell@Base 1:0.24.0
- vte_terminal_get_char_ascent@Base 1:0.24.0
- vte_terminal_get_char_descent@Base 1:0.24.0
- vte_terminal_get_char_height@Base 1:0.24.0
- vte_terminal_get_char_width@Base 1:0.24.0
- vte_terminal_get_child_exit_status@Base 1:0.24.0
- vte_terminal_get_column_count@Base 1:0.24.0
- vte_terminal_get_cursor_blink_mode@Base 1:0.24.0
- vte_terminal_get_cursor_position@Base 1:0.24.0
- vte_terminal_get_cursor_shape@Base 1:0.24.0
- vte_terminal_get_default_emulation@Base 1:0.24.0
- vte_terminal_get_emulation@Base 1:0.24.0
- vte_terminal_get_encoding@Base 1:0.24.0
- vte_terminal_get_font@Base 1:0.24.0
- vte_terminal_get_has_selection@Base 1:0.24.0
- vte_terminal_get_icon_title@Base 1:0.24.0
- vte_terminal_get_mouse_autohide@Base 1:0.24.0
- vte_terminal_get_padding@Base 1:0.24.0
- vte_terminal_get_pty@Base 1:0.24.0
- vte_terminal_get_pty_object@Base 1:0.28.0
- vte_terminal_get_row_count@Base 1:0.24.0
- vte_terminal_get_status_line@Base 1:0.24.0
- vte_terminal_get_text@Base 1:0.24.0
- vte_terminal_get_text_include_trailing_spaces@Base 1:0.24.0
- vte_terminal_get_text_range@Base 1:0.24.0
- vte_terminal_get_type@Base 1:0.24.0
- vte_terminal_get_using_xft@Base 1:0.24.0
- vte_terminal_get_visible_bell@Base 1:0.24.0
- vte_terminal_get_window_title@Base 1:0.24.0
- vte_terminal_im_append_menuitems@Base 1:0.24.0
- vte_terminal_is_word_char@Base 1:0.24.0
- vte_terminal_match_add@Base 1:0.24.0
- vte_terminal_match_add_gregex@Base 1:0.24.0
- vte_terminal_match_check@Base 1:0.24.0
- vte_terminal_match_clear_all@Base 1:0.24.0
- vte_terminal_match_remove@Base 1:0.24.0
- vte_terminal_match_set_cursor@Base 1:0.24.0
- vte_terminal_match_set_cursor_name@Base 1:0.24.0
- vte_terminal_match_set_cursor_type@Base 1:0.24.0
- vte_terminal_new@Base 1:0.24.0
- vte_terminal_paste_clipboard@Base 1:0.24.0
- vte_terminal_paste_primary@Base 1:0.24.0
- vte_terminal_pty_new@Base 1:0.28.0
- vte_terminal_reset@Base 1:0.24.0
- vte_terminal_search_find_next@Base 1:0.28.0
- vte_terminal_search_find_previous@Base 1:0.28.0
- vte_terminal_search_get_gregex@Base 1:0.28.0
- vte_terminal_search_get_wrap_around@Base 1:0.28.0
- vte_terminal_search_set_gregex@Base 1:0.28.0
- vte_terminal_search_set_wrap_around@Base 1:0.28.0
- vte_terminal_select_all@Base 1:0.24.0
- vte_terminal_select_none@Base 1:0.24.0
- vte_terminal_set_allow_bold@Base 1:0.24.0
- vte_terminal_set_audible_bell@Base 1:0.24.0
- vte_terminal_set_background_image@Base 1:0.24.0
- vte_terminal_set_background_image_file@Base 1:0.24.0
- vte_terminal_set_background_saturation@Base 1:0.24.0
- vte_terminal_set_background_tint_color@Base 1:0.24.0
- vte_terminal_set_background_transparent@Base 1:0.24.0
- vte_terminal_set_backspace_binding@Base 1:0.24.0
- vte_terminal_set_color_background@Base 1:0.24.0
- vte_terminal_set_color_bold@Base 1:0.24.0
- vte_terminal_set_color_cursor@Base 1:0.24.0
- vte_terminal_set_color_dim@Base 1:0.24.0
- vte_terminal_set_color_foreground@Base 1:0.24.0
- vte_terminal_set_color_highlight@Base 1:0.24.0
- vte_terminal_set_colors@Base 1:0.24.0
- vte_terminal_set_cursor_blink_mode@Base 1:0.24.0
- vte_terminal_set_cursor_blinks@Base 1:0.24.0
- vte_terminal_set_cursor_shape@Base 1:0.24.0
- vte_terminal_set_default_colors@Base 1:0.24.0
- vte_terminal_set_delete_binding@Base 1:0.24.0
- vte_terminal_set_emulation@Base 1:0.24.0
- vte_terminal_set_encoding@Base 1:0.24.0
- vte_terminal_set_font@Base 1:0.24.0
- vte_terminal_set_font_from_string@Base 1:0.24.0
- vte_terminal_set_font_from_string_full@Base 1:0.24.0
- vte_terminal_set_font_full@Base 1:0.24.0
- vte_terminal_set_mouse_autohide@Base 1:0.24.0
- vte_terminal_set_opacity@Base 1:0.24.0
- vte_terminal_set_pty@Base 1:0.24.0
- vte_terminal_set_pty_object@Base 1:0.28.0
- vte_terminal_set_scroll_background@Base 1:0.24.0
- vte_terminal_set_scroll_on_keystroke@Base 1:0.24.0
- vte_terminal_set_scroll_on_output@Base 1:0.24.0
- vte_terminal_set_scrollback_lines@Base 1:0.24.0
- vte_terminal_set_size@Base 1:0.24.0
- vte_terminal_set_visible_bell@Base 1:0.24.0
- vte_terminal_set_word_chars@Base 1:0.24.0
- vte_terminal_watch_child@Base 1:0.28.0
- vte_terminal_write_contents@Base 1:0.24.0
- vte_terminal_write_flags_get_type@Base 1:0.24.0
diff -Nru vte-0.28.2/debian/libvte9t64.install 
vte-0.28.2/debian/libvte9t64.install
--- vte-0.28.2/debian/libvte9t64.install        1970-01-01 00:00:00.000000000 
+0000
+++ vte-0.28.2/debian/libvte9t64.install        2019-02-02 12:52:36.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/libvte.so.*
diff -Nru vte-0.28.2/debian/libvte9t64.lintian-overrides 
vte-0.28.2/debian/libvte9t64.lintian-overrides
--- vte-0.28.2/debian/libvte9t64.lintian-overrides      1970-01-01 
00:00:00.000000000 +0000
+++ vte-0.28.2/debian/libvte9t64.lintian-overrides      2024-02-04 
19:24:45.000000000 +0000
@@ -0,0 +1,3 @@
+# Setgid on purpose to write the utmp file
+libvte9t64: setgid-binary usr/lib/libvte9t64/gnome-pty-helper 2755 root/utmp
+libvte9t64: package-name-doesnt-match-sonames libvte9
diff -Nru vte-0.28.2/debian/libvte9t64.symbols 
vte-0.28.2/debian/libvte9t64.symbols
--- vte-0.28.2/debian/libvte9t64.symbols        1970-01-01 00:00:00.000000000 
+0000
+++ vte-0.28.2/debian/libvte9t64.symbols        2024-02-04 19:24:45.000000000 
+0000
@@ -0,0 +1,135 @@
+libvte.so.9 libvte9t64 #MINVER#
+ _vte_debug_flags@Base 1:0.24.0
+ _vte_debug_init@Base 1:0.24.0
+ _vte_pty_close@Base 1:0.24.0
+ _vte_pty_get_size@Base 1:0.24.0
+ _vte_pty_open@Base 1:0.24.0
+ _vte_pty_set_size@Base 1:0.24.0
+ _vte_pty_set_utf8@Base 1:0.24.0
+ vte_get_user_shell@Base 1:0.28.0
+ vte_pty_child_setup@Base 1:0.28.0
+ vte_pty_close@Base 1:0.28.0
+ vte_pty_error_get_type@Base 1:0.28.0
+ vte_pty_error_quark@Base 1:0.28.0
+ vte_pty_flags_get_type@Base 1:0.28.0
+ vte_pty_get_fd@Base 1:0.28.0
+ vte_pty_get_size@Base 1:0.28.0
+ vte_pty_get_type@Base 1:0.28.0
+ vte_pty_new@Base 1:0.28.0
+ vte_pty_new_foreign@Base 1:0.28.0
+ vte_pty_set_size@Base 1:0.28.0
+ vte_pty_set_term@Base 1:0.28.0
+ vte_pty_set_utf8@Base 1:0.28.0
+ vte_reaper_add_child@Base 1:0.24.0
+ vte_reaper_get@Base 1:0.24.0
+ vte_reaper_get_type@Base 1:0.24.0
+ vte_terminal_accessible_factory_get_type@Base 1:0.24.0
+ vte_terminal_accessible_factory_new@Base 1:0.24.0
+ vte_terminal_accessible_get_type@Base 1:0.24.0
+ vte_terminal_accessible_new@Base 1:0.24.0
+ vte_terminal_anti_alias_get_type@Base 1:0.24.0
+ vte_terminal_copy_clipboard@Base 1:0.24.0
+ vte_terminal_copy_primary@Base 1:0.24.0
+ vte_terminal_cursor_blink_mode_get_type@Base 1:0.24.0
+ vte_terminal_cursor_shape_get_type@Base 1:0.24.0
+ vte_terminal_erase_binding_get_type@Base 1:0.24.0
+ vte_terminal_feed@Base 1:0.24.0
+ vte_terminal_feed_child@Base 1:0.24.0
+ vte_terminal_feed_child_binary@Base 1:0.24.0
+ vte_terminal_fork_command@Base 1:0.24.0
+ vte_terminal_fork_command_full@Base 1:0.28.0
+ vte_terminal_forkpty@Base 1:0.24.0
+ vte_terminal_get_adjustment@Base 1:0.24.0
+ vte_terminal_get_allow_bold@Base 1:0.24.0
+ vte_terminal_get_audible_bell@Base 1:0.24.0
+ vte_terminal_get_char_ascent@Base 1:0.24.0
+ vte_terminal_get_char_descent@Base 1:0.24.0
+ vte_terminal_get_char_height@Base 1:0.24.0
+ vte_terminal_get_char_width@Base 1:0.24.0
+ vte_terminal_get_child_exit_status@Base 1:0.24.0
+ vte_terminal_get_column_count@Base 1:0.24.0
+ vte_terminal_get_cursor_blink_mode@Base 1:0.24.0
+ vte_terminal_get_cursor_position@Base 1:0.24.0
+ vte_terminal_get_cursor_shape@Base 1:0.24.0
+ vte_terminal_get_default_emulation@Base 1:0.24.0
+ vte_terminal_get_emulation@Base 1:0.24.0
+ vte_terminal_get_encoding@Base 1:0.24.0
+ vte_terminal_get_font@Base 1:0.24.0
+ vte_terminal_get_has_selection@Base 1:0.24.0
+ vte_terminal_get_icon_title@Base 1:0.24.0
+ vte_terminal_get_mouse_autohide@Base 1:0.24.0
+ vte_terminal_get_padding@Base 1:0.24.0
+ vte_terminal_get_pty@Base 1:0.24.0
+ vte_terminal_get_pty_object@Base 1:0.28.0
+ vte_terminal_get_row_count@Base 1:0.24.0
+ vte_terminal_get_status_line@Base 1:0.24.0
+ vte_terminal_get_text@Base 1:0.24.0
+ vte_terminal_get_text_include_trailing_spaces@Base 1:0.24.0
+ vte_terminal_get_text_range@Base 1:0.24.0
+ vte_terminal_get_type@Base 1:0.24.0
+ vte_terminal_get_using_xft@Base 1:0.24.0
+ vte_terminal_get_visible_bell@Base 1:0.24.0
+ vte_terminal_get_window_title@Base 1:0.24.0
+ vte_terminal_im_append_menuitems@Base 1:0.24.0
+ vte_terminal_is_word_char@Base 1:0.24.0
+ vte_terminal_match_add@Base 1:0.24.0
+ vte_terminal_match_add_gregex@Base 1:0.24.0
+ vte_terminal_match_check@Base 1:0.24.0
+ vte_terminal_match_clear_all@Base 1:0.24.0
+ vte_terminal_match_remove@Base 1:0.24.0
+ vte_terminal_match_set_cursor@Base 1:0.24.0
+ vte_terminal_match_set_cursor_name@Base 1:0.24.0
+ vte_terminal_match_set_cursor_type@Base 1:0.24.0
+ vte_terminal_new@Base 1:0.24.0
+ vte_terminal_paste_clipboard@Base 1:0.24.0
+ vte_terminal_paste_primary@Base 1:0.24.0
+ vte_terminal_pty_new@Base 1:0.28.0
+ vte_terminal_reset@Base 1:0.24.0
+ vte_terminal_search_find_next@Base 1:0.28.0
+ vte_terminal_search_find_previous@Base 1:0.28.0
+ vte_terminal_search_get_gregex@Base 1:0.28.0
+ vte_terminal_search_get_wrap_around@Base 1:0.28.0
+ vte_terminal_search_set_gregex@Base 1:0.28.0
+ vte_terminal_search_set_wrap_around@Base 1:0.28.0
+ vte_terminal_select_all@Base 1:0.24.0
+ vte_terminal_select_none@Base 1:0.24.0
+ vte_terminal_set_allow_bold@Base 1:0.24.0
+ vte_terminal_set_audible_bell@Base 1:0.24.0
+ vte_terminal_set_background_image@Base 1:0.24.0
+ vte_terminal_set_background_image_file@Base 1:0.24.0
+ vte_terminal_set_background_saturation@Base 1:0.24.0
+ vte_terminal_set_background_tint_color@Base 1:0.24.0
+ vte_terminal_set_background_transparent@Base 1:0.24.0
+ vte_terminal_set_backspace_binding@Base 1:0.24.0
+ vte_terminal_set_color_background@Base 1:0.24.0
+ vte_terminal_set_color_bold@Base 1:0.24.0
+ vte_terminal_set_color_cursor@Base 1:0.24.0
+ vte_terminal_set_color_dim@Base 1:0.24.0
+ vte_terminal_set_color_foreground@Base 1:0.24.0
+ vte_terminal_set_color_highlight@Base 1:0.24.0
+ vte_terminal_set_colors@Base 1:0.24.0
+ vte_terminal_set_cursor_blink_mode@Base 1:0.24.0
+ vte_terminal_set_cursor_blinks@Base 1:0.24.0
+ vte_terminal_set_cursor_shape@Base 1:0.24.0
+ vte_terminal_set_default_colors@Base 1:0.24.0
+ vte_terminal_set_delete_binding@Base 1:0.24.0
+ vte_terminal_set_emulation@Base 1:0.24.0
+ vte_terminal_set_encoding@Base 1:0.24.0
+ vte_terminal_set_font@Base 1:0.24.0
+ vte_terminal_set_font_from_string@Base 1:0.24.0
+ vte_terminal_set_font_from_string_full@Base 1:0.24.0
+ vte_terminal_set_font_full@Base 1:0.24.0
+ vte_terminal_set_mouse_autohide@Base 1:0.24.0
+ vte_terminal_set_opacity@Base 1:0.24.0
+ vte_terminal_set_pty@Base 1:0.24.0
+ vte_terminal_set_pty_object@Base 1:0.28.0
+ vte_terminal_set_scroll_background@Base 1:0.24.0
+ vte_terminal_set_scroll_on_keystroke@Base 1:0.24.0
+ vte_terminal_set_scroll_on_output@Base 1:0.24.0
+ vte_terminal_set_scrollback_lines@Base 1:0.24.0
+ vte_terminal_set_size@Base 1:0.24.0
+ vte_terminal_set_visible_bell@Base 1:0.24.0
+ vte_terminal_set_word_chars@Base 1:0.24.0
+ vte_terminal_watch_child@Base 1:0.28.0
+ vte_terminal_write_contents@Base 1:0.24.0
+ vte_terminal_write_flags_get_type@Base 1:0.24.0
diff -Nru vte-0.28.2/debian/rules vte-0.28.2/debian/rules
--- vte-0.28.2/debian/rules     2019-02-02 12:52:36.000000000 +0000
+++ vte-0.28.2/debian/rules     2024-02-04 19:24:45.000000000 +0000
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
-LIB_PKG := $(shell sed -rn 
's/^Package:[[:space:]]*(libvte[0-9]+)[[:space:]]*$$/\1/p' debian/control)
-UDEB_PKG := $(LIB_PKG)-udeb
+LIB_PKG := $(shell sed -rn 
's/^Package:[[:space:]]*(libvte[0-9]+t64)[[:space:]]*$$/\1/p' debian/control)
+UDEB_PKG := $(shell echo $(LIB_PKG) | sed -e's/t64$$//')-udeb
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs -Wl,--as-needed

--- End Message ---
--- Begin Message ---
Source: vte
Source-Version: 1:0.28.2-6.1
Done: Steve Langasek <vor...@debian.org>

We believe that the bug you reported is fixed in the latest version of
vte, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1063...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve Langasek <vor...@debian.org> (supplier of updated vte package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 28 Feb 2024 23:29:46 +0000
Source: vte
Architecture: source
Version: 1:0.28.2-6.1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
<pkg-gnome-maintain...@lists.alioth.debian.org>
Changed-By: Steve Langasek <vor...@debian.org>
Closes: 1063062
Changes:
 vte (1:0.28.2-6.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063062
Checksums-Sha1:
 a34ab91c747802e6fd3598e047378975246ddf8e 2396 vte_0.28.2-6.1.dsc
 a50063c202bee78ab7160a8d8d5955b84cb413c8 18460 vte_0.28.2-6.1.debian.tar.xz
 2cf15e28f25ab34be933c0c0461b7802a07818bc 14113 vte_0.28.2-6.1_source.buildinfo
Checksums-Sha256:
 02fd91edf29fd4f3576cad9e384116994400e744eb65bf8af6259470b1312d42 2396 
vte_0.28.2-6.1.dsc
 4d5a4e4c6981a931203c922c83a383738053d95649dbc090a0e2d9e4b8fcb5e4 18460 
vte_0.28.2-6.1.debian.tar.xz
 173f221c5c5d5320ef4161115c95a75988099208c22edf12d6629049bad3e75d 14113 
vte_0.28.2-6.1_source.buildinfo
Files:
 42334ed90e40f6c5e4a676023dcdadbb 2396 libs optional vte_0.28.2-6.1.dsc
 f96379e838d9e084f89d0ff85bc7432c 18460 libs optional 
vte_0.28.2-6.1.debian.tar.xz
 c13e90938bd9f2cd5b01e8dfe9c92a10 14113 libs optional 
vte_0.28.2-6.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXfwiMSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9SnUP/A52QT00K0G8AlW8I9rBCh3heFQscBtJ
6JRCc81MkZI0qRFb2Lnk0yzkJe96Cx8+FXeiaXkij8byy8Lua3R0ZLMVkcrtc93k
E8eWSwTtPXd5gahVmeQFndJAjcQNdO/fTqH1VwchvBqwPkgs7qPrcGkeuCGjaMLC
zw5ax1SwWmgBE2l8d5sOil7IjhqZLI7T2Jjn020QPX2/ALfmB0KRahumqzsCkPq2
dHTu2UFVRC9nlAxvFtG+6kgZsfhCBF3ZDt9rsnhgBVKcRF19uQ8Yjl7wz+NnB+Hy
zWL0A0K01CtTKKpbAeN494yebsa0l3aS/rYmkak3EowN8rJRH30eFKWhh7wNHWsP
OTeBmbQNfR6FnqNKPTeI0YZY5/t5bfRgLKE90+oSnU3tVzXipSor+xAT2DVvKLdg
4DHgW8ytizdXPrwCutNwddUi+E20I1P8dWssSSFa2UOdVjEPi4HrL9+DEdQJhEh7
GUpgtMx/0+uZWDhDqYUYK1hEkj0XQeyyRWLo3nxeeGBV+gy/MYcB64Eio/RLMTlT
9NYuu2/vdjecVU68snVLq15PqN7Kcbri1oArO/hYL4aAb7ZZClRWhXDRajds36Wg
LVQzAU4kZfUYf9uyAK1WTA5nCd4It+8Wc1KX0FPnc7ApEzbA08sE7AD/uIQll5a1
Yk4btwYFXMFo
=d0dG
-----END PGP SIGNATURE-----

Attachment: pgp9GBffUvma7.pgp
Description: PGP signature


--- End Message ---

Reply via email to