~elementary-os/noise/deb-packaging-luna

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Corentin Noël
  • Date: 2013-06-26 22:01:50 UTC
  • Revision ID: tintou@mailoo.org-20130626220150-z6mwoy8w6l6tmxha
Added noise-core library package

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
 for music, queue system, mass song editing and more...
58
58
 .
59
59
 This package contains debugging symbols for Noise.
 
60
 
 
61
Package: libnoise-core0
 
62
Architecture: any
 
63
Depends: ${misc:Depends},
 
64
         ${shlibs:Depends}
 
65
Pre-Depends: dpkg (>= 1.15.6)
 
66
Recommends: noise
 
67
Description: Simple, fast, and good looking music player (core library)
 
68
 Noise is an easy to use, stable, fast and good looking music library
 
69
 organizer written in vala.
 
70
 .
 
71
 It has many modern features including Last.FM integration to download
 
72
 artwork, information, and scrobble your music, playlists and smart playlists,
 
73
 find music similar to the currently playing song, simple UI, fast searching
 
74
 for music, queue system, mass song editing and more...
 
75
 .
 
76
 This package contains the shared library.
 
77
 
 
78
Package: libnoise-core-dev
 
79
Section: libdevel
 
80
Architecture: any
 
81
Depends: libnoise-core0 (= ${binary:Version}), ${misc:Depends}
 
82
Pre-Depends: dpkg (>= 1.15.6)
 
83
Description: Simple, fast, and good looking music player (development files)
 
84
 Noise is an easy to use, stable, fast and good looking music library
 
85
 organizer written in vala.
 
86
 .
 
87
 It has many modern features including Last.FM integration to download
 
88
 artwork, information, and scrobble your music, playlists and smart playlists,
 
89
 find music similar to the currently playing song, simple UI, fast searching
 
90
 for music, queue system, mass song editing and more...
 
91
 .
 
92
 This package contains the static library and header files.