[SCM] Attica packaging branch, master, updated. debian/0.2.0-1-17-g1fa2118

Pino Toscano pino at alioth.debian.org
Sun Jul 1 20:48:58 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/krap/attica.git;a=commitdiff;h=1fa2118

The following commit has been merged in the master branch:
commit 1fa21187ed1310d018b87c7f59016d4168f0896a
Author: Pino Toscano <pino at debian.org>
Date:   Sun Jul 1 22:48:48 2012 +0200

    add libattica-dbg
---
 debian/changelog |    1 +
 debian/control   |   11 +++++++++++
 debian/rules     |    3 +++
 3 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0869860..15d73b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ attica (0.4.0-0r1) UNRELEASED; urgency=low
   * Update the symbols file.
   * Enable the build and the execution of the (few) unit tests.
   * Update Vcs-Browser header and migrate Vcs-Svn to Vcs-Git.
+  * Add libattica-dbg.
 
  -- Debian Krap Maintainers <debian-qt-kde at lists.debian.org>  Thu, 10 May 2012 23:38:23 +0200
 
diff --git a/debian/control b/debian/control
index bb6b30f..9b0f113 100644
--- a/debian/control
+++ b/debian/control
@@ -30,3 +30,14 @@ Description: Qt library that implements the Open Collaboration Services API
  It grants easy access to the services such as querying information about
  persons and contents.
 
+Package: libattica-dbg
+Priority: extra
+Section: debug
+Architecture: any
+Depends: libattica4 (= ${binary:Version}), ${misc:Depends}
+Description: debug symbols for libattica
+ Attica is a Qt library that implements the Open Collaboration Services
+ API version 1.4.
+ .
+ This package contains the debug symbols..
+
diff --git a/debian/rules b/debian/rules
index 18798f2..1687bf0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,3 +8,6 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DATTICA_ENABLE_TESTS=ON
+
+override_dh_strip:
+	dh_strip --dbg-package=libattica-dbg

-- 
Attica packaging



More information about the pkg-kde-commits mailing list