rev 15909 - in trunk/packages/kdebindings/debian: . patches

David Palacio dpalacio-guest at alioth.debian.org
Sun Sep 6 05:17:15 UTC 2009


Author: dpalacio-guest
Date: 2009-09-06 05:17:15 +0000 (Sun, 06 Sep 2009)
New Revision: 15909

Modified:
   trunk/packages/kdebindings/debian/changelog
   trunk/packages/kdebindings/debian/control
   trunk/packages/kdebindings/debian/copyright
   trunk/packages/kdebindings/debian/patches/05_rbqtapi_ruby1.8.diff
Log:
copyright update
lintian: fix some warnings


Modified: trunk/packages/kdebindings/debian/changelog
===================================================================
--- trunk/packages/kdebindings/debian/changelog	2009-09-05 14:51:48 UTC (rev 15908)
+++ trunk/packages/kdebindings/debian/changelog	2009-09-06 05:17:15 UTC (rev 15909)
@@ -22,6 +22,7 @@
 
   * Move unnecessary dependencies from libkde4-ruby metapackage to
     libkde4-ruby1.8. (Closes: #541539)
+  * Copyright update
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 08 Aug 2009 15:07:37 +0200
 

Modified: trunk/packages/kdebindings/debian/control
===================================================================
--- trunk/packages/kdebindings/debian/control	2009-09-05 14:51:48 UTC (rev 15908)
+++ trunk/packages/kdebindings/debian/control	2009-09-06 05:17:15 UTC (rev 15909)
@@ -21,7 +21,7 @@
 Section: debug
 Architecture: any
 Priority: extra
-Depends: kdelibs5-dbg
+Depends: kdelibs5-dbg, libsmokeqt4-2 (= ${binary:Version}) | python-kde4 (= ${binary:Version})
 Recommends: libruby1.8-dbg, python-qt4-dbg, mono-dbg
 Description: debugging symbols for the KDE 4 bindings module
  This package contains debugging files used to investigate problems with
@@ -183,7 +183,7 @@
 Section: ruby
 Depends: libkde4-ruby1.8
 Architecture: all
-Description: KDE Ruby bindings
+Description: KDE 4 bindings for Ruby
  This package installs the KDE 4 bindings for
  the default Ruby interpreter.
  .
@@ -194,7 +194,7 @@
 Depends: ${shlibs:Depends}, libqt4-ruby1.8 (= ${binary:Version}),
  libsmokeqt4-2 (= ${binary:Version}), libqtruby4shared2 (= ${binary:Version})
 Architecture: any
-Description: KDE 4 bindings for Ruby
+Description: KDE 4 bindings for Ruby 1.8
  This packages contains KDE 4 Ruby bindings for Ruby 1.8
  .
  This is part of KDE Bindings module
@@ -212,7 +212,7 @@
 Section: ruby
 Depends: ${shlibs:Depends}, libkde4-ruby1.8 (= ${binary:Version})
 Architecture: any
-Description: Okular Ruby bindings
+Description: Okular Ruby 1.8 bindings
  Bindings for Okular for Ruby 1.8
  .
  This is part of KDE Bindings module
@@ -372,7 +372,6 @@
  This is part of KDE Bindings module
 
 Package: plasma-scriptengine-kimono
-Section: kde
 Depends: libkimono4.1-cil (= ${binary:Version}), ${cli:Depends}, ${shlibs:Depends}
 Architecture: i386 kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390 lpia
 Description: Kimono Plasma script engine

Modified: trunk/packages/kdebindings/debian/copyright
===================================================================
--- trunk/packages/kdebindings/debian/copyright	2009-09-05 14:51:48 UTC (rev 15908)
+++ trunk/packages/kdebindings/debian/copyright	2009-09-06 05:17:15 UTC (rev 15909)
@@ -23,7 +23,7 @@
     Copyright (C) 2002-2006 Aduna BV, GNU LGPL License applies
     Copyright (C) 2002 Adam Treat.
     Copyright (C) 2002 Ashley Winters <qaqortog at nwlink.com>
-    Copyright (C) 2003-2009 Richard Dale
+    Copyright (C) 2000-2009 Richard Dale <richard.j.dale at gmail.com>
     Copyright (C) 2003 Cornelius Schumacher <schumacher at kde.org>
     Copyright (C) 2003 Germain Garand <germain at ebooksfrance.org>
     Copyright (C) 2003 Ian Geiser
@@ -36,9 +36,9 @@
     Copyright (C) 2005,2006,2007 Siraj Razick <siraj at kdemail.net>
     Copyright (C) 2005-2006 Eyal Oren
     Copyright (C) 2005, 2006 KJSEmbed Authors.
-    Copyright (C) 2005-2007 Cyrille Berger <cberger at cberger.net>
+    Copyright (C) 2005-2008 Cyrille Berger <cberger at cberger.net>
     Copyright (C) 2006-2007 Katrina Niolet <katrina at niolet.name>
-    Copyright (C) 2006-2007 Thomas Moenicke <tm at php-qt.org>
+    Copyright (C) 2006-2009 Thomas Moenicke <tm at php-qt.org>
     Copyright (C) 2006 Chusslove Illich <caslav.ilic at gmx.net>
     Copyright (C) 2006 Michaël Larouche <michael.larouche at kdemail.net>
     Copyright (C) 2006 Tobias Koenig <tokoe at kde.org>
@@ -59,6 +59,7 @@
     Copyright (C) 2005-2006 KJSEMbed Authors
     Copyright (C) Lars Knoll <knoll at kde.org>
     Copyright (C) Matthias Ettrich <ettrich at kde.org>
+    Copyright (C) 2008 David Boddie <david at boddie.org.uk>
 
 
 cmake/
@@ -84,6 +85,8 @@
       pykde4: LGPLv2.1+
 ruby/
       GPLv2
+  qtruby/src/
+      LGPLv2+
 smoke/
 	smoke.h is BSD licensed.
 	The rest of smoke is quite trivial and autogenerates code with kalyptus

Modified: trunk/packages/kdebindings/debian/patches/05_rbqtapi_ruby1.8.diff
===================================================================
--- trunk/packages/kdebindings/debian/patches/05_rbqtapi_ruby1.8.diff	2009-09-05 14:51:48 UTC (rev 15908)
+++ trunk/packages/kdebindings/debian/patches/05_rbqtapi_ruby1.8.diff	2009-09-06 05:17:15 UTC (rev 15909)
@@ -1,3 +1,4 @@
+Use Debian executable name
 --- a/ruby/qtruby/bin/rbqtapi
 +++ b/ruby/qtruby/bin/rbqtapi
 @@ -1,4 +1,4 @@




More information about the pkg-kde-commits mailing list