rev 8708 - in branches/kde4/packages/kdelibs/debian: . patches

Ana Beatriz Guerrero López ana at alioth.debian.org
Wed Jan 2 18:29:56 UTC 2008


Author: ana
Date: 2008-01-02 18:29:56 +0000 (Wed, 02 Jan 2008)
New Revision: 8708

Modified:
   branches/kde4/packages/kdelibs/debian/changelog
   branches/kde4/packages/kdelibs/debian/copyright
   branches/kde4/packages/kdelibs/debian/docs
   branches/kde4/packages/kdelibs/debian/patches/15_kfreebsd_support.diff
Log:
some extra stuff for kde4libs


Modified: branches/kde4/packages/kdelibs/debian/changelog
===================================================================
--- branches/kde4/packages/kdelibs/debian/changelog	2008-01-02 16:11:28 UTC (rev 8707)
+++ branches/kde4/packages/kdelibs/debian/changelog	2008-01-02 18:29:56 UTC (rev 8708)
@@ -1,12 +1,17 @@
 kde4libs (4:3.98.0~svn755919-1) experimental; urgency=low
 
-  * New svn snapshot release.
+  * New svn snapshot release to revision 755919.
 
   +++ Changes by Fathi Boudra:
 
   * Build-dep on soprano >= 1.99~rc2-1. (Closes: #458334)
   * Split kdelibs5-dev and kdelibs. Move Phonon in his own packages.
 
+  +++ Changes by Ana Beatriz Guerrero Lopez:
+
+  * Fix offsets in 15_kfreebsd_support patch.
+  * Update years in debian/copyright. Happy new year!
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 02 Jan 2008 14:08:10 +0100
 
 kde4libs (4:3.98.0~svn753247-1) experimental; urgency=low

Modified: branches/kde4/packages/kdelibs/debian/copyright
===================================================================
--- branches/kde4/packages/kdelibs/debian/copyright	2008-01-02 16:11:28 UTC (rev 8707)
+++ branches/kde4/packages/kdelibs/debian/copyright	2008-01-02 18:29:56 UTC (rev 8708)
@@ -10,7 +10,7 @@
 
 Copyright:
 Unless something else is mentioned, copyright is
-(C) 1996-2007, The K Desktop Enviroment project http://www.kde.org
+(C) 1996-2008, The K Desktop Enviroment project http://www.kde.org
 
 
 License:
@@ -4700,6 +4700,6 @@
 
 
 
-The Debian packaging is (C) 2007, Debian Qt/KDE Maintainers and
+The Debian packaging is (C) 2007-2008, Debian Qt/KDE Maintainers and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
 

Modified: branches/kde4/packages/kdelibs/debian/docs
===================================================================
--- branches/kde4/packages/kdelibs/debian/docs	2008-01-02 16:11:28 UTC (rev 8707)
+++ branches/kde4/packages/kdelibs/debian/docs	2008-01-02 18:29:56 UTC (rev 8708)
@@ -1,2 +1 @@
 README
-TODO

Modified: branches/kde4/packages/kdelibs/debian/patches/15_kfreebsd_support.diff
===================================================================
--- branches/kde4/packages/kdelibs/debian/patches/15_kfreebsd_support.diff	2008-01-02 16:11:28 UTC (rev 8707)
+++ branches/kde4/packages/kdelibs/debian/patches/15_kfreebsd_support.diff	2008-01-02 18:29:56 UTC (rev 8708)
@@ -1,7 +1,9 @@
---- kde4libs-3.96.0/kpty/kpty.cpp.orig	2007-11-28 03:19:29.000000000 +0100
-+++ kde4libs-3.96.0/kpty/kpty.cpp	2007-11-28 03:23:53.000000000 +0100
-@@ -88,24 +88,24 @@
- # include <utmp.h>
+Index: kde4libs-3.98.0~svn755919/kpty/kpty.cpp
+===================================================================
+--- kde4libs-3.98.0~svn755919.orig/kpty/kpty.cpp	2008-01-02 13:17:23.000000000 +0100
++++ kde4libs-3.98.0~svn755919/kpty/kpty.cpp	2008-01-02 19:32:32.000000000 +0100
+@@ -108,24 +108,24 @@
+ # define _NEW_TTY_CTRL
  #endif
  
 -#if defined (__FreeBSD__) || defined (__NetBSD__) || defined (__OpenBSD__) || defined (__bsdi__) || defined(__APPLE__) || defined (__DragonFly__)
@@ -36,10 +38,12 @@
 +# error
  #endif
  
- #if defined (_HPUX_SOURCE)
---- kde4libs-3.96.0/kio/kfile/kpropertiesdialog.cpp.orig	2007-11-28 04:33:19.000000000 +0100
-+++ kde4libs-3.96.0/kio/kfile/kpropertiesdialog.cpp	2007-11-28 05:16:12.000000000 +0100
-@@ -1916,7 +1916,15 @@
+ #include <kdebug.h>
+Index: kde4libs-3.98.0~svn755919/kio/kfile/kpropertiesdialog.cpp
+===================================================================
+--- kde4libs-3.98.0~svn755919.orig/kio/kfile/kpropertiesdialog.cpp	2008-01-02 13:17:07.000000000 +0100
++++ kde4libs-3.98.0~svn755919/kio/kfile/kpropertiesdialog.cpp	2008-01-02 19:32:32.000000000 +0100
+@@ -1887,7 +1887,15 @@
      fileSystemSupportsACLs = ( statfs( path.data(), &buf ) == 0 ) && ( buf.f_flags & MNT_ACLS );
  #else
      fileSystemSupportsACLs =
@@ -56,8 +60,10 @@
  #endif
      return fileSystemSupportsACLs;
  }
---- kde4libs-3.96.0/kioslave/file/file.cpp.orig	2007-11-28 09:06:02.000000000 +0100
-+++ kde4libs-3.96.0/kioslave/file/file.cpp	2007-11-28 09:07:29.000000000 +0100
+Index: kde4libs-3.98.0~svn755919/kioslave/file/file.cpp
+===================================================================
+--- kde4libs-3.98.0~svn755919.orig/kioslave/file/file.cpp	2008-01-02 13:16:20.000000000 +0100
++++ kde4libs-3.98.0~svn755919/kioslave/file/file.cpp	2008-01-02 19:32:32.000000000 +0100
 @@ -361,9 +361,10 @@
      }
  
@@ -70,7 +76,7 @@
      // Determine the mimetype of the file to be retrieved, and emit it.
      // This is mandatory in all slaves (for KRun/BrowserRun to work)
      // In real "remote" slaves, this is usually done using findByNameAndContent
-@@ -869,8 +870,10 @@
+@@ -875,8 +876,10 @@
      }
  
  #ifdef HAVE_FADVISE
@@ -81,7 +87,7 @@
      // WABA: Make sure that we keep writing permissions ourselves,
      // otherwise we can be in for a surprise on NFS.
      mode_t initialMode;
-@@ -892,8 +895,10 @@
+@@ -898,8 +901,10 @@
      }
  
  #ifdef HAVE_FADVISE




More information about the pkg-kde-commits mailing list