rev 15613 - kde-extras/k3b/trunk/debian

Fathi Boudra fabo at alioth.debian.org
Mon Aug 10 19:13:32 UTC 2009


Author: fabo
Date: 2009-08-10 19:13:30 +0000 (Mon, 10 Aug 2009)
New Revision: 15613

Modified:
   kde-extras/k3b/trunk/debian/changelog
   kde-extras/k3b/trunk/debian/control
   kde-extras/k3b/trunk/debian/rules
Log:
 - Improve descriptions. (Closes: #487193)
 - Add debug package. (Closes: #492002)


Modified: kde-extras/k3b/trunk/debian/changelog
===================================================================
--- kde-extras/k3b/trunk/debian/changelog	2009-08-10 18:52:02 UTC (rev 15612)
+++ kde-extras/k3b/trunk/debian/changelog	2009-08-10 19:13:30 UTC (rev 15613)
@@ -8,6 +8,8 @@
     - Move k3b to section utils.
     - Cleanup build dependencies.
     - Cleanup k3b dependencies.
+    - Improve descriptions. (Closes: #487193)
+    - Add debug package. (Closes: #492002)
   * Update debian/copyright.
   * Convert debian/rules to dh usage.
   * Remove debian/k3b.postinst file.

Modified: kde-extras/k3b/trunk/debian/control
===================================================================
--- kde-extras/k3b/trunk/debian/control	2009-08-10 18:52:02 UTC (rev 15612)
+++ kde-extras/k3b/trunk/debian/control	2009-08-10 19:13:30 UTC (rev 15613)
@@ -21,26 +21,20 @@
 Recommends: libk3b6-extracodecs, dvd+rw-tools, vcdimager
 Suggests: k3b-i18n, normalize-audio, toolame, sox, movixmaker-2
 Replaces: k3b-data (<< 1.66.0~alpha2-1)
-Description: A sophisticated KDE CD burning application 
- K3b is a GUI frontend to the CD recording programs cdrdao and cdrecord.
- Its aim is to provide a very user friendly interface to all the tasks
- that come with cd recording.
- .
- It can be used to copy CDs and burn:
-  - audio CDs (from wav, mp3 or ogg vorbis files)
-  - data CDs and DVDs
-  - mixed-mode CDs (CD-Extra support)
-  - VCDs (1.1, 2.0 and SVCD)
-  - ISO files (Joliet/Rockridge and El Torito support)
-  - eMovix CDs
+Description: A sophisticated CD/DVD burning application
+ K3b provides a comfortable user interface to perform most CD/DVD burning
+ tasks. While the experienced user can take influence in all steps
+ of the burning process the beginner may find comfort in the automatic settings
+ and the reasonable k3b defaults which allow a quick start.
 
 Package: k3b-data
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: A sophisticated KDE CD burning application - data files
- K3b is a GUI frontend to the CD recording programs cdrdao and cdrecord.
- Its aim is to provide a very user friendly interface to all the tasks
- that come with cd recording.
+Description: A sophisticated CD/DVD burning application - data files
+ K3b provides a comfortable user interface to perform most CD/DVD burning
+ tasks. While the experienced user can take influence in all steps
+ of the burning process the beginner may find comfort in the automatic settings
+ and the reasonable k3b defaults which allow a quick start.
  .
  This package contains the required data files common to all architectures.
 
@@ -49,10 +43,11 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends},
  libk3b6 (= ${binary:Version})
-Description: The KDE cd burning application library - development files
- K3b is a GUI frontend to the cd recording programs cdrdao and cdrecord.
- Its aim is to provide a very user friendly interface to all the tasks
- that come with cd recording and a lot more.
+Description: The KDE CD/DVD burning application library - development files
+ K3b provides a comfortable user interface to perform most CD/DVD burning
+ tasks. While the experienced user can take influence in all steps
+ of the burning process the beginner may find comfort in the automatic settings
+ and the reasonable k3b defaults which allow a quick start.
  .
  This package contains development files.
 
@@ -60,10 +55,11 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: The KDE cd burning application library - runtime files
- K3b is a GUI frontend to the cd recording programs cdrdao and cdrecord.
- Its aim is to provide a very user friendly interface to all the tasks
- that come with cd recording and a lot more.
+Description: The KDE CD/DVD burning application library - runtime files
+ K3b provides a comfortable user interface to perform most CD/DVD burning
+ tasks. While the experienced user can take influence in all steps
+ of the burning process the beginner may find comfort in the automatic settings
+ and the reasonable k3b defaults which allow a quick start.
  .
  This package contains runtime libraries.
 
@@ -71,9 +67,24 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: The KDE cd burning application library - extra decoders
- K3b is a GUI frontend to the cd recording programs cdrdao and cdrecord.
- Its aim is to provide a very user friendly interface to all the tasks
- that come with cd recording and a lot more.
+Description: The KDE CD/DVD burning application library - extra decoders
+ K3b provides a comfortable user interface to perform most CD/DVD burning
+ tasks. While the experienced user can take influence in all steps
+ of the burning process the beginner may find comfort in the automatic settings
+ and the reasonable k3b defaults which allow a quick start.
  .
  This package contains runtime libraries for the MP3 and FFMPEG decoder plugin.
+
+Package: k3b-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Depends: k3b (= ${binary:Version})
+Description: A sophisticated CD/DVD burning application - debugging symbols
+ K3b provides a comfortable user interface to perform most CD/DVD burning
+ tasks. While the experienced user can take influence in all steps
+ of the burning process the beginner may find comfort in the automatic settings
+ and the reasonable k3b defaults which allow a quick start.
+ .
+ This package contains the debugging symbols associated with k3b. They will
+ automatically be used by gdb for debugging k3b-related issues.

Modified: kde-extras/k3b/trunk/debian/rules
===================================================================
--- kde-extras/k3b/trunk/debian/rules	2009-08-10 18:52:02 UTC (rev 15612)
+++ kde-extras/k3b/trunk/debian/rules	2009-08-10 19:13:30 UTC (rev 15613)
@@ -5,6 +5,6 @@
 #DEB_CMAKE_CUSTOM_FLAGS += -DK3B_BUILD_K3BSETUP=OFF
 
 %:
-	dh --with quilt --list-missing $@
+	dh --with quilt --dbg-package=k3b-dbg $@
 
 .PHONY: override_dh_auto_test




More information about the pkg-kde-commits mailing list