rev 6813 - trunk/packages/akode/debian

Sune Vuorela pusling-guest at alioth.debian.org
Mon Jul 23 19:58:12 UTC 2007


Author: pusling-guest
Date: 2007-07-23 19:58:12 +0000 (Mon, 23 Jul 2007)
New Revision: 6813

Added:
   trunk/packages/akode/debian/control.in
Modified:
   trunk/packages/akode/debian/changelog
   trunk/packages/akode/debian/control
Log:
implement uploaders.mk and update control


Modified: trunk/packages/akode/debian/changelog
===================================================================
--- trunk/packages/akode/debian/changelog	2007-07-23 19:54:54 UTC (rev 6812)
+++ trunk/packages/akode/debian/changelog	2007-07-23 19:58:12 UTC (rev 6813)
@@ -1,3 +1,11 @@
+akode (2.0.2-3) unstable; urgency=low
+
+  +++ Changes by Sune Vuorela:
+
+  * Implement use of uploaders.mk
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 23 Jul 2007 21:52:58 +0200
+
 akode (2.0.2-2) unstable; urgency=low
 
   +++ Changes by Nacho Barrientos Arias

Modified: trunk/packages/akode/debian/control
===================================================================
--- trunk/packages/akode/debian/control	2007-07-23 19:54:54 UTC (rev 6812)
+++ trunk/packages/akode/debian/control	2007-07-23 19:58:12 UTC (rev 6813)
@@ -2,7 +2,7 @@
 Section: sound
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
-Uploaders: Isaac Clerencia <isaac at debian.org>, Christopher Martin <chrsmrtn at debian.org>, Adeodato Simó <dato at net.com.org.es>
+Uploaders: Christopher Martin <chrsmrtn at debian.org>, Nacho Barrientos Arias <nacho at debian.org>, Sune Vuorela <debian at pusling.com>
 Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, libflac-dev (>= 1.1.4-1), libmad0-dev, libogg-dev, libvorbis-dev, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsamplerate0-dev, libspeex-dev, libjack0.100.0-dev
 Standards-Version: 3.7.2
 

Added: trunk/packages/akode/debian/control.in
===================================================================
--- trunk/packages/akode/debian/control.in	                        (rev 0)
+++ trunk/packages/akode/debian/control.in	2007-07-23 19:58:12 UTC (rev 6813)
@@ -0,0 +1,47 @@
+Source: akode
+Section: sound
+Priority: optional
+Maintainer: @@@MAINTAINER@@@
+Uploaders: @@@UPLOADERS@@@
+Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, libflac-dev (>= 1.1.4-1), libmad0-dev, libogg-dev, libvorbis-dev, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsamplerate0-dev, libspeex-dev, libjack0.100.0-dev
+Standards-Version: 3.7.2
+
+Package: libakode2
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}
+Conflicts: akode
+Replaces: akode
+Enhances: libarts1c2
+Description: akode plugin for aRts
+ aKode is a new multithreaded audio library that provides aRts with
+ plugins to play a variety of formats: Ogg Vorbis, Musepack (MPC),
+ FLAC and Speex. aKode also focuses on performance, and so it means a
+ big enhancement for users runing aRts in non-realtime mode.
+ .
+ Homepage: http://www.carewolf.com/akode
+
+Package: libakode-dev
+Section: libdevel
+Architecture: any
+Depends: libakode2 (= ${Source-Version}), libflac-dev (>= 1.1.4-1), libmad0-dev, libogg-dev, libvorbis-dev, ${alsa-dev}, libsamplerate0-dev, libspeex-dev, libjack0.100.0-dev
+Replaces: kdemultimedia-dev (<< 4:3.5-rc1), libakode2 (<< 2.0-4)
+Description: development files for akode
+ aKode is a new multithreaded audio library that provides aRts with
+ plugins to play a variety of formats: Ogg Vorbis, Musepack (MPC),
+ FLAC and Speex. aKode also focuses on performance, and so it means a
+ big enhancement for users runing aRts in non-realtime mode.
+ .
+ This package contains the development files for libakode.
+ .
+ Homepage: http://www.carewolf.com/akode
+
+Package: akode-dbg
+Section: libdevel
+Architecture: any
+Priority: extra
+Depends: libakode2 (= ${Source-Version})
+Description: debugging symbols for akode
+ This package contains the debugging symbols associated with akode.
+ They will automatically be used by gdb for debugging akode-related
+ issues.




More information about the pkg-kde-commits mailing list