[SCM] telepathy-accounts-signon packaging branch, master, updated. 9438921607c53c79ecb8e44f4cc034e32cc3839a

Diane Trout diane at moszumanska.debian.org
Sat Sep 19 18:18:50 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/telepathy-accounts-signon.git;a=commitdiff;h=ad82f53

The following commit has been merged in the master branch:
commit ad82f53b9e4a5ec4cfa9d8d1a4fd5e95053013dd
Author: Diane Trout <diane at ghic.org>
Date:   Sat Sep 19 11:17:24 2015 -0700

    Set dh to use buildsystem qmake and to use qt5
---
 debian/changelog | 1 +
 debian/rules     | 9 ++++++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d7e7d7f..ac89280 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,5 +9,6 @@ telepathy-accounts-signon (1.0-1~) UNRELEASED; urgency=low
   * Update homepage to point to primary upstream site.
   * Update contact information in copyright file.
   * Set section to net to match mission-control.
+  * Set dh to use buildsystem qmake and to use qt5
 
  -- Diane Trout <diane at debian.org>  Tue, 15 Sep 2015 21:57:17 -0700
diff --git a/debian/rules b/debian/rules
index a03ff60..7bbf3ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,10 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE = 1
+
+include /usr/share/dpkg/default.mk
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+export QT_SELECT=qt5
+
 %:
-	dh $@ 
+	dh $@ --buildsystem qmake
 

-- 
telepathy-accounts-signon packaging



More information about the pkg-kde-commits mailing list