Skip to content
Commits on Source (5)
thunar (1.8.2-1) UNRELEASED; urgency=medium
thunar (1.8.2-1) unstable; urgency=medium
[ Unit 193 ]
* New upstream version 1.8.2
- Fixed segfault while clicking or typing when using wayland.
closes: #910353
......@@ -8,7 +9,10 @@ thunar (1.8.2-1) UNRELEASED; urgency=medium
- d/control: Drop Lionel from uploaders, thanks!
* Update Standards-Version to 4.2.1.
-- Unit 193 <unit193@ubuntu.com> Wed, 03 Oct 2018 02:19:13 -0400
[ Yves-Alexis Perez ]
* d/control: add multi-arch fields. (closes: #856598)
-- Yves-Alexis Perez <corsac@debian.org> Sun, 07 Oct 2018 10:49:30 +0200
thunar (1.8.1-1) unstable; urgency=medium
......
......@@ -31,6 +31,7 @@ Vcs-Browser: https://salsa.debian.org/xfce-team/desktop/thunar
Package: libthunarx-3-dev
Section: libdevel
Architecture: any
Multi-arch: same
Depends: libglib2.0-dev,
libgtk-3-dev,
libthunarx-3-0 (= ${binary:Version}),
......@@ -43,6 +44,7 @@ Description: Development files for libthunarx
Package: libthunarx-3-0
Section: libs
Architecture: any
Multi-arch: same
Pre-depends: ${misc:Pre-Depends}
Depends: thunar-data, ${misc:Depends}, ${shlibs:Depends}
Description: extension library for thunar
......
......@@ -17,14 +17,8 @@ override_dh_auto_configure:
--enable-uca-plugin
override_dh_install:
rm -f $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
rm -f $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*/*.la
# rpath
chrpath -d -k $(CURDIR)/debian/tmp/usr/bin/Thunar \
$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/Thunar/thunar-* \
$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libthunar*.so.*0 \
$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/thunarx-3/thunar-apr.so \
$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel/plugins/libthunar-tpa.so
rm $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
rm $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*/*.la
rm $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel/plugins/libthunar-tpa.la
dh_install
......