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

Matthew Rosewarne mukidohime-guest at alioth.debian.org
Sat Dec 8 02:55:10 UTC 2007


Author: mukidohime-guest
Date: 2007-12-08 02:55:09 +0000 (Sat, 08 Dec 2007)
New Revision: 8175

Modified:
   branches/kde4/packages/kdemultimedia/debian/changelog
   branches/kde4/packages/kdemultimedia/debian/control
   branches/kde4/packages/kdemultimedia/debian/rules
Log:
* RC2
* S-V = 3.7.3
* LDFLAGS += "-Wl,--as-needed"


Modified: branches/kde4/packages/kdemultimedia/debian/changelog
===================================================================
--- branches/kde4/packages/kdemultimedia/debian/changelog	2007-12-08 02:01:10 UTC (rev 8174)
+++ branches/kde4/packages/kdemultimedia/debian/changelog	2007-12-08 02:55:09 UTC (rev 8175)
@@ -1,3 +1,13 @@
+kdemultimedia (4:3.97.0-1) experimental; urgency=low
+
+  * New upstream release candidate, KDE 4.0 RC2
+    - Build depend on kdelibs5-dev >= 4:3.97.0.
+  * Update Standards-Version to 3.7.3.
+    - Replace use of ${Source-Version} with ${binary:Version}
+  * Add export LDFLAGS+="-Wl,--as-needed" in rules to pacify dpkg-shlibdeps
+
+ -- Matthew Rosewarne <mukido at mikhail>  Fri, 07 Dec 2007 19:24:55 -0500
+
 kdemultimedia (4:3.96.0-1) experimental; urgency=low
 
   * KDE 4.0 rc1, first upload to the Debian archive.

Modified: branches/kde4/packages/kdemultimedia/debian/control
===================================================================
--- branches/kde4/packages/kdemultimedia/debian/control	2007-12-08 02:01:10 UTC (rev 8174)
+++ branches/kde4/packages/kdemultimedia/debian/control	2007-12-08 02:55:09 UTC (rev 8175)
@@ -3,18 +3,18 @@
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Build-Depends: cdbs (>=0.4.50), cmake, debhelper (>= 5), quilt,
- kdelibs5-dev (>=4:3.96.0), kdebase-workspace-dev (>=4:3.96.0), cdparanoia,
+ kdelibs5-dev (>=4:3.97.0), kdebase-workspace-dev (>=4:3.97.0), cdparanoia,
  libasound2-dev, libcdparanoia0-dev, libflac-dev, libmusicbrainz4-dev,
  libogg-dev, libtag1-dev, libtheora-dev, libtunepimp-dev, libvorbis-dev
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 
 Package: kdemultimedia
 Section: kde
 Architecture: all
-Depends: kdemultimedia-kio-plugins (>= ${Source-Version}),
- juk (>= ${Source-Version}), kmix (>= ${Source-Version}),
- kscd (>= ${Source-Version})
+Depends: kdemultimedia-kio-plugins (>= ${binary:Version}),
+ juk (>= ${binary:Version}), kmix (>= ${binary:Version}),
+ kscd (>= ${binary:Version})
 Description: multimedia apps from the official KDE release 
  KDE (the K Desktop Environment) is a powerful Open Source graphical
  desktop environment for Unix workstations. It combines ease of use,
@@ -30,8 +30,8 @@
 Section: libdevel
 Architecture: any
 Priority: extra
-Depends: kdelibs-dbg (>=4:3.96.0), libkcddb4 (= ${Source-Version}),
- kdemultimedia-kio-plugins (>= ${Source-Version}), kmix (>= ${Source-Version})
+Depends: kdelibs-dbg (>=4:3.97.0), libkcddb4 (= ${binary:Version}),
+ kdemultimedia-kio-plugins (>= ${binary:Version}), kmix (>= ${binary:Version})
 Description: debugging symbols for kdemultimedia
  This package contains the debugging symbols associated with kdemultimedia.
  They will automatically be used by gdb for debugging kdemultimedia-related
@@ -41,9 +41,9 @@
 Package: kdemultimedia-dev
 Section: devel
 Architecture: any
-Depends: kdelibs5-dev (>=4:3.96.0), kdebase-workspace-dev (>=4:3.96.0),
- kdemultimedia-kio-plugins (= ${Source-Version}),
- libkcddb4 (= ${Source-Version})
+Depends: kdelibs5-dev (>=4:3.97.0), kdebase-workspace-dev (>=4:3.97.0),
+ kdemultimedia-kio-plugins (= ${binary:Version}),
+ libkcddb4 (= ${binary:Version})
 Description: development files for the KDE multimedia module
  Development files and headers for the KDE multimedia module.
  .
@@ -54,7 +54,7 @@
 Package: kdemultimedia-kio-plugins
 section: kde
 Architecture: any
-Depends: ${shlibs:Depends}, libkcddb4 (= ${Source-Version})
+Depends: ${shlibs:Depends}, libkcddb4 (= ${binary:Version})
 Suggests: lame
 Description: Audio CD I/O Slave for KDE
  This package includes the audiocd ioslave, which allows KDE applications to

Modified: branches/kde4/packages/kdemultimedia/debian/rules
===================================================================
--- branches/kde4/packages/kdemultimedia/debian/rules	2007-12-08 02:01:10 UTC (rev 8174)
+++ branches/kde4/packages/kdemultimedia/debian/rules	2007-12-08 02:55:09 UTC (rev 8175)
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
  
-
+export LDFLAGS+="-Wl,--as-needed"
 include debian/cdbs/kde.mk




More information about the pkg-kde-commits mailing list