[SCM] KTorrent library Debian packaging branch, experimental, updated. debian/1.3.1-5
Pino Toscano
pino at moszumanska.debian.org
Sat Jul 2 17:48:52 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/libktorrent.git;a=commitdiff;h=1aed840
The following commit has been merged in the experimental branch:
commit 1aed8402a9083c49c57898fa70df34a4105d8339
Author: Modestas Vainius <modax at debian.org>
Date: Tue Nov 5 20:52:02 2013 +0200
Build with hardening flags.
---
debian/changelog | 1 +
debian/rules | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index e6f335a..26e6409 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libktorrent (1.3.1-2) UNRELEASED; urgency=low
* Bump Standards-Version to 3.9.5: no further changes needed.
* Update Vcs URL in debian/control to canonical ones.
* Update symbols file for boost 1.54 and gcc 4.8.
+ * Build with hardening flags.
-- Modestas Vainius <modax at debian.org> Sun, 27 Jan 2013 14:11:29 +0200
diff --git a/debian/rules b/debian/rules
index 588336c..d54d805 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
#!/usr/bin/make -f
+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 library Debian packaging
More information about the pkg-kde-commits
mailing list