~ubuntu-branches/ubuntu/trusty/libgweather/trusty-updates

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-05-27 11:58:15 UTC
  • mfrom: (13.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20130527115815-l51yffuy20gbv9q0
Tags: 3.8.0-1ubuntu1
* Sync with Debian (LP: #1184168). Remaining changes: 
  - debian/control.in, debian/rules:
    + Run autoreconf
  - debian/rules:
    + Generate POT files on build
  - debian/patches/01_gettext_not_xml.patch: 
    + using gettext rather than add translations to the xml databases
  - debian/patches/02_no_external_gettext.patch:
    + Can't have both IT_PROG_INTLTOOL and AM_GNU_GETTEXT

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
3
3
# Modifications should be made to debian/control.in instead.
4
4
# This file is regenerated automatically in the clean target.
5
 
 
6
5
Source: libgweather
7
6
Section: libs
8
7
Priority: optional
9
 
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
10
 
Uploaders: Emilio Pozuelo Monfort <pochu@debian.org>, Josselin Mouette <joss@debian.org>, Michael Biebl <biebl@debian.org>, Sebastian Dröge <slomo@debian.org>
 
8
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
 
9
XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
 
10
Uploaders: Andreas Henriksson <andreas@fatal.se>, Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Jeremy Bicha <jbicha@ubuntu.com>, Josselin Mouette <joss@debian.org>, Michael Biebl <biebl@debian.org>, Sjoerd Simons <sjoerd@debian.org>
11
11
Build-Depends: debhelper (>= 8),
12
12
               autotools-dev,
13
13
               cdbs (>= 0.4.73),
 
14
               dh-autoreconf,
 
15
               gnome-common,
14
16
               gnome-pkg-tools,
15
17
               libxml2-dev (>= 2.6.0),
16
 
               libglib2.0-dev (>= 2.13.0),
 
18
               libglib2.0-dev (>= 2.35.1),
17
19
               libgtk-3-dev (>= 3.0.0),
18
 
               libsoup-gnome2.4-dev (>= 2.25.1),
19
 
               libgconf2-dev (>= 2.8.0),
20
 
               gconf2,
21
 
               intltool (>= 0.40.3),
 
20
               libsoup2.4-dev (>= 2.34.0),
 
21
               intltool (>= 0.50.0),
22
22
               pkg-config (>= 0.19),
23
23
               libxml2-utils,
24
24
               gtk-doc-tools,
28
28
               gobject-introspection (>= 0.9.12-4~),
29
29
               gir1.2-glib-2.0,
30
30
               gir1.2-gtk-3.0,
31
 
Standards-Version: 3.9.2
32
 
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/libgweather
33
 
Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/libgweather
 
31
Standards-Version: 3.9.3
 
32
Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/libgweather/ubuntu
34
33
 
35
34
Package: libgweather-3-dev
36
35
Section: libdevel
37
36
Architecture: any
38
 
Depends: libgweather-3-0 (= ${binary:Version}),
 
37
Depends: libgweather-3-3 (= ${binary:Version}),
39
38
         gir1.2-gweather-3.0 (= ${binary:Version}),
40
39
         libxml2-dev (>= 2.6.0),
41
 
         libglib2.0-dev (>= 2.13.0),
 
40
         libglib2.0-dev (>= 2.35.1),
42
41
         libgtk-3-dev (>= 3.0.0),
43
 
         libsoup-gnome2.4-dev (>= 2.25.1),
44
 
         libgconf2-dev (>= 2.8.0),
 
42
         libsoup2.4-dev (>= 2.34.0),
45
43
         ${misc:Depends}
46
44
Description: GWeather development files
47
45
 libgweather is a library to access weather information from online
49
47
 .
50
48
 This package contains the include files and static library.
51
49
 
52
 
Package: libgweather-3-0
 
50
Package: libgweather-3-3
53
51
Architecture: any
54
52
Depends: ${shlibs:Depends},
55
53
         ${misc:Depends},
72
70
 This package contains the weather locations.
73
71
 
74
72
Package: gir1.2-gweather-3.0
75
 
Section: libs
 
73
Section: introspection
76
74
Architecture: any
77
75
Depends: ${gir:Depends},
78
76
         ${shlibs:Depends},