Replace dep. dbus-x11 with default-dbus-session-bus | dbus-session-bus (Closes: #836284)
Set CMAKE_BUILD_TYPE=RelWithDebInfo
This commit is contained in:
parent
78f7986504
commit
b9b8a01b55
8
debian/changelog
vendored
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
|
pcmanfm-qt (0.11.0-7) unstable; urgency=medium
|
||||||
|
|
||||||
* Fixed VCS fields, use plain /git/
|
* Fixed VCS fields, use plain /git/
|
||||||
|
2
debian/copyright
vendored
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
|
Upstream-Name: pcmanfm-qt
|
||||||
Source: https://github.com/lxde/pcmanfm-qt
|
Source: https://github.com/lxde/pcmanfm-qt
|
||||||
|
|
||||||
|
9
debian/rules
vendored
9
debian/rules
vendored
@ -1,11 +1,14 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
#DH_VERBOSE = 1
|
# export DH_VERBOSE=1
|
||||||
|
|
||||||
export LC_ALL=C.UTF-8
|
export LC_ALL=C.UTF-8
|
||||||
|
|
||||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|
||||||
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||||
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh ${@} --buildsystem cmake\
|
dh ${@} --buildsystem cmake\
|
||||||
--parallel
|
--parallel
|
||||||
|
|
||||||
|
override_dh_auto_configure:
|
||||||
|
dh_auto_configure --\
|
||||||
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user