rev 10529 - in branches/kde4/packages: kdeartwork/debian kdegraphics/debian kdegraphics/debian/patches kdetoys/debian

Fathi Boudra fabo at alioth.debian.org
Sat May 10 16:35:22 UTC 2008


Author: fabo
Date: 2008-05-10 16:35:21 +0000 (Sat, 10 May 2008)
New Revision: 10529

Modified:
   branches/kde4/packages/kdeartwork/debian/changelog
   branches/kde4/packages/kdeartwork/debian/control
   branches/kde4/packages/kdegraphics/debian/changelog
   branches/kde4/packages/kdegraphics/debian/control
   branches/kde4/packages/kdegraphics/debian/patches/97_fix_target_link_libraries.diff
   branches/kde4/packages/kdegraphics/debian/rules
   branches/kde4/packages/kdetoys/debian/changelog
   branches/kde4/packages/kdetoys/debian/control
Log:
Update kdeartwork, kdegraphics and kdetoys to 4.0.73 snapshots.


Modified: branches/kde4/packages/kdeartwork/debian/changelog
===================================================================
--- branches/kde4/packages/kdeartwork/debian/changelog	2008-05-10 16:34:37 UTC (rev 10528)
+++ branches/kde4/packages/kdeartwork/debian/changelog	2008-05-10 16:35:21 UTC (rev 10529)
@@ -1,3 +1,9 @@
+kdeartwork (4:4.0.73-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Fathi Boudra <fabo at debian.org>  Sat, 10 May 2008 14:38:18 +0200
+
 kdeartwork (4:4.0.72-1) experimental; urgency=low
 
   * New upstream snapshot.

Modified: branches/kde4/packages/kdeartwork/debian/control
===================================================================
--- branches/kde4/packages/kdeartwork/debian/control	2008-05-10 16:34:37 UTC (rev 10528)
+++ branches/kde4/packages/kdeartwork/debian/control	2008-05-10 16:35:21 UTC (rev 10529)
@@ -4,7 +4,7 @@
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Ana Beatriz Guerrero Lopez <ana at debian.org>, Sune Vuorela <debian at pusling.com>, Fathi Boudra <fabo at debian.org>, Armin Berres <trigger+debian at space-based.de>, Matthew Rosewarne <mrosewarne at inoutbox.com>
 Build-Depends: cdbs (>= 0.4.51), debhelper (>= 6), cmake (> 2.6.0~), quilt,
- kdebase-workspace-dev (>= 4:4.0.72), libxt-dev, libstreamanalyzer-dev,
+ kdebase-workspace-dev (>= 4:4.0.73), libxt-dev, libstreamanalyzer-dev,
  xscreensaver, xscreensaver-data, xscreensaver-data-extra, xscreensaver-gl, xscreensaver-gl-extra
 Standards-Version: 3.7.3
 Homepage: http://www.kde.org/

Modified: branches/kde4/packages/kdegraphics/debian/changelog
===================================================================
--- branches/kde4/packages/kdegraphics/debian/changelog	2008-05-10 16:34:37 UTC (rev 10528)
+++ branches/kde4/packages/kdegraphics/debian/changelog	2008-05-10 16:35:21 UTC (rev 10529)
@@ -1,3 +1,9 @@
+kdegraphics (4:4.0.73-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Fathi Boudra <fabo at debian.org>  Sat, 10 May 2008 15:30:37 +0200
+
 kdegraphics (4:4.0.72-1) experimental; urgency=low
 
   * New upstream snapshot.

Modified: branches/kde4/packages/kdegraphics/debian/control
===================================================================
--- branches/kde4/packages/kdegraphics/debian/control	2008-05-10 16:34:37 UTC (rev 10528)
+++ branches/kde4/packages/kdegraphics/debian/control	2008-05-10 16:35:21 UTC (rev 10529)
@@ -4,7 +4,7 @@
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Ana Beatriz Guerrero Lopez <ana at debian.org>, Sune Vuorela <debian at pusling.com>, Fathi Boudra <fabo at debian.org>, Armin Berres <trigger+debian at space-based.de>, Matthew Rosewarne <mrosewarne at inoutbox.com>
 Build-Depends: cdbs (>= 0.4.51), debhelper (>= 6), cmake, quilt,
- kdelibs5-dev (>= 4:4.0.72-1), libphonon-dev  (>= 4:4.0.72-1),
+ kdelibs5-dev (>= 4:4.0.73-1), libphonon-dev  (>= 4:4.0.73-1),
  libpoppler-qt4-dev (>= 0.8.0-1), libspectre-dev, libqca2-dev,
  libsane-dev, libtiff4-dev, libgphoto2-2-dev, libchm-dev, libdjvulibre-dev,
  libxxf86vm-dev, libqimageblitz-dev (>= 1:0.0.4-2), libexiv2-dev, libgs-dev,

Modified: branches/kde4/packages/kdegraphics/debian/patches/97_fix_target_link_libraries.diff
===================================================================
--- branches/kde4/packages/kdegraphics/debian/patches/97_fix_target_link_libraries.diff	2008-05-10 16:34:37 UTC (rev 10528)
+++ branches/kde4/packages/kdegraphics/debian/patches/97_fix_target_link_libraries.diff	2008-05-10 16:35:21 UTC (rev 10529)
@@ -1,5 +1,3 @@
-Index: b/kgamma/kcmkgamma/CMakeLists.txt
-===================================================================
 --- a/kgamma/kcmkgamma/CMakeLists.txt
 +++ b/kgamma/kcmkgamma/CMakeLists.txt
 @@ -14,7 +14,7 @@
@@ -11,8 +9,6 @@
  ${KDE4_KDE3SUPPORT_LIBS} )
  
  install(TARGETS kcm_kgamma  DESTINATION ${PLUGIN_INSTALL_DIR} )
-Index: b/okular/CMakeLists.txt
-===================================================================
 --- a/okular/CMakeLists.txt
 +++ b/okular/CMakeLists.txt
 @@ -90,7 +90,7 @@
@@ -24,8 +20,6 @@
  
  set_target_properties(okularcore PROPERTIES VERSION 1.1.0 SOVERSION 1 )
  
-Index: b/svgpart/CMakeLists.txt
-===================================================================
 --- a/svgpart/CMakeLists.txt
 +++ b/svgpart/CMakeLists.txt
 @@ -6,7 +6,7 @@

Modified: branches/kde4/packages/kdegraphics/debian/rules
===================================================================
--- branches/kde4/packages/kdegraphics/debian/rules	2008-05-10 16:34:37 UTC (rev 10528)
+++ branches/kde4/packages/kdegraphics/debian/rules	2008-05-10 16:35:21 UTC (rev 10529)
@@ -2,5 +2,5 @@
  
 include debian/cdbs/kde.mk
 
-DEB_DH_MAKESHLIBS_ARGS_libokularcore1 := -V'libokularcore1 (>= 4:4.0.72-1)'
+DEB_DH_MAKESHLIBS_ARGS_libokularcore1 := -V'libokularcore1 (>= 4:4.0.73-1)'
 

Modified: branches/kde4/packages/kdetoys/debian/changelog
===================================================================
--- branches/kde4/packages/kdetoys/debian/changelog	2008-05-10 16:34:37 UTC (rev 10528)
+++ branches/kde4/packages/kdetoys/debian/changelog	2008-05-10 16:35:21 UTC (rev 10529)
@@ -1,3 +1,9 @@
+kdetoys (4:4.0.73-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Fathi Boudra <fabo at debian.org>  Sat, 10 May 2008 16:07:00 +0200
+
 kdetoys (4:4.0.72-1) experimental; urgency=low
 
   * New upstream snapshot.

Modified: branches/kde4/packages/kdetoys/debian/control
===================================================================
--- branches/kde4/packages/kdetoys/debian/control	2008-05-10 16:34:37 UTC (rev 10528)
+++ branches/kde4/packages/kdetoys/debian/control	2008-05-10 16:35:21 UTC (rev 10529)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Ana Beatriz Guerrero Lopez <ana at debian.org>, Sune Vuorela <debian at pusling.com>, Fathi Boudra <fabo at debian.org>, Armin Berres <trigger+debian at space-based.de>, Matthew Rosewarne <mrosewarne at inoutbox.com>
-Build-Depends: cdbs (>= 0.4.51), debhelper (>= 6), cmake (>=2.6.0~), quilt, 
- kdebase-workspace-dev (>= 4:4.0.68), libphonon-dev (>= 4:4.0.68), libplasma-dev (>= 4:4.0.68),
+Build-Depends: cdbs (>= 0.4.51), debhelper (>= 6), cmake (>=2.6.0~), quilt,
+ kdebase-workspace-dev (>= 4:4.0.73), libphonon-dev (>= 4:4.0.73), libplasma-dev (>= 4:4.0.73),
  libstreamanalyzer-dev, libqimageblitz-dev
 Standards-Version: 3.7.3
 Homepage: http://www.kde.org/




More information about the pkg-kde-commits mailing list