[SCM] KDevelop PHP plugin packaging branch, master, updated. debian/1.0.1-1-18-g12f9213

Andreas Cord-Landwehr cola-guest at alioth.debian.org
Sun Apr 3 21:28:52 UTC 2011


The following commit has been merged in the master branch:
commit 12f921352fc94e779518680c93aa0aa37ca3b9db
Author: Andreas Cord-Landwehr <cola at uni-paderborn.de>
Date:   Sun Apr 3 23:27:47 2011 +0200

    add debug package
---
 debian/changelog |    1 +
 debian/control   |   11 +++++++++++
 debian/rules     |    2 ++
 3 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2f617c5..d1594c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ kdevelop-php (1.2.0-0r1) UNRELEASED; urgency=low
       Italian (it), Low Saxon (nds), Dutch (nl), Portugese (pt),
       Brazilian Portugese (pt_BR), Swedish (sv), Thai (th),
       Ukrainian (uk), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW)
+  * Add package with debug symbols for KDevelop PHP plugin. (Closes: #593637)
 
   [ Modestas Vainius ]
   * Switch Vcs-* fields to the new repository at git.debian.org.
diff --git a/debian/control b/debian/control
index f24ba8f..b305c0f 100644
--- a/debian/control
+++ b/debian/control
@@ -21,6 +21,17 @@ Description: PHP plugin for KDevelop
  .
  This package contains the PHP language support plugin.
 
+Package: kdevelop-php-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: kdevelop-php (= ${binary:Version}), kdelibs5-dbg, libc6-dbg [amd64]
+Description: Debugging symbols for the KDevelop PHP Plugin
+ This package contains the debugging symbols associated with KDevelop PHP.
+ They will automatically be used by gdb for debugging KDevelop PHP.
+ .
+ This package contains debugging symbols for the KDevelop PHP plugin.
+
 Package: kdevelop-php-l10n
 Section: localization
 Architecture: all
diff --git a/debian/rules b/debian/rules
index d7d39f2..3ee0531 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,4 +9,6 @@ override_dh_auto_configure:
 %:
 	dh $@ --parallel --list-missing --with kde
 
+DEB_DBG_PACKAGE_kdevelop-php := kdevelop-php-dbg
+
 .PHONY: override_dh_auto_test

-- 
KDevelop PHP plugin packaging



More information about the pkg-kde-commits mailing list