[SCM] KTorrent Debian packaging. branch, experimental, updated. debian/4.3.1-5
Pino Toscano
pino at moszumanska.debian.org
Sat Jul 2 21:34:48 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/ktorrent.git;a=commitdiff;h=b9170a5
The following commit has been merged in the experimental branch:
commit b9170a517c430952d6b07e2b9af162b4d6cc00b2
Author: Modestas Vainius <modax at debian.org>
Date: Tue Nov 5 20:51:26 2013 +0200
Build with hardening flags.
(Closes: #663524)
---
debian/changelog | 1 +
debian/rules | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index aaf1482..687725d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ktorrent (4.3.1-2) UNRELEASED; urgency=low
* Do not build tests like before KDE 4.10. Fixes FTBFS (Closes: #722628)
* Do not link with deprecated kutils library. (Closes: #717010)
Patch: dont_link_with_kutils.patch
+ * Build with hardening flags. (Closes: #663524)
-- Modestas Vainius <modax at debian.org> Tue, 05 Nov 2013 20:35:44 +0200
diff --git a/debian/rules b/debian/rules
index ea0564b..9b8d8a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
-#DEB_KDE_LINK_WITH_AS_NEEDED := yes
+export DEB_CPPFLAGS_MAINT_APPEND := $(shell dpkg-buildflags --get CPPFLAGS)
+export DEB_CFLAGS_MAINT_APPEND := $(shell dpkg-buildflags --get CPPFLAGS)
override_dh_auto_configure:
dh_auto_configure -Skde -- -DCMAKE_USE_RELATIVE_PATHS=ON \
--
KTorrent Debian packaging.
More information about the pkg-kde-commits
mailing list