add rv64g nocheck and app.vala repair

This commit is contained in:
fanxiaoqi 2024-02-29 11:36:21 +00:00
parent 9c51819445
commit c57313f62d
4 changed files with 13 additions and 1 deletions

View File

@ -982,7 +982,7 @@ class App : Gtk.Application
return value;
}
public const OptionEntry[] entries = {
const OptionEntry[] entries = {
{ "audible-bell", 'a', 0, OptionArg.NONE, ref audible,
"Use audible terminal bell", null },
{ "command", 'c', 0, OptionArg.STRING, ref command,

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
vte2.91 (0.60.1-ok3) yangtze; urgency=medium
* Add rv64g nocheck and vala.app error repair
-- root <fanxiaoqi@smart-core.cn> Thu, 29 Feb 2024 11:34:13 +0000
vte2.91 (0.60.1-ok2) yangtze; urgency=medium
* update version info

View File

@ -153,3 +153,4 @@ libvte-2.91.so.0 libvte-2.91-0 #MINVER#
vte_write_flags_get_type@Base 0
(optional=template|regex)"_ZN.*@Base" 0
(optional=template|regex)"_ZS.*@Base" 0
_ZTVSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 0.60.1-ok2

5
debian/rules vendored
View File

@ -4,6 +4,11 @@ binaries := $(shell dh_listpackages)
LIB_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libvte-[0-9\.-]+)[[:space:]]*$$/\1/p' debian/control)
UDEB_PKG := $(LIB_PKG)-udeb
ifeq ($(DEB_HOST_ARCH), rv64g)
export DEB_BUILD_OPTIONS=nocheck
endif
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs -Wl,--as-needed