~ubuntu-branches/ubuntu/quantal/libgweather/quantal

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-05-17 15:26:05 UTC
  • mfrom: (1.1.28 upstream) (5.1.9 experimental)
  • Revision ID: james.westby@ubuntu.com-20110517152605-anf9c03d1ny7yn54
Tags: 3.0.0-0ubuntu1
* Resynchronize on Debian and update to the current version, remaining diff:
* debian/control.in:
  - Build-depend on dh-autoreconf, gnome-common
  - use Conflicts on the ppa binaries names differently for easier upgrades
* debian/rules:
  - Run autotools on build
  - Generate POT files on build
* debian/patches/01_gettext_not_xml.patch: 
  - using gettext rather than add translations to the xml databases
* debian/watch: 
  - Watch unstable series  

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
               gnome-pkg-tools,
18
18
               libxml2-dev (>= 2.6.0),
19
19
               libglib2.0-dev (>= 2.13.0),
20
 
               libgtk2.0-dev (>= 2.11.0),
 
20
               libgtk-3-dev (>= 3.0.0),
21
21
               libsoup-gnome2.4-dev (>= 2.25.1),
22
22
               libgconf2-dev (>= 2.8.0),
23
23
               gconf2,
24
24
               intltool (>= 0.40.3),
25
25
               pkg-config (>= 0.19),
26
26
               libxml2-utils,
27
 
               python-support,
28
 
               python-all-dev,
29
 
               python-gobject-dev,
30
 
               python-gtk2-dev,
31
27
               libglib2.0-doc,
32
 
               libgtk2.0-doc
 
28
               libgtk-3-doc,
 
29
               libgirepository1.0-dev (>= 0.9.5),
 
30
               gobject-introspection (>= 0.9.12-4~),
 
31
               gir1.2-glib-2.0,
 
32
               gir1.2-gtk-3.0,
33
33
Standards-Version: 3.9.1
34
 
Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/libgweather/ubuntu
 
34
Vcs-Bzr: https://code.launchpad.net/~gnome3-team/libgweather/ubuntu
35
35
 
36
 
Package: libgweather-dev
 
36
Package: libgweather-3-dev
37
37
Section: libdevel
38
38
Architecture: any
39
 
Depends: libgweather1 (= ${binary:Version}),
 
39
Depends: libgweather-3-0 (= ${binary:Version}),
40
40
         libxml2-dev (>= 2.6.0),
41
41
         libglib2.0-dev (>= 2.13.0),
42
 
         libgtk2.0-dev (>= 2.11.0),
 
42
         libgtk-3-dev (>= 3.0.0),
43
43
         libsoup-gnome2.4-dev (>= 2.25.1),
44
44
         libgconf2-dev (>= 2.8.0),
45
45
         ${misc:Depends}
46
46
Replaces: gnome-applets-dev (<< 2.21.3)
 
47
Conflicts: libgweather-dev (>= 2.91)
47
48
Description: GWeather development files
48
49
 libgweather is a library to access weather information from online
49
50
 services for numerous locations.
50
51
 .
51
52
 This package contains the include files and static library.
52
53
 
53
 
Package: libgweather1
 
54
Package: libgweather-3-0
54
55
Architecture: any
55
56
Depends: ${shlibs:Depends},
56
57
         ${misc:Depends},
57
58
         libgweather-common (>= 2.24.0)
58
 
Replaces: gnome-applets (<< 2.21.3)
59
59
Description: GWeather shared library
60
60
 libgweather is a library to access weather information from online
61
61
 services for numerous locations.
66
66
Architecture: all
67
67
Depends: ${shlibs:Depends},
68
68
         ${misc:Depends}
69
 
Replaces: gnome-applets-data (<< 2.21.3)
70
69
Conflicts: libgweather1 (<< 2.22.2-2)
71
70
Description: GWeather common files
72
71
 libgweather is a library to access weather information from online
74
73
 .
75
74
 This package contains the weather locations.
76
75
 
77
 
Package: python-gweather
 
76
Package: gir1.2-gweather-3.0
 
77
Section: libs
78
78
Architecture: any
79
 
Section: python
80
 
Depends: ${shlibs:Depends},
81
 
         ${misc:Depends},
82
 
         ${python:Depends}
83
 
Description: Python bindings for GWeather
 
79
Depends: ${gir:Depends},
 
80
         ${shlibs:Depends},
 
81
         ${misc:Depends}
 
82
Description: GObject introspection data for the GWeather library
84
83
 libgweather is a library to access weather information from online
85
84
 services for numerous locations.
86
85
 .
87
 
 This package contains the Python bindings.
 
86
 This package contains introspection data for the libsoup HTTP library.
 
87
 .
 
88
 It can be used by packages using the GIRepository format to generate
 
89
 dynamic bindings.
 
90