rev 18728 - kde-extras/skanlite/trunk/debian

Kai Wasserbäch curan-guest at alioth.debian.org
Sat Nov 27 16:25:23 UTC 2010


Author: curan-guest
Date: 2010-11-27 16:25:21 +0000 (Sat, 27 Nov 2010)
New Revision: 18728

Modified:
   kde-extras/skanlite/trunk/debian/changelog
   kde-extras/skanlite/trunk/debian/control
   kde-extras/skanlite/trunk/debian/rules
Log:
Added debugging symbols package.

* debian/rules: Added "--dbg-package=skanlite-dbg".
* debian/control: Added skanlite-dbg entry.

Modified: kde-extras/skanlite/trunk/debian/changelog
===================================================================
--- kde-extras/skanlite/trunk/debian/changelog	2010-11-27 16:17:06 UTC (rev 18727)
+++ kde-extras/skanlite/trunk/debian/changelog	2010-11-27 16:25:21 UTC (rev 18728)
@@ -1,6 +1,9 @@
 skanlite (0.6-2) UNRELEASED; urgency=low
 
-  * debian/rules: Added --list-missing.
+  * debian/rules:
+    - Added --list-missing.
+    - Added "--dbg-package=skanlite-dbg".
+  * debian/control: Added skanlite-dbg entry.
 
  -- Kai Wasserbäch <debian at carbon-project.org>  Sat, 27 Nov 2010 17:15:52 +0100
 

Modified: kde-extras/skanlite/trunk/debian/control
===================================================================
--- kde-extras/skanlite/trunk/debian/control	2010-11-27 16:17:06 UTC (rev 18727)
+++ kde-extras/skanlite/trunk/debian/control	2010-11-27 16:25:21 UTC (rev 18728)
@@ -21,3 +21,15 @@
  access a wide variety of different scanner models.
  .
  Skanlite can be considered to be the replacement of Kooka.
+
+Package: skanlite-dbg
+Architecture: any
+Depends: skanlite (= ${binary:Version}), ${misc:Depends}
+Section: debug
+Priority: extra
+Description: Skanlite's debugging symbols
+ Skanlite is a small and simple scanner application for KDE 4 which allows easy
+ scanning of images with an attached scanner. Through the KSane backend, it can
+ access a wide variety of different scanner models.
+ .
+ This package contains the debugging symbols.

Modified: kde-extras/skanlite/trunk/debian/rules
===================================================================
--- kde-extras/skanlite/trunk/debian/rules	2010-11-27 16:17:06 UTC (rev 18727)
+++ kde-extras/skanlite/trunk/debian/rules	2010-11-27 16:25:21 UTC (rev 18728)
@@ -22,7 +22,7 @@
 	        dh_install --parallel --list-missing
 
 %:
-	dh --parallel --with kde $@
+	dh --parallel --dbg-package=skanlite-dbg --with kde $@
 
 get-orig-source:
 	@@dh_testdir




More information about the pkg-kde-commits mailing list