rev 10566 - branches/kde4/packages/kdemultimedia/debian

Fathi Boudra fabo at alioth.debian.org
Sun May 11 17:00:29 UTC 2008


Author: fabo
Date: 2008-05-11 17:00:28 +0000 (Sun, 11 May 2008)
New Revision: 10566

Added:
   branches/kde4/packages/kdemultimedia/debian/libkcddb-dev.install
Modified:
   branches/kde4/packages/kdemultimedia/debian/changelog
   branches/kde4/packages/kdemultimedia/debian/control
   branches/kde4/packages/kdemultimedia/debian/kdemultimedia-dev.install
   branches/kde4/packages/kdemultimedia/debian/rules
Log:
Split libkcddb development files in his own package.
Packages that only need libkcddb, don't need to pull kdebase-workspace-dev.


Modified: branches/kde4/packages/kdemultimedia/debian/changelog
===================================================================
--- branches/kde4/packages/kdemultimedia/debian/changelog	2008-05-11 16:52:15 UTC (rev 10565)
+++ branches/kde4/packages/kdemultimedia/debian/changelog	2008-05-11 17:00:28 UTC (rev 10566)
@@ -1,9 +1,13 @@
-kdemultimedia (4:4.0.73+svn806149-1~pre1) UNRELEASED; urgency=low
+kdemultimedia (4:4.0.73+svn806149-1) UNRELEASED; urgency=low
 
   * New upstream development snapshot:
     - The latest upstream commit is r806149 by repinc
     - Date: Sat, 10 May 2008 23:19:22 -0000
 
+   +++ Changes by Fathi Boudra:
+
+   * Split libkcddb development files in his own package.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 11 May 2008 02:30:35 +0300
 
 kdemultimedia (4:4.0.72-1) experimental; urgency=low

Modified: branches/kde4/packages/kdemultimedia/debian/control
===================================================================
--- branches/kde4/packages/kdemultimedia/debian/control	2008-05-11 16:52:15 UTC (rev 10565)
+++ branches/kde4/packages/kdemultimedia/debian/control	2008-05-11 17:00:28 UTC (rev 10566)
@@ -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), cmake (>= 2.6.0~), debhelper (>= 6), quilt,
- kdelibs5-dev (>= 4:4.0.71+svn802698-1), libphonon-dev (>= 4:4.0.71+svn802698-1), 
+ kdelibs5-dev (>= 4:4.0.73-1), libphonon-dev (>= 4:4.0.73-1),
  libasound2-dev, libcdparanoia0-dev, libflac-dev, libmusicbrainz4-dev, libxine-dev,
  libogg-dev, libtag1-dev, libtheora-dev, libtunepimp-dev, libvorbis-dev, libx11-dev
 Standards-Version: 3.7.3
@@ -29,7 +29,6 @@
  This metapackage includes multimedia applications provided with the official
  release of KDE 4.
 
-
 Package: kdemultimedia-dbg
 Section: libdevel
 Architecture: any
@@ -43,9 +42,9 @@
 Package: kdemultimedia-dev
 Section: devel
 Architecture: any
-Depends: kdelibs5-dev (>=4:4.0.68), kdebase-workspace-dev (>=4:4.0.68),
- kdemultimedia-kio-plugins (= ${binary:Version}),
- libkcddb4 (= ${binary:Version})
+Depends: kdelibs5-dev (>= 4:4.0.73), kdebase-workspace-dev (>= 4:4.0.73),
+ libkcddb-dev (= ${binary:Version}),
+ kdemultimedia-kio-plugins (= ${binary:Version})
 Description: development files for the KDE 4 multimedia module
  This package contains development files for building software that uses
  libraries from the KDE 4 multimedia module.
@@ -104,7 +103,7 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
-Description: CDDB library for KDE 4
+Description: CDDB library for KDE 4 (runtime)
  The KDE Compact Disc DataBase library provides an API for KDE 4 applications
  to fetch and submit audio CD information over the internet.
  .
@@ -113,6 +112,19 @@
  .
  This package is part of the KDE 4 multimedia module.
 
+Package: libkcddb-dev
+Section: libdevel
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libkcddb4 (= ${binary:Version})
+Replaces: kdemultimedia-dev (<< 4:4.0.73)
+Description: CDDB library for KDE 4 (development)
+ The KDE Compact Disc DataBase library provides an API for KDE 4 applications
+ to fetch and submit audio CD information over the internet.
+ .
+ This package contains the CDDB library development files for KDE 4.
+ .
+ This package is part of the KDE 4 multimedia module.
+
 Package: dragonplayer
 Section: kde
 Architecture: any

Modified: branches/kde4/packages/kdemultimedia/debian/kdemultimedia-dev.install
===================================================================
--- branches/kde4/packages/kdemultimedia/debian/kdemultimedia-dev.install	2008-05-11 16:52:15 UTC (rev 10565)
+++ branches/kde4/packages/kdemultimedia/debian/kdemultimedia-dev.install	2008-05-11 17:00:28 UTC (rev 10566)
@@ -1,13 +1,5 @@
 usr/include/audiocdencoder.h
-usr/include/libkcddb/cdinfodialog.h
-usr/include/libkcddb/cdinfo.h
-usr/include/libkcddb/client.h
-usr/include/libkcddb/configbase.h
-usr/include/libkcddb/genres.h
-usr/include/libkcddb/kcddbconfig.h
-usr/include/libkcddb/kcddb_export.h
-usr/include/libkcddb/kcddb.h
 usr/include/libkcompactdisc/kcompactdisc.h
 usr/lib/libaudiocdplugins.so
-usr/lib/libkcddb.so
 usr/lib/libkcompactdisc.so
+

Added: branches/kde4/packages/kdemultimedia/debian/libkcddb-dev.install
===================================================================
--- branches/kde4/packages/kdemultimedia/debian/libkcddb-dev.install	                        (rev 0)
+++ branches/kde4/packages/kdemultimedia/debian/libkcddb-dev.install	2008-05-11 17:00:28 UTC (rev 10566)
@@ -0,0 +1,10 @@
+usr/include/libkcddb/cdinfodialog.h
+usr/include/libkcddb/cdinfo.h
+usr/include/libkcddb/client.h
+usr/include/libkcddb/configbase.h
+usr/include/libkcddb/genres.h
+usr/include/libkcddb/kcddbconfig.h
+usr/include/libkcddb/kcddb_export.h
+usr/include/libkcddb/kcddb.h
+usr/lib/libkcddb.so
+

Modified: branches/kde4/packages/kdemultimedia/debian/rules
===================================================================
--- branches/kde4/packages/kdemultimedia/debian/rules	2008-05-11 16:52:15 UTC (rev 10565)
+++ branches/kde4/packages/kdemultimedia/debian/rules	2008-05-11 17:00:28 UTC (rev 10566)
@@ -1,3 +1,4 @@
 #!/usr/bin/make -f
  
 include debian/cdbs/kde.mk
+




More information about the pkg-kde-commits mailing list