~ubuntu-branches/ubuntu/natty/gnome-mplayer/natty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Cesare Tirabassi
  • Date: 2009-06-06 19:49:50 UTC
  • mfrom: (1.1.16 upstream) (0.1.8 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090606194950-r2k3q5heupe2ewq4
Tags: 0.9.6-1
* New upstream release:
  - new media tracker and audio meter
  - new key "use_pulse_flat_volume" to be set if you are using
    Pulse Audio 0.9.15 (see /usr/share/doc/gnome-mplayer/NEWS.Debian.gz
    and /usr/share/doc/gnome-mplayer/changelog.gz for additional info)
  - workaround for opening files on smb shares (LP: #369426)
  - prevent adding an "empty" filename to the playlist (LP: #348864)
  - add new --large_buttons and --always_hide_after_timeout command
    line options to man page
  - update debian/copyright with the newly added upstream source files
  - upstream is now widely using libtool, which is causing rpath and
    dependancies issues. libtool is really not needed for such a simple
    case so it has been patched out in favour of static linking:
    + updated debian/patches/avoid_libtool.patch to patch configure.in
      and Makefile.am instead of directly Makefile.in
    + debian/rules:
      - patch is now applied in the configure target
      - add aclocal/autoconf/automake calls in the configure target
    + debian/control:
      add autoconf and automake as Build-Depends
  - add debian/NEWS
* Update debian/copyright in line with updated proposal specification
* Add patch description to avoid_libtool.patch (thanks lintian)
* Remove deprecated dh_desktop call
* Use new dh_quilt_patch and dh_quilt_unpatch commands
* No change bump of Standards-Version to 3.8.1
* Changed Section to video (and debug for the dbg binary), in line
  with the new sections recently added to the Debian archive
* Use LDFLAGS=-Wl,--as-needed instead of specifying manually all libraries

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: gnome-mplayer
2
 
Section: graphics
 
2
Section: video
3
3
Priority: optional
4
4
Maintainer: Cesare Tirabassi <norsetto@ubuntu.com>
5
5
Build-Depends: debhelper (>= 5),
6
6
               autotools-dev,
 
7
               autoconf,
 
8
               automake,
7
9
               libgconf2-dev,
8
10
               libasound2-dev,
9
11
               libgtk2.0-dev (>= 2.12.0),
16
18
               libdiscid0-dev,
17
19
               libcurl4-gnutls-dev,
18
20
               pkg-config (>= 0.20),
19
 
               quilt
20
 
Standards-Version: 3.8.0
 
21
               quilt (>= 0.46-7)
 
22
Standards-Version: 3.8.1
21
23
Vcs-Browser: https://code.launchpad.net/~norsetto/gnome-mplayer/gnome-mplayer
22
24
Vcs-Bzr: lp:~norsetto/gnome-mplayer/gnome-mplayer
23
25
Homepage: http://kdekorte.googlepages.com/gnomemplayer
34
36
 with Gecko Mediaplayer.
35
37
 
36
38
Package: gnome-mplayer-dbg
 
39
Section: debug
37
40
Priority: extra
38
41
Architecture: any
39
42
Depends: gnome-mplayer (= ${binary:Version})