File: control

package info (click to toggle)
bml 0.5.0-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 5,416 kB
  • ctags: 11,582
  • sloc: ansic: 21,019; sh: 10,393; cpp: 3,964; makefile: 143; asm: 116
file content (35 lines) | stat: -rw-r--r-- 1,063 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: bml
Section: sound
Priority: optional
Maintainer: Maintainers of GStreamer packages <pkg-gstreamer-maintainers@lists.alioth.debian.org>
Uploaders: Sebastian Dröge <slomo@debian.org>
Build-Depends: cdbs (>= 0.4.20),
               debhelper (>= 7),
               autotools-dev
Standards-Version: 3.8.4
Homepage: http://www.buzztard.org

Package: libbml0
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: BuzzMachine loader - shared library
 libbml is a library that loads buzz machines created by the windows music
 composer Buzz.
 .
 This package contains the shared libraries necessary to run programs
 using libbml.

Package: libbml-dev
Architecture: any
Section: libdevel
Depends: libbml0 (= ${binary:Version}),
         ${misc:Depends}
Description: BuzzMachine loader - development files
 libbml is a library that loads buzz machines created by the windows music
 composer Buzz.
 .
 This package contains the header files, static libraries
 and symbolic links that developers using libbml will need.