Replace dep. dbus-x11 with default-dbus-session-bus | dbus-session-bus (Closes: #836284)

Set CMAKE_BUILD_TYPE=RelWithDebInfo
ubuntu/disco debian/0.11.0-8
Alf Gaida 8 years ago
parent 78f7986504
commit b9b8a01b55

8
debian/changelog vendored

@ -1,3 +1,11 @@
pcmanfm-qt (0.11.0-8) unstable; urgency=medium
* Replace dep. dbus-x11 with default-dbus-session-bus | dbus-session-bus
(Closes: #836284)
* Set CMAKE_BUILD_TYPE=RelWithDebInfo
-- Alf Gaida <agaida@siduction.org> Thu, 01 Sep 2016 22:56:35 +0200
pcmanfm-qt (0.11.0-7) unstable; urgency=medium
* Fixed VCS fields, use plain /git/

2
debian/copyright vendored

@ -1,4 +1,4 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: pcmanfm-qt
Source: https://github.com/lxde/pcmanfm-qt

13
debian/rules vendored

@ -1,11 +1,14 @@
#!/usr/bin/make -f
#DH_VERBOSE = 1
# export DH_VERBOSE=1
export LC_ALL=C.UTF-8
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh ${@} --buildsystem cmake \
--parallel
dh ${@} --buildsystem cmake\
--parallel
override_dh_auto_configure:
dh_auto_configure --\
-DCMAKE_BUILD_TYPE=RelWithDebInfo

Loading…
Cancel
Save