Skip to content

Commit

Permalink
Merge from RV/LA port
Browse files Browse the repository at this point in the history
  • Loading branch information
YukariChiba committed Aug 1, 2023
1 parent 5f01ab9 commit f756a6b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kconfigwidgets (5.103.0-1deepin1) unstable; urgency=medium

* Fix symbols

-- Han Gao <gaohan@iscas.ac.cn> Fri, 02 Jun 2023 22:26:46 +0800

kconfigwidgets (5.103.0-1) unstable; urgency=medium

[ Aurélien COUDERC ]
Expand Down
1 change: 0 additions & 1 deletion debian/libkf5configwidgets5.symbols
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ libKF5ConfigWidgets.so.5 libkf5configwidgets5 #MINVER#
_ZNK8KCModule7configsEv@Base 4.96.0
_ZNK8KCModule9aboutDataEv@Base 4.96.0
_ZNK8KCModule9quickHelpEv@Base 4.96.0
_ZNKSt10_HashtableIPK7QActionS2_SaIS2_ENSt8__detail9_IdentityESt8equal_toIS2_ESt4hashIS2_ENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb1ELb1EEEE4findERKS2_@Base 5.96.0
(subst)_ZNSt10_HashtableIPK7QActionS2_SaIS2_ENSt8__detail9_IdentityESt8equal_toIS2_ESt4hashIS2_ENS4_18_Mod_range_hashingENS4_20_Default_ranged_hashENS4_20_Prime_rehash_policyENS4_17_Hashtable_traitsILb0ELb1ELb1EEEE21_M_insert_unique_nodeE{size_t}{size_t}PNS4_10_Hash_nodeIS2_Lb0EEE{size_t}@Base 5.90.1
_ZNSt6vectorISt10unique_ptrI7QObjectSt14default_deleteIS1_EESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_@Base 5.83.0
_ZTI10KTipDialog@Base 4.96.0
Expand Down
4 changes: 0 additions & 4 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# -*- makefile -*-

export DEB_BUILD_MAINT_OPTIONS = hardening=+all reproducible=-fixfilepath
export DEB_BUILD_ARCH = $(shell dpkg-architecture -qDEB_BUILD_ARCH)
ifeq ($(DEB_BUILD_ARCH),$(filter $(DEB_BUILD_ARCH),arm64 amd64))
export DPKG_GENSYMBOLS_CHECK_LEVEL=0
endif

%:
dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp
Expand Down

0 comments on commit f756a6b

Please sign in to comment.