~rafalcieslak256/ubuntu/quantal/fluidsynth/build_test

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Sven Hoexter
  • Date: 2008-12-25 17:35:40 UTC
  • mfrom: (5.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20081225173540-c43w8aq28xx5ht2c
Tags: 1.0.8-2
* QA upload.
* Set Maintainer to Debian QA Group.
* Remove Uploaders field.
* Remove Vcs fields - repository contains only an initial svn-inject.
* Bump Standards-Version to 3.8.0 - no changes required.
* Remove DH_COMPAT=3 from rules and add a compat file for version 5.
* Depend on unversioned debhelper.
* Replace ${Source-Version} with ${binary:Version} on fluidsynth-dev.
* Don't ignore make clean errors.
* Convert copyright file to utf-8.
* Remove unused dh_ calls from rules.
* Remove empty postinst scripts.
* Remove the autotools target from rules. Automatic modification of the
  changelog are discouraged and it's not doing something useful here anyway.
* Depend on the default automake instead of automake1.4.
* Enable autoreconf in the configure target and remove ltconfig. 
* Remove a file '?' from the diff - seems to be an error from some former
  upload and shouldn't be there.
* Modify fluidsynth manpage so that it's a section 1 manpage.
* Add a missing space in fluidsynth.1.
* Escape some hyphens in fluidsynth.1 so that groff interprets them as minus.
* ACK NMU from Peter Eisentraut (Closes: #478380).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: fluidsynth
2
2
Section: sound
3
3
Priority: optional
4
 
Maintainer: Eric Van Buggenhaut <ericvb@debian.org>
5
 
Uploaders: Free Ekanayaka <freee@debian.org>
6
 
Build-Depends: debhelper (>> 3.0.0), libreadline5-dev | libreadline-dev, libjack0.100.0-dev | libjack-dev, ladcca-dev, ladspa-sdk, automake1.4, libtool, autotools-dev, libasound2-dev 
7
 
Standards-Version: 3.7.3
 
4
Maintainer: Debian QA Group <packages@qa.debian.org>
 
5
Build-Depends: debhelper, libreadline5-dev | libreadline-dev, libjack0.100.0-dev | libjack-dev, ladcca-dev, ladspa-sdk, automake, libtool, autotools-dev, libasound2-dev 
 
6
Standards-Version: 3.8.0
8
7
Homepage: http://fluidsynth.resonance.org/trac
9
 
Vcs-Svn: svn://svn.debian.org/svn/demudi/fluidsynth
10
 
Vcs-Browser: http://svn.debian.org/wsvn/demudi/fluidsynth/?op=log
11
8
 
12
9
Package: fluidsynth
13
10
Architecture: any
37
34
Package: libfluidsynth-dev
38
35
Architecture: any
39
36
Section: libdevel
40
 
Depends: libfluidsynth1 (= ${Source-Version}), libreadline5-dev | libreadline-dev, libncurses5-dev | libncurses-dev, ladcca-dev, libasound2-dev, libjack0.100.0-dev
 
37
Depends: libfluidsynth1 (= ${binary:Version}), libreadline5-dev | libreadline-dev, libncurses5-dev | libncurses-dev, ladcca-dev, libasound2-dev, libjack0.100.0-dev
41
38
Description: Real-time MIDI software synthesizer (development files)
42
39
 Fluidsynth is a real-time midi synthesizer based on the soundfont2
43
40
 specifications. It can be used to render MIDI input or MIDI files to audio.