~ubuntu-branches/debian/wheezy/clalsadrv/wheezy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-07-09 15:50:56 UTC
  • Revision ID: james.westby@ubuntu.com-20100709155056-zljbcrus5ieau6w1
Tags: 2.0.0-3
* Change my email address.
* Set Architecture field of libclalsadrv-dev to all, adjust Depends
  field properly.
* Switch to format 3.0 (quilt).
* Development stuff depend on libasound2-dev.
* Update debian/copyright file.
* Add debian/gbp.conf file.
* Add .gitignore file.
* Install sources of loopback and latency testsing applications as
  examples.
* Pass --sourcedir to DH, this allows me to avoid the use of
  override_* rules.
* Pass -Wl,--as-needed to the linker.
* Bump Standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
5
5
Uploaders: Free Ekanayaka <freee@debian.org>,
6
 
 Alessio Treglia <quadrispro@ubuntu.com>
7
 
DM-Upload-Allowed: yes
8
 
Build-Depends: debhelper (>= 7.0.50~),
9
 
 libasound2-dev,
10
 
 quilt (>= 0.46-7~)
11
 
Standards-Version: 3.8.4
 
6
 Alessio Treglia <alessio@debian.org>
 
7
Build-Depends: debhelper (>= 7),
 
8
 libasound2-dev
 
9
Standards-Version: 3.9.0
12
10
Vcs-Git: git://git.debian.org/pkg-multimedia/clalsadrv.git
13
11
Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/clalsadrv.git
14
12
Homepage: http://www.kokkinizita.net/linuxaudio/
15
13
 
16
14
Package: libclalsadrv-dev
17
15
Section: libdevel
18
 
Architecture: any
19
 
Depends: libclalsadrv2 (= ${binary:Version}),
 
16
Architecture: all
 
17
Depends: libclalsadrv2 (>= ${source:Version}),
 
18
 libclalsadrv2 (<< ${source:Upstream-Version}+1~),
 
19
 libasound2-dev,
20
20
 ${misc:Depends}
21
21
Description: ALSA driver C++ access library (development files)
22
22
 C++ wrapper around the ALSA API.