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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
|
Source: libmateweather
Section: libs
Priority: optional
Maintainer: MATE Packaging Team <pkg-mate-team@lists.alioth.debian.org>
Uploaders:
John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>,
Stefano Karapetsas <stefano@karapetsas.com>,
Mike Gabriel <sunweaver@debian.org>,
Build-Depends: debhelper (>= 9),
mate-common,
autotools-dev,
libxml2-dev,
libglib2.0-dev,
libgtk2.0-dev,
libsoup2.4-dev,
libsoup-gnome2.4-dev,
libxml2-utils,
gtk-doc-tools,
python-all-dev (>= 2.6.6-3~),
python-gobject-dev,
python-gtk2-dev,
Standards-Version: 3.9.5
Homepage: http://www.mate-desktop.org/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mate/libmateweather.git;a=summary
Vcs-Git: git://anonscm.debian.org/pkg-mate/libmateweather.git
Package: libmateweather1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
multiarch-support,
Depends: ${shlibs:Depends},
${misc:Depends},
libmateweather-common (= ${source:Version}),
Provides: libmateweather
Breaks: libmateweather
Conflicts: libmateweather
Replaces: libmateweather
Description: MateWeather shared library
libmateweather is a library to access weather information from online
services for numerous locations.
.
This package contains the shared library.
Package: libmateweather-common
Architecture: all
Multi-Arch: foreign
Depends: ${shlibs:Depends},
${misc:Depends},
Breaks: libmateweather (<= 1.0.0-3)
Description: MateWeather shared library (common files)
libmateweather is a library to access weather information from online
services for numerous locations.
.
This package contains the architecture independent files.
Package: libmateweather-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends},
libmateweather1 (= ${binary:Version}),
libxml2-dev,
libglib2.0-dev,
libgtk2.0-dev,
libsoup2.4-dev,
libsoup-gnome2.4-dev,
Description: MateWeather shared library (development files)
libmateweather is a library to access weather information from online
services for numerous locations.
.
This package contains the development files.
Package: libmateweather1-dbg
Section: debug
Priority: extra
Architecture: any
Multi-Arch: same
Provides: libmateweather-dbg,
Breaks: libmateweather-dbg,
Replaces: libmateweather-dbg,
Depends: ${misc:Depends},
libmateweather1 (= ${binary:Version}),
Description: MateWeather shared library (debugging symbols)
libmateweather is a library to access weather information from online
services for numerous locations.
.
This package contains the debugging symbols for the libmateweather library.
They are installed into /usr/lib/debug and will automatically be used
by gdb.
|