Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge from RV/LA port #2

Merged
merged 1 commit into from
Aug 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading