1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: bisho
Section: web
Priority: optional
Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Build-Depends: debhelper (>= 9), cdbs (>= 0.4.93~), gettext, gnome-common,
intltool, libgconf2-dev (>= 2.9.2), libgnome-keyring-dev,
libgtk2.0-dev (>= 2.12), libsocialweb-dev (>= 0.25.7),
libsocialweb-client-dev (>= 0.25.7), librest-dev (>= 0.7.5),
librest-extras-dev, libmx-dev (>= 1.99),
libsoup2.4-dev, pkg-config, autoconf, automake, libunique-dev,
docbook-to-man
Standards-Version: 3.9.8
Homepage: http://meego.com/
Package: bisho
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Meego web services settings
bisho is the settings front-end for Meego web services. Users can use bisho
to set the account information for web services like Last.fm or Twitter.
Package: libbisho-common0
Architecture: any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Meego web services settings library
bisho is the settings front-end for Meego web services. Users can use bisho
to set the account information for web services like Last.fm or Twitter.
.
libbisho-common is the library to interact with the bisho application.
Package: libbisho-common-dev
Architecture: any
Section: libdevel
Depends: libbisho-common0 (=${binary:Version}), libgtk2.0-dev, libsocialweb-client-dev, ${misc:Depends}
Description: Meego web services settings library (development files)
bisho is the settings front-end for Meego web services. Users can use bisho
to set the account information for web services like Last.fm or Twitter.
.
libbisho-common is the library to interact with the bisho application.
.
This package contains the development headers.
Package: libbisho-common0-dbg
Architecture: any
Section: debug
Priority: extra
Depends: libbisho-common0 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: Meego web services settings library (debug symbols)
bisho is the settings front-end for Meego web services. Users can use bisho
to set the account information for web services like Last.fm or Twitter.
.
libbisho-common is the library to interact with the bisho application.
.
This package contains the debug symbols.
|