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

« back to all changes in this revision

Viewing changes to debian/control.in

  • 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:
1
1
Source: libgweather
2
2
Section: libs
3
3
Priority: optional
4
 
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
 
4
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
 
5
XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
5
6
Uploaders: @GNOME_TEAM@
6
7
Build-Depends: debhelper (>= 8),
7
8
               autotools-dev,
8
9
               cdbs (>= 0.4.73),
 
10
               dh-autoreconf,
 
11
               gnome-common,
9
12
               gnome-pkg-tools,
10
13
               libxml2-dev (>= 2.6.0),
11
 
               libglib2.0-dev (>= 2.13.0),
 
14
               libglib2.0-dev (>= 2.35.1),
12
15
               libgtk-3-dev (>= 3.0.0),
13
 
               libsoup-gnome2.4-dev (>= 2.25.1),
14
 
               libgconf2-dev (>= 2.8.0),
15
 
               gconf2,
16
 
               intltool (>= 0.40.3),
 
16
               libsoup2.4-dev (>= 2.34.0),
 
17
               intltool (>= 0.50.0),
17
18
               pkg-config (>= 0.19),
18
19
               libxml2-utils,
19
20
               gtk-doc-tools,
23
24
               gobject-introspection (>= 0.9.12-4~),
24
25
               gir1.2-glib-2.0,
25
26
               gir1.2-gtk-3.0,
26
 
Standards-Version: 3.9.2
27
 
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/libgweather
28
 
Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/libgweather
 
27
Standards-Version: 3.9.3
 
28
Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/libgweather/ubuntu
29
29
 
30
30
Package: libgweather-3-dev
31
31
Section: libdevel
32
32
Architecture: any
33
 
Depends: libgweather-3-0 (= ${binary:Version}),
 
33
Depends: libgweather-3-3 (= ${binary:Version}),
34
34
         gir1.2-gweather-3.0 (= ${binary:Version}),
35
35
         libxml2-dev (>= 2.6.0),
36
 
         libglib2.0-dev (>= 2.13.0),
 
36
         libglib2.0-dev (>= 2.35.1),
37
37
         libgtk-3-dev (>= 3.0.0),
38
 
         libsoup-gnome2.4-dev (>= 2.25.1),
39
 
         libgconf2-dev (>= 2.8.0),
 
38
         libsoup2.4-dev (>= 2.34.0),
40
39
         ${misc:Depends}
41
40
Description: GWeather development files
42
41
 libgweather is a library to access weather information from online
44
43
 .
45
44
 This package contains the include files and static library.
46
45
 
47
 
Package: libgweather-3-0
 
46
Package: libgweather-3-3
48
47
Architecture: any
49
48
Depends: ${shlibs:Depends},
50
49
         ${misc:Depends},
67
66
 This package contains the weather locations.
68
67
 
69
68
Package: gir1.2-gweather-3.0
70
 
Section: libs
 
69
Section: introspection
71
70
Architecture: any
72
71
Depends: ${gir:Depends},
73
72
         ${shlibs:Depends},