~ubuntu-branches/ubuntu/lucid/libgweather/lucid

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-09-23 23:53:58 UTC
  • mfrom: (5.1.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090923235358-kwgcg2dez6uck9px
Tags: 2.28.0-1ubuntu1
* Sync on Debian
* debian/control.in:
  - set vcs url
* debian/patches/01_gettext_not_xmal.patch: Switch to using gettext to
  find localized names for locations, instead of shipping very large
  locale-specific XML files with lots of duplicate information.
* debian/patches/99_autoconf.patch: regenerate autoconf/automake output
  to take into account the results of the above patch.
* debian/rules: generate both po/libgweather.pot and
  po-locations/libgweather-locations.pot in the build target, for
  language pack generation to pick up
* debian/watch:
  - track all series

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: libgweather
 
2
Section: libs
2
3
Priority: optional
3
4
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
4
5
XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
6
7
Build-Depends: debhelper (>= 5),
7
8
               autotools-dev,
8
9
               cdbs,
 
10
               gnome-pkg-tools,
9
11
               libxml2-dev (>= 2.6.0),
10
12
               libglib2.0-dev (>= 2.13.0),
11
13
               libgtk2.0-dev (>= 2.11.0),
12
14
               libsoup-gnome2.4-dev (>= 2.25.1),
13
15
               libgconf2-dev (>= 2.8.0),
14
16
               gconf2,
15
 
               gnome-pkg-tools,
16
17
               intltool (>= 0.40.3),
17
18
               pkg-config (>= 0.19),
18
19
               libxml2-utils,
 
20
               python-support,
 
21
               python-all-dev,
 
22
               python-gobject-dev,
 
23
               python-gtk2-dev,
19
24
               libglib2.0-doc,
20
25
               libgtk2.0-doc
21
 
Standards-Version: 3.8.1
22
 
Section: libs
 
26
Standards-Version: 3.8.3
23
27
Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/libgweather/ubuntu
24
28
 
25
29
Package: libgweather-dev
40
44
 This package contains the include files and static library.
41
45
 
42
46
Package: libgweather1
43
 
Section: libs
44
47
Architecture: any
45
48
Depends: ${shlibs:Depends},
46
49
         ${misc:Depends},
64
67
 .
65
68
 This package contains the weather locations.
66
69
 
67
 
# Package: python-gweather
68
 
# Architecture: any
69
 
# Section: python
70
 
# Depends: ${shlibs:Depends},
71
 
#          ${misc:Depends},
72
 
#          ${python:Depends}
73
 
# Description: Python bindings for GWeather
74
 
#  libgweather is a library to access weather information from online
75
 
#  services for numerous locations.
76
 
#  .
77
 
#  This package contains the Python bindings.
 
70
Package: python-gweather
 
71
Architecture: any
 
72
Section: python
 
73
Depends: ${shlibs:Depends},
 
74
         ${misc:Depends},
 
75
         ${python:Depends}
 
76
Description: Python bindings for GWeather
 
77
 libgweather is a library to access weather information from online
 
78
 services for numerous locations.
 
79
 .
 
80
 This package contains the Python bindings.