From 23d8969e340deca3a29338c7fa18ff7683bcd85d Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Mon, 21 Dec 2015 22:39:55 +0100 Subject: [PATCH] Dropped debug package, using the new -dbgsym Added initial arch-bits 32/64 in symbols --- debian/changelog | 7 +++++++ debian/control | 13 ------------- debian/libfm-qt2.symbols | 12 ++++++++++-- debian/rules | 4 ---- 4 files changed, 17 insertions(+), 19 deletions(-) diff --git a/debian/changelog b/debian/changelog index 64965fc..7cfcb41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libfm-qt (0.10.0+20151214-2) unstable; urgency=medium + + * Dropped debug package, using the new -dbgsym + * Added initial arch-bits 32/64 in symbols + + -- Alf Gaida Mon, 21 Dec 2015 22:38:31 +0100 + libfm-qt (0.10.0+20151214-1) unstable; urgency=medium [ Alf Gaida ] diff --git a/debian/control b/debian/control index 9789fc2..bdc03be 100644 --- a/debian/control +++ b/debian/control @@ -48,16 +48,3 @@ Depends: ${misc:Depends}, libfm-qt2 (= ${binary:Version}) Description: file management support library for pcmanfm-qt (development files) This package contains development files for helper library libfm-qt. - -Package: libfm-qt-dbg -Replaces: libfm-qt5-dbg -Breaks: libfm-qt5-dbg -Architecture: any -Multi-Arch: same -Section: debug -Priority: extra -Depends: ${misc:Depends}, - ${shlibs:Depends}, - libfm-qt2 (= ${binary:Version}) -Description: file management support library for pcmanfm-qt (dbg files) - This package contains debugging symbols for the libfm-qt. diff --git a/debian/libfm-qt2.symbols b/debian/libfm-qt2.symbols index a032df4..56cef0c 100644 --- a/debian/libfm-qt2.symbols +++ b/debian/libfm-qt2.symbols @@ -408,7 +408,6 @@ libfm-qt.so.2 libfm-qt2 #MINVER# (c++)"Fm::MountOperation::onMountFileFinished(_GFile*, _GAsyncResult*, QPointer*)@Base" 0.10.0 (c++)"Fm::MountOperation::onMountVolumeFinished(_GVolume*, _GAsyncResult*, QPointer*)@Base" 0.10.0 (c++)"Fm::MountOperation::onShowProcesses(_GMountOperation*, char*, _GArray*, char**, Fm::MountOperation*)@Base" 0.10.0 - (c++)"Fm::MountOperation::onShowUnmountProgress(_GMountOperation*, char*, long, long, Fm::MountOperation*)@Base" 0.10.0 (c++)"Fm::MountOperation::onUnmountMountFinished(_GMount*, _GAsyncResult*, QPointer*)@Base" 0.10.0 (c++)"Fm::MountOperation::prepareUnmount(_GMount*)@Base" 0.10.0 (c++)"Fm::MountOperation::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.10.0 @@ -569,7 +568,6 @@ libfm-qt.so.2 libfm-qt2 #MINVER# (c++)"Fm::ThumbnailLoader::localFilesOnly_@Base" 0.10.0 (c++)"Fm::ThumbnailLoader::maxThumbnailFileSize_@Base" 0.10.0 (c++)"Fm::ThumbnailLoader::readImageFromFile(char const*)@Base" 0.10.0 - (c++)"Fm::ThumbnailLoader::readImageFromStream(_GInputStream*, unsigned long, _GCancellable*)@Base" 0.10.0 (c++)"Fm::ThumbnailLoader::rotateImage(_GObject*, int)@Base" 0.10.0 (c++)"Fm::ThumbnailLoader::scaleImage(_GObject*, int, int)@Base" 0.10.0 (c++)"Fm::ThumbnailLoader::setImageText(_GObject*, char const*, char const*)@Base" 0.10.0 @@ -742,3 +740,13 @@ libfm-qt.so.2 libfm-qt2 #MINVER# fm_search_set_name_regex@Base 0.10.0 fm_search_set_recursive@Base 0.10.0 fm_search_set_show_hidden@Base 0.10.0 + + +# arch-bits=64 + (arch-bits=64|c++)"Fm::MountOperation::onShowUnmountProgress(_GMountOperation*, char*, long, long, Fm::MountOperation*)@Base" 0.10.0 + (arch-bits=64|c++)"Fm::ThumbnailLoader::readImageFromStream(_GInputStream*, unsigned long, _GCancellable*)@Base" 0.10.0 + + +# arch-bits=32 + (arch-bits=32|c++)"Fm::MountOperation::onShowUnmountProgress(_GMountOperation*, char*, long long, long long, Fm::MountOperation*)@Base" 0.10.0 + (arch-bits=32|c++)"Fm::ThumbnailLoader::readImageFromStream(_GInputStream*, unsigned long long, _GCancellable*)@Base" 0.10.0 diff --git a/debian/rules b/debian/rules index d410a26..52293ff 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,3 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: dh ${@} --buildsystem cmake --parallel - - -override_dh_strip: - dh_strip -plibfm-qt2 --dbg-package=libfm-qt-dbg