Dropped debug package, using the new -dbgsym
Added initial arch-bits 32/64 in symbols
This commit is contained in:
parent
47a19025a7
commit
23d8969e34
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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 <agaida@siduction.org> Mon, 21 Dec 2015 22:38:31 +0100
|
||||
|
||||
libfm-qt (0.10.0+20151214-1) unstable; urgency=medium
|
||||
|
||||
[ Alf Gaida ]
|
||||
|
13
debian/control
vendored
13
debian/control
vendored
@ -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.
|
||||
|
12
debian/libfm-qt2.symbols
vendored
12
debian/libfm-qt2.symbols
vendored
@ -408,7 +408,6 @@ libfm-qt.so.2 libfm-qt2 #MINVER#
|
||||
(c++)"Fm::MountOperation::onMountFileFinished(_GFile*, _GAsyncResult*, QPointer<Fm::MountOperation>*)@Base" 0.10.0
|
||||
(c++)"Fm::MountOperation::onMountVolumeFinished(_GVolume*, _GAsyncResult*, QPointer<Fm::MountOperation>*)@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<Fm::MountOperation>*)@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
|
||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user