[SCM] libaccounts-glib packaging branch, master, updated. b67f3a2956f5cadf94ea8bd910636778485bd71a

Diane Trout diane at moszumanska.debian.org
Mon Aug 17 17:40:43 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/libaccounts-glib.git;a=commitdiff;h=b67f3a2

The following commit has been merged in the master branch:
commit b67f3a2956f5cadf94ea8bd910636778485bd71a
Author: Diane Trout <diane at ghic.org>
Date:   Mon Aug 17 10:17:45 2015 -0700

    Add -dbg package
---
 debian/changelog |  1 +
 debian/control   | 12 ++++++++++++
 debian/rules     |  3 +++
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 727e6c1..6050f17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libaccounts-glib (1.18+20150112-1~) UNRELEASED; urgency=medium
 
   [ Diane Trout ]
   * Add dh-python to build depends
+    * Add -dbg package
 
  -- Maximiliano Curia <maxy at debian.org>  Thu, 23 Apr 2015 19:36:49 +0200
 
diff --git a/debian/control b/debian/control
index 7b40127..43ee725 100644
--- a/debian/control
+++ b/debian/control
@@ -49,6 +49,18 @@ Description: Accounts database access - development files
  This package contains files the development files of the accounts database
  access GLib-based API.
 
+Package: libaccounts-glib-dbg
+Section: debug
+Architecture: any
+Depends: libaccounts-glib0 (= ${binary:Version}),
+         ${misc:Depends},
+Description: Accounts database access - debug files
+ Accounts and SSO (Single Sign-On) framework for Linux and POSIX based
+ platforms.
+ .
+ This package contains files the debugging symbols of the accounts database
+ access GLib-based API.
+
 Package: libaccounts-glib0
 Architecture: any
 Multi-Arch: same
diff --git a/debian/rules b/debian/rules
index c75c601..3d3870e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,5 +32,8 @@ override_dh_auto_test:
 	CK_TIMEOUT_MULTIPLIER=10 CK_DEFAULT_TIMEOUT=0 VERBOSE=1 \
 	  xvfb-run -a dbus-launch --exit-with-session dh_auto_test
 
+override_dh_strip:
+	$(overridden_command) --dbg-package=libaccounts-glib-dbg
+
 %:
 	dh $@ --with autoreconf,python2

-- 
libaccounts-glib packaging



More information about the pkg-kde-commits mailing list