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

Fathi Boudra fabo at alioth.debian.org
Mon Sep 12 17:10:32 UTC 2011


Author: fabo
Date: 2011-09-12 17:10:31 +0000 (Mon, 12 Sep 2011)
New Revision: 18923

Modified:
   kde-extras/k3b/trunk/debian/changelog
   kde-extras/k3b/trunk/debian/control
   kde-extras/k3b/trunk/debian/k3b-data.install
Log:
* Add libqtwebkit-dev build dependency. (Closes: #618170)
* Fix lintian warning: description-synopsis-starts-with-article.
* Update debian/k3b-data.install: add HTML doc.


Modified: kde-extras/k3b/trunk/debian/changelog
===================================================================
--- kde-extras/k3b/trunk/debian/changelog	2011-09-11 05:32:48 UTC (rev 18922)
+++ kde-extras/k3b/trunk/debian/changelog	2011-09-12 17:10:31 UTC (rev 18923)
@@ -1,3 +1,11 @@
+k3b (2.0.2-2) unstable; urgency=low
+
+  * Add libqtwebkit-dev build dependency. (Closes: #618170)
+  * Fix lintian warning: description-synopsis-starts-with-article.
+  * Update debian/k3b-data.install: add HTML doc.
+
+ -- Fathi Boudra <fabo at debian.org>  Mon, 02 May 2011 10:36:26 +0300
+
 k3b (2.0.2-1) unstable; urgency=low
 
   * New upstream release.

Modified: kde-extras/k3b/trunk/debian/control
===================================================================
--- kde-extras/k3b/trunk/debian/control	2011-09-11 05:32:48 UTC (rev 18922)
+++ kde-extras/k3b/trunk/debian/control	2011-09-12 17:10:31 UTC (rev 18923)
@@ -6,9 +6,9 @@
 Build-Depends: debhelper (>= 7.4.15), cmake, pkg-kde-tools (>= 0.9.0),
  kdelibs5-dev (>= 4:4.4.4), libavformat-dev, libdvdread-dev, libflac++-dev,
  libflac-dev, libkcddb-dev, libmad0-dev, libmpcdec-dev, libmusicbrainz4-dev,
- libsamplerate0-dev, libsndfile1-dev, libtag1-dev, shared-mime-info,
- libvorbis-dev, libcam-dev [kfreebsd-i386 kfreebsd-amd64]
-Standards-Version: 3.9.1
+ libqtwebkit-dev, libsamplerate0-dev, libsndfile1-dev, libtag1-dev,
+ shared-mime-info, libvorbis-dev, libcam-dev [kfreebsd-i386 kfreebsd-amd64]
+Standards-Version: 3.9.2
 Homepage: http://www.k3b.org
 Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/k3b/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/k3b/trunk/
@@ -21,7 +21,7 @@
 Recommends: libk3b6-extracodecs, dvd+rw-tools, vcdimager
 Suggests: k3b-extrathemes, k3b-i18n, normalize-audio, sox, movixmaker-2
 Replaces: k3b-data (<< 1.66.0~alpha2-1)
-Description: A sophisticated CD/DVD burning application
+Description: 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
@@ -30,7 +30,7 @@
 Package: k3b-data
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: A sophisticated CD/DVD burning application - data files
+Description: 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
@@ -42,7 +42,7 @@
 Replaces: k3b-data (<< 1.70.0~beta1)
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: A sophisticated CD/DVD burning application - extra themes
+Description: Sophisticated CD/DVD burning application - extra themes
  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
@@ -54,7 +54,7 @@
 Section: localization
 Architecture: all 
 Depends: ${misc:Depends}, k3b
-Description: A sophisticated CD/DVD burning application - localizations files
+Description: Sophisticated CD/DVD burning application - localizations 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
@@ -67,7 +67,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends},
  libk3b6 (= ${binary:Version})
-Description: The KDE CD/DVD burning application library - development files
+Description: 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
@@ -79,7 +79,7 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: The KDE CD/DVD burning application library - runtime files
+Description: 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
@@ -91,7 +91,7 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: The KDE CD/DVD burning application library - extra decoders
+Description: 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
@@ -104,7 +104,7 @@
 Architecture: any
 Priority: extra
 Depends: k3b (= ${binary:Version}), ${misc:Depends}
-Description: A sophisticated CD/DVD burning application - debugging symbols
+Description: 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

Modified: kde-extras/k3b/trunk/debian/k3b-data.install
===================================================================
--- kde-extras/k3b/trunk/debian/k3b-data.install	2011-09-11 05:32:48 UTC (rev 18922)
+++ kde-extras/k3b/trunk/debian/k3b-data.install	2011-09-12 17:10:31 UTC (rev 18923)
@@ -1,5 +1,6 @@
 etc/dbus-1/system.d/org.kde.kcontrol.k3bsetup.conf
 usr/share/dbus-1/system-services/org.kde.kcontrol.k3bsetup.service
+usr/share/doc/kde/HTML/en/k3b/*
 usr/share/icons/hicolor/128x128/apps/k3b.png
 usr/share/icons/hicolor/16x16/apps/k3b.png
 usr/share/icons/hicolor/22x22/apps/k3b.png




More information about the pkg-kde-commits mailing list