[SCM] tora Debian packaging branch, master, updated. upstream/2.1.1-18-gcc2431e

Michael Meskes meskes at alioth.debian.org
Fri Dec 11 13:05:13 UTC 2009


The following commit has been merged in the master branch:
commit cc2431ee355067fde6c1f8f0aeb1fb2fab59cf36
Author: Michael Meskes <meskes at debian.org>
Date:   Fri Dec 11 14:04:38 2009 +0100

    Added debug package.
    
    Closes: #560064
---
 debian/control      |   12 ++++++++++++
 debian/rules        |    1 +
 debian/tora.install |    3 +++
 3 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/debian/control b/debian/control
index 2a67ed0..e72afa4 100644
--- a/debian/control
+++ b/debian/control
@@ -17,3 +17,15 @@ Description: A graphical toolkit for database developers and administrators
  storage manager, rollback segment monitor, instance manager, and SQL output
  viewer. Via qt4 it can access PostgreSQL and MySQL directly. Any other
  database systems can be accessed via ODBC.
+
+Package: tora-dbg
+Section: debug
+Architecture: any
+Depends: ${misc:Depends}, tora
+Description: A graphical toolkit for database developers and administrators
+ Tora features a schema browser, SQL worksheet, PL/SQL editor & debugger,
+ storage manager, rollback segment monitor, instance manager, and SQL output
+ viewer. Via qt4 it can access PostgreSQL and MySQL directly. Any other
+ database systems can be accessed via ODBC.
+ .
+ This package provides the debugging symbols for tora.
diff --git a/debian/rules b/debian/rules
index a01c5ef..528a550 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@ include /usr/share/cdbs/1/class/cmake.mk
 include /usr/share/cdbs/1/rules/dpatch.mk
 
 DEB_KDE_ENABLE_FINAL := yes
+DEB_DBG_PACKAGES := tora-dbg
 
 ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
     cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb
diff --git a/debian/tora.install b/debian/tora.install
index ee25f68..706198d 100644
--- a/debian/tora.install
+++ b/debian/tora.install
@@ -2,3 +2,6 @@ doc/help/*.html		/usr/share/tora/help
 doc/help/images/*.png	/usr/share/tora/help/images
 
 src/icons/tora.xpm	/usr/share/icons/hicolor/32x32/apps
+
+debian/tmp/usr/share/doc/tora/*	/usr/share/doc/tora
+debian/tmp/usr/bin/tora		/usr/bin/tora

-- 
tora Debian packaging 



More information about the pkg-kde-commits mailing list