rev 18214 - kde-extras/kaffeine/trunk/debian

Fathi Boudra fabo at alioth.debian.org
Wed Jun 2 06:28:43 UTC 2010


Author: fabo
Date: 2010-06-02 06:28:22 +0000 (Wed, 02 Jun 2010)
New Revision: 18214

Modified:
   kde-extras/kaffeine/trunk/debian/changelog
   kde-extras/kaffeine/trunk/debian/control
   kde-extras/kaffeine/trunk/debian/kaffeine.install
   kde-extras/kaffeine/trunk/debian/presubj
   kde-extras/kaffeine/trunk/debian/rules
Log:
* New upstream release.
* Update debian/control:
  - bump build depencies (debhelper, pkg-kde-tools, kdelibs5-dev).
  - add libxss-dev build dependency.


Modified: kde-extras/kaffeine/trunk/debian/changelog
===================================================================
--- kde-extras/kaffeine/trunk/debian/changelog	2010-06-01 23:46:38 UTC (rev 18213)
+++ kde-extras/kaffeine/trunk/debian/changelog	2010-06-02 06:28:22 UTC (rev 18214)
@@ -1,8 +1,11 @@
-kaffeine (1.0~pre3-4) UNRELEASED; urgency=low
+kaffeine (1.0-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream release.
+  * Update debian/control:
+    - bump build depencies (debhelper, pkg-kde-tools, kdelibs5-dev).
+    - add libxss-dev build dependency.
 
- -- Mark Purcell <msp at debian.org>  Mon, 03 May 2010 22:01:54 +1000
+ -- Fathi Boudra <fabo at debian.org>  Wed, 02 Jun 2010 09:16:51 +0300
 
 kaffeine (1.0~pre3-3) unstable; urgency=low
 

Modified: kde-extras/kaffeine/trunk/debian/control
===================================================================
--- kde-extras/kaffeine/trunk/debian/control	2010-06-01 23:46:38 UTC (rev 18213)
+++ kde-extras/kaffeine/trunk/debian/control	2010-06-02 06:28:22 UTC (rev 18214)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Fathi Boudra <fabo at debian.org>, Mark Purcell <msp at debian.org>, Michael Meskes <meskes at debian.org>
-Build-Depends: debhelper (>= 7.4.13), cmake, pkg-kde-tools (>= 0.6.0),
- kdelibs5-dev (>= 4:4.3.4), libxine-dev, libx11-dev
+Build-Depends: debhelper (>= 7.4.15), cmake, pkg-kde-tools (>= 0.9.0),
+ kdelibs5-dev (>= 4:4.4.4), libxine-dev, libx11-dev, libxss-dev
 Standards-Version: 3.8.4
 Homepage: http://kaffeine.kde.org
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/kaffeine/trunk

Modified: kde-extras/kaffeine/trunk/debian/kaffeine.install
===================================================================
--- kde-extras/kaffeine/trunk/debian/kaffeine.install	2010-06-01 23:46:38 UTC (rev 18213)
+++ kde-extras/kaffeine/trunk/debian/kaffeine.install	2010-06-02 06:28:22 UTC (rev 18214)
@@ -3,14 +3,8 @@
 usr/bin/kaffeine
 usr/bin/kaffeine-xbu
 usr/share/applications/kde4/kaffeine.desktop
-usr/share/icons/oxygen/16x16/actions/audio-radio-encrypted.png
-usr/share/icons/oxygen/16x16/actions/video-television-encrypted.png
-usr/share/icons/oxygen/22x22/actions/audio-radio-encrypted.png
-usr/share/icons/oxygen/22x22/actions/video-television-encrypted.png
-usr/share/icons/oxygen/32x32/actions/audio-radio-encrypted.png
-usr/share/icons/oxygen/32x32/actions/video-television-encrypted.png
-usr/share/icons/oxygen/48x48/actions/audio-radio-encrypted.png
-usr/share/icons/oxygen/48x48/actions/video-television-encrypted.png
+usr/share/icons/oxygen/*/actions/audio-radio-encrypted.png
+usr/share/icons/oxygen/*/actions/video-television-encrypted.png
 usr/share/kde4/apps/solid/actions/kaffeine_play_audiocd.desktop
 usr/share/kde4/apps/solid/actions/kaffeine_play_dvd.desktop
 usr/share/kde4/apps/solid/actions/kaffeine_play_videocd.desktop

Modified: kde-extras/kaffeine/trunk/debian/presubj
===================================================================
--- kde-extras/kaffeine/trunk/debian/presubj	2010-06-01 23:46:38 UTC (rev 18213)
+++ kde-extras/kaffeine/trunk/debian/presubj	2010-06-02 06:28:22 UTC (rev 18214)
@@ -8,4 +8,3 @@
 as well.  Please keep in mind, however, that managing bug reports
 is part of the maintainers' workload and this package currently has
 a large number of outstanding reports in the BTS.
-

Modified: kde-extras/kaffeine/trunk/debian/rules
===================================================================
--- kde-extras/kaffeine/trunk/debian/rules	2010-06-01 23:46:38 UTC (rev 18213)
+++ kde-extras/kaffeine/trunk/debian/rules	2010-06-02 06:28:22 UTC (rev 18214)
@@ -1,7 +1,10 @@
 #!/usr/bin/make -f
 
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
 %:
-	dh --parallel --list-missing --dbg-package=kaffeine-dbg --with kde $@
+	dh $@ --parallel --dbg-package=kaffeine-dbg --list-missing --with kde
 
 override_dh_install:
 	if [ -f debian/tmp/usr/lib/kde4/kaffeinedvb.so ]; then mv debian/tmp/usr/lib/kde4/kaffeinedvb.so debian/kaffeine/usr/lib/kde4; fi




More information about the pkg-kde-commits mailing list