[SCM] KTorrent Debian packaging. branch, master, updated. debian/4.3.1-3-12-g9ded60b
Pino Toscano
pino at moszumanska.debian.org
Sun Feb 14 16:27:41 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/ktorrent.git;a=commitdiff;h=5770904
The following commit has been merged in the master branch:
commit 57709048b36dcd5bfa781d4203c49f9646bc7d11
Author: Pino Toscano <pino at debian.org>
Date: Sun Feb 14 17:18:29 2016 +0100
remove manual CPPFLAGS handling
no more needed in debhelper compat 9
---
debian/changelog | 1 +
debian/rules | 3 ---
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index cc9f842..f3489dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ ktorrent (4.3.1-4) UNRELEASED; urgency=medium
upstream_webinterface-rename-major-minor-to-major_version-min.patch.
(Closes: #811942)
* Link in as-needed mode.
+ * Remove manual CPPFLAGS handling, no more needed in debhelper compat 9.
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Sun, 14 Feb 2016 15:11:00 +0100
diff --git a/debian/rules b/debian/rules
index 23f6623..4347a19 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,9 +2,6 @@
export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
-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 \
-DWITH_SYSTEM_GEOIP:BOOL=ON \
--
KTorrent Debian packaging.
More information about the pkg-kde-commits
mailing list