[Pkg-sdl-commits] [SCM] Packaging of SDL_sound branch, master, updated. debian/1.0.3-5

Manuel A. Fernandez Montecelo manuel.montezelo at gmail.com
Sun Feb 5 20:46:15 UTC 2012


The following commit has been merged in the master branch:
commit c751bda899ba8d10de6bb9ebacd623a1f71e81cd
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Fri Jan 27 17:03:57 2012 +0000

    Update the control file: dependencies, description, multi-arch, VCS and Homepage fields, source package name...

diff --git a/debian/control b/debian/control
index b856c50..1fd9cf1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,31 +1,55 @@
-Source: libsdl-sound1.2
-Section: sound
+Source: sdl-sound1.2
+Section: libs
 Priority: optional
-Maintainer: Ari Pollak <ari at debian.org>
-Build-Depends: debhelper (>= 4.0.0), libsdl1.2-dev (>= 1.2.0), libflac-dev (>= 1.1.2-1), libsmpeg-dev (>= 0.4.5+cvs20030824-1.4), libmikmod-dev, libvorbis-dev, libogg-dev, libx11-dev, libxext-dev, libxt-dev, libspeex-dev
-Standards-Version: 3.7.3
+Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers at lists.alioth.debian.org>
+Uploaders: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
+DM-Upload-Allowed: yes
+Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 8.9.0~),
+               dh-autoreconf,
+               dpkg-dev (>= 1.16.1~),
+               libsdl1.2-dev (>= 1.2.14),
+               libflac-dev (>= 1.1.2),
+               libsmpeg-dev (>= 0.4.5+cvs20030824),
+               libmikmod-dev,
+               libvorbis-dev,
+               libogg-dev,
+               libspeex-dev
+Homepage: http://icculus.org/SDL_sound/
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-sdl/packages/sdl-sound1.2.git
+Vcs-Git: git://anonscm.debian.org/pkg-sdl/packages/sdl-sound1.2.git
 
-Package: libsdl-sound1.2-dev
-Section: libdevel
-Architecture: any
-Depends: libsdl-sound1.2 (= ${binary:Version}), libsdl1.2-dev (>= 1.2.0), libflac-dev (>= 1.1.2-1), libsmpeg-dev (>= 0.4.5+cvs20030824-1.4), libmikmod-dev, libvorbis-dev, libogg-dev, libspeex-dev
-Description: Development files for SDL_sound
- This package contains the header files and static library needed to
- compile applications that use SDL_sound.
 
 Package: libsdl-sound1.2
-Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Decoder of several sound file formats for SDL
- This library is meant to make the programmer's sound playback tasks
- simpler. The programmer gives SDL_sound a filename, or feeds it data
- directly from one of many sources, and then reads the decoded waveform
- data back at her leisure.
- . 
- If resource constraints are a concern, SDL_sound can process sound
- data in programmer-specified blocks. Alternately, SDL_sound can 
- decode a whole sound file and hand back a single pointer to the whole
- waveform. SDL_sound can also handle sample rate, audio format, and
- channel conversion on-the-fly and behind-the-scenes, if the programmer
- desires.
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: Sound library for Simple DirectMedia Layer 1.2, libraries
+ SDL_sound is a library that handles the decoding of several popular sound file
+ formats, such as .WAV and .MP3.  It is an add-on to Simple Directmedia Layer
+ library.
+ .
+ This package contains the shared library.
+
+Package: libsdl-sound1.2-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends},
+	 libc6-dev,
+	 libsdl-sound1.2 (= ${binary:Version}),
+         libsdl1.2-dev (>= 1.2.14),
+         libflac-dev (>= 1.1.2),
+         libsmpeg-dev (>= 0.4.5+cvs20030824),
+         libmikmod-dev,
+         libvorbis-dev,
+         libogg-dev,
+         libspeex-dev
+Description: Sound library for Simple DirectMedia Layer 1.2, development files
+ SDL_sound is a library that handles the decoding of several popular sound file
+ formats, such as .WAV and .MP3.  It is an add-on to Simple Directmedia Layer
+ library.
+ .
+ This package contains the development files.

-- 
Packaging of SDL_sound



More information about the pkg-sdl-commits mailing list