rev 14555 - in trunk/packages/kdenetwork/debian: . patches

Fathi Boudra fabo at alioth.debian.org
Sat May 2 19:09:08 UTC 2009


Author: fabo
Date: 2009-05-02 19:09:07 +0000 (Sat, 02 May 2009)
New Revision: 14555

Added:
   trunk/packages/kdenetwork/debian/patches/01_disable_unused_find_package.diff
Removed:
   trunk/packages/kdenetwork/debian/patches/01_finddecibel_fix.diff
Modified:
   trunk/packages/kdenetwork/debian/changelog
   trunk/packages/kdenetwork/debian/control
   trunk/packages/kdenetwork/debian/patches/series
Log:
Prepare kdenetwork 4.2.3
Bump Standards-Version from 3.8.0 to 3.8.1 (no changes needed).
Remove FindDecibel fix. The file doesn't exist anymore.
Add 01_disable_unused_find_package.diff patch: Decibel and X11VidMode are not used.


Modified: trunk/packages/kdenetwork/debian/changelog
===================================================================
--- trunk/packages/kdenetwork/debian/changelog	2009-05-02 15:26:19 UTC (rev 14554)
+++ trunk/packages/kdenetwork/debian/changelog	2009-05-02 19:09:07 UTC (rev 14555)
@@ -1,9 +1,19 @@
-kdenetwork (4:4.2.2-2) UNRELEASED; urgency=low
+kdenetwork (4:4.2.3-1) UNRELEASED; urgency=low
 
+  * New upstream release.
+
+  +++ Changes by Sune Vuorela:
+
   * Fix sections.
 
- -- Sune Vuorela <debian at pusling.com>  Mon, 06 Apr 2009 23:30:54 +0200
+  +++ Changes by Fathi Boudra:
 
+  * Bump Standards-Version from 3.8.0 to 3.8.1 (no changes needed).
+  * Remove FindDecibel fix. The file doesn't exist anymore.
+  * Add 01_disable_unused_find_package.diff patch: Decibel and X11VidMode are not used.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 02 May 2009 17:33:24 +0200
+
 kdenetwork (4:4.2.2-1) unstable; urgency=low
 
   * New upstream release:

Modified: trunk/packages/kdenetwork/debian/control
===================================================================
--- trunk/packages/kdenetwork/debian/control	2009-05-02 15:26:19 UTC (rev 14554)
+++ trunk/packages/kdenetwork/debian/control	2009-05-02 19:09:07 UTC (rev 14555)
@@ -12,7 +12,7 @@
  libgmp3-dev, libotr2-dev, libboost-dev,
  libavahi-compat-libdnssd-dev, libmeanwhile-dev, libmsn-dev (>= 4.0~beta2),
  libortp-dev, libspeex-dev, libasound2-dev (>= 1.0.14a) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: http://www.kde.org/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/trunk/packages/kdenetwork
 Vcs-Svn: svn://svn.debian.org/pkg-kde/trunk/packages/kdenetwork

Added: trunk/packages/kdenetwork/debian/patches/01_disable_unused_find_package.diff
===================================================================
--- trunk/packages/kdenetwork/debian/patches/01_disable_unused_find_package.diff	                        (rev 0)
+++ trunk/packages/kdenetwork/debian/patches/01_disable_unused_find_package.diff	2009-05-02 19:09:07 UTC (rev 14555)
@@ -0,0 +1,11 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -35,8 +35,6 @@ find_package(Alsa)
+ find_package(Speex)
+ find_package(QCA2)
+ find_package(JPEG)
+-find_package(X11VidMode)
+-find_package(Decibel)
+ find_package(IDN)
+ find_package(LibVNCServer)
+ 

Modified: trunk/packages/kdenetwork/debian/patches/series
===================================================================
--- trunk/packages/kdenetwork/debian/patches/series	2009-05-02 15:26:19 UTC (rev 14554)
+++ trunk/packages/kdenetwork/debian/patches/series	2009-05-02 19:09:07 UTC (rev 14555)
@@ -1 +1 @@
-01_finddecibel_fix.diff
+01_disable_unused_find_package.diff




More information about the pkg-kde-commits mailing list