[SCM] KTorrent library Debian packaging branch, master, updated. debian/2.1-2

Pino Toscano pino at moszumanska.debian.org
Tue Sep 5 19:22:42 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/libktorrent.git;a=commitdiff;h=6804e6e

The following commit has been merged in the master branch:
commit 6804e6e1408822f80fc1af9b2eeb764cc89f67df
Author: Pino Toscano <pino at debian.org>
Date:   Fri Sep 1 09:06:35 2017 +0200

    cleanup C*FLAGS handling
---
 debian/changelog | 2 ++
 debian/rules     | 3 ---
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 05b70df..7a1afac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ libktorrent (2.1-0r1) UNRELEASED; urgency=medium
   * Update symbols files.
   * Do not pass -DCMAKE_USE_RELATIVE_PATHS=ON to cmake, as this option is gone
     since cmake 3.2.
+  * No need to manually append CPPFLAGS to CFLAGS and CXXFLAGS, as dh 9 does
+    that already.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Tue, 05 Jul 2016 08:01:35 +0200
 
diff --git a/debian/rules b/debian/rules
index 1722b3f..9243a34 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,5 @@
 #!/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_shlibdeps:
 	dh_shlibdeps
 	dh_sameversiondep

-- 
KTorrent library Debian packaging



More information about the pkg-kde-commits mailing list