[SCM] knotifyconfig packaging branch, master, updated. debian/5.41.0-2-6-g97de857

Maximiliano Curia maxy at moszumanska.debian.org
Wed Jan 31 10:20:18 UTC 2018


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/knotifyconfig.git;a=commitdiff;h=b9c1aa5

The following commit has been merged in the master branch:
commit b9c1aa56ca4db2439ddc765c4c1a378677b5e9f3
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Tue Jan 23 10:38:41 2018 -0300

    Add link options as-needed
---
 debian/control | 2 +-
 debian/rules   | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index fe23d76..3f31c57 100644
--- a/debian/control
+++ b/debian/control
@@ -43,8 +43,8 @@ Package: libkf5notifyconfig-dev
 Section: libdevel
 Architecture: any
 Depends: libkf5i18n-dev (>= 5.41.0~),
-         libkf5notifyconfig5 (= ${binary:Version}),
          libkf5kio-dev (>= 5.41.0~),
+         libkf5notifyconfig5 (= ${binary:Version}),
          qtbase5-dev (>= 5.7.0~),
          ${misc:Depends},
 Recommends: libkf5notifyconfig-doc (= ${source:Version})
diff --git a/debian/rules b/debian/rules
index 0fdfde2..01ffa58 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
+
 %:
 	dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5
 

-- 
knotifyconfig packaging



More information about the pkg-kde-commits mailing list