Package: libfm4
Version: 1.2.4-1
Severity: important
Tags: patch

Dear Maintainer,
pcmanfm and pcmanfm-qt crashes when one try to navigate to an non existent 
folder.
Steps to reproduce and discussion one will find here: 
https://github.com/lxde/pcmanfm-qt/issues/368

Patch is attached.

Cheers Alf

-- System Information:
Debian Release: stretch/sid
  APT prefers buildd-unstable
  APT policy: (990, 'buildd-unstable'), (500, 'unstable-debug'), (500, 
'unstable'), (500, 'testing'), (500, 'stable'), (400, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.6.3-towo.1-siduction-amd64 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libfm4 depends on:
ii  libc6             2.22-12
ii  libdbus-1-3       1.10.8-1
ii  libdbus-glib-1-2  0.106-1
ii  libexif12         0.6.21-2
ii  libfm-data        1.2.4-1
ii  libglib2.0-0      2.48.1-1
ii  libmenu-cache3    1.0.1-1
ii  lxmenu-data       0.1.5-1

Versions of packages libfm4 recommends:
ii  libfm-modules  1.2.4-1

libfm4 suggests no packages.

-- no debconf information
diff --git a/debian/rules b/debian/rules
index 928848f..b899c45 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,13 +2,14 @@
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
 	dh ${@} --parallel --with autoreconf
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-debug --enable-gtk-doc --enable-udisks --disable-silent-rules
+	dh_auto_configure -- --enable-gtk-doc --enable-udisks
 
 override_dh_auto_install:
 	dh_auto_install

Reply via email to