diff --git a/debian/changelog b/debian/changelog index 1818281..0e7fef1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 01 Sep 2016 22:56:35 +0200 + pcmanfm-qt (0.11.0-7) unstable; urgency=medium * Fixed VCS fields, use plain /git/ diff --git a/debian/copyright b/debian/copyright index 80e19dc..14b6fd4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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 diff --git a/debian/rules b/debian/rules index f6e6993..5831971 100755 --- a/debian/rules +++ b/debian/rules @@ -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