~gmpc-trunk/+junk/gmpc-albumview-daily

« back to all changes in this revision

Viewing changes to control

  • Committer: Taylor "Ripps" L-Wren
  • Date: 2011-08-17 22:46:17 UTC
  • Revision ID: ripps818@gmail.com-20110817224617-3k6h26b8e07cssdo
intial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: gmpc-albumview
 
2
Section: sound 
 
3
Priority: optional
 
4
Maintainer: Taylor LeMasurier-Wren <ripps818@gmail.com> 
 
5
Build-Depends:  debhelper (>= 7.0.15~),
 
6
                automake,
 
7
                libtool,
 
8
                libgtk2.0-dev (>= 2.12.0),
 
9
                libglib2.0-dev (>= 2.10.0),
 
10
                libglade2-dev,
 
11
                libmpd-dev (>= 0.18.1),
 
12
                gmpc-dev (>= 0.18.1),
 
13
                gob2,
 
14
                intltool
 
15
Standards-Version: 3.9.2
 
16
Homepage: http://gmpc.wikia.com/
 
17
 
 
18
Package: gmpc-albumview
 
19
Architecture: any 
 
20
Depends: gmpc (>= 0.18.1),
 
21
         ${shlibs:Depends},
 
22
         ${misc:Depends}
 
23
Description: Album viewer plugin for GMPC
 
24
 A plugin that displays album images for GNOME Music Player Client 
 
25
 (graphical interface to MPD)
 
26
 
 
27
Package: gmpc-albumview-dbg
 
28
Section: debug
 
29
Priority: extra
 
30
Suggests: gmpc-dbg
 
31
Architecture: any 
 
32
Depends:    gmpc-albumview (= ${binary:Version}),
 
33
            ${misc:Depends}
 
34
Description: Album viewer plugin for GMPC (Debug Symbols)
 
35
 A plugin that displays album images for GNOME Music Player Client 
 
36
 (graphical interface to MPD) (Debug Symbols)
 
37