[Pkg-kde-commits] rev 2360 - trunk/packages/akode/debian

Christopher Martin chrsmrtn at costa.debian.org
Wed Nov 23 17:19:15 UTC 2005


Author: chrsmrtn
Date: 2005-11-23 17:19:14 +0000 (Wed, 23 Nov 2005)
New Revision: 2360

Modified:
   trunk/packages/akode/debian/changelog
   trunk/packages/akode/debian/compat
   trunk/packages/akode/debian/control
   trunk/packages/akode/debian/rules
Log:
Minor bumps and some "why not? let's see" changes.


Modified: trunk/packages/akode/debian/changelog
===================================================================
--- trunk/packages/akode/debian/changelog	2005-11-23 17:18:43 UTC (rev 2359)
+++ trunk/packages/akode/debian/changelog	2005-11-23 17:19:14 UTC (rev 2360)
@@ -1,11 +1,18 @@
-akode (2-beta3-2) alioth; urgency=low
+akode (2-rc1-1) alioth; urgency=low
 
+  * New upstream release.
+
   +++ Changes by Christopher Martin:
 
-  * Remove /usr/lib/mcopclass files, which are now properly in kdemultimedia.
+  * Remove /usr/lib/mcopclass files, which are now properly in kdemultimedia's
+    libarts1-akode.
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 22 Nov 2005 11:48:02 -0500
+  * Let's try --without-libltdl, since nothing else in KDE used libltdl.
 
+  * Bump DH_COMPAT to 5. No changes required.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 23 Nov 2005 11:56:15 -0500
+
 akode (2-beta3-1) alioth; urgency=low
 
   +++ Changes by Christopher Martin:

Modified: trunk/packages/akode/debian/compat
===================================================================
--- trunk/packages/akode/debian/compat	2005-11-23 17:18:43 UTC (rev 2359)
+++ trunk/packages/akode/debian/compat	2005-11-23 17:19:14 UTC (rev 2360)
@@ -1 +1 @@
-4
+5

Modified: trunk/packages/akode/debian/control
===================================================================
--- trunk/packages/akode/debian/control	2005-11-23 17:18:43 UTC (rev 2359)
+++ trunk/packages/akode/debian/control	2005-11-23 17:19:14 UTC (rev 2360)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Isaac Clerencia <isaac at debian.org>, Pierre Habouzit <madcoder at debian.org>, Christopher Martin <chrsmrtn at debian.org>, Adeodato Simó <dato at the-barrel.org>, Riku Voipio <riku.voipio at iki.fi>, Luk Claes <luk at debian.org>
-Build-Depends: cdbs (>= 0.4.27), debhelper (>= 4.2.30), autotools-dev, gawk, libltdl3-dev, libflac-dev (>= 1.1.1-3), liboggflac-dev (>= 1.1.1-3), libmad0-dev, libogg-dev, libvorbis-dev, libasound2-dev, libsamplerate0-dev, libspeex-dev, libpolyp-dev, libjack0.100.0-dev
+Build-Depends: cdbs (>= 0.4.27), debhelper (>= 5.0.00), autotools-dev, gawk, libflac-dev (>= 1.1.1-3), liboggflac-dev (>= 1.1.1-3), libmad0-dev, libogg-dev, libvorbis-dev, libasound2-dev, libsamplerate0-dev, libspeex-dev, libpolyp-dev, libjack0.100.0-dev
 Standards-Version: 3.6.2
 
 Package: libakode2
@@ -24,7 +24,7 @@
 Package: libakode-dev
 Section: libdevel
 Architecture: any
-Depends: libakode2 (= ${Source-Version}), libltdl3-dev, libflac-dev (>= 1.1.1-3), liboggflac-dev (>= 1.1.1-3), libmad0-dev, libogg-dev, libvorbis-dev, libasound2-dev, libsamplerate0-dev, libspeex-dev, libpolyp-dev, libjack0.100.0-dev
+Depends: libakode2 (= ${Source-Version}), libflac-dev (>= 1.1.1-3), liboggflac-dev (>= 1.1.1-3), libmad0-dev, libogg-dev, libvorbis-dev, libasound2-dev, libsamplerate0-dev, libspeex-dev, libpolyp-dev, libjack0.100.0-dev
 Replaces: kdemultimedia-dev (<< 4:3.5-rc1)
 Description: development files for akode
  aKode is a new multithreaded audio library that provides aRts with

Modified: trunk/packages/akode/debian/rules
===================================================================
--- trunk/packages/akode/debian/rules	2005-11-23 17:18:43 UTC (rev 2359)
+++ trunk/packages/akode/debian/rules	2005-11-23 17:19:14 UTC (rev 2360)
@@ -5,9 +5,9 @@
 include debian/cdbs/simple-patchsys.mk
 include /usr/share/cdbs/1/rules/utils.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS := --with-extra-includes=/usr/include/speex/
+DEB_CONFIGURE_EXTRA_FLAGS := --without-libltdl --with-extra-includes=/usr/include/speex/
 
 PACKAGES_WITH_LIBS := libakode2
 
-DEB_DH_MAKESHLIBS_ARGS_libakode2 := -V'libakode2 (>= 2-beta3-1)'
+DEB_DH_MAKESHLIBS_ARGS_libakode2 := -V'libakode2 (>= 2-rc1-1)'
 




More information about the pkg-kde-commits mailing list