~ken-vandine/shotwell/no_unity_no_uoa

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Robert Ancell
  • Date: 2014-11-03 01:37:38 UTC
  • mfrom: (168.1.2 ubuntu)
  • Revision ID: robert.ancell@canonical.com-20141103013738-jzjs9u6wiigpw5wu
* Merge from Debian unstable.  Remaining changes:
  - debian/control, debian/test/*:
    + Add autopilot autopkgtest to check import from a libgphoto2
      camera (simulated with umockdev, recorded from a Canon
      PowerShot SX200).
      debian/tests/import will run under a local session D-BUS
      and xvfb, but you can also run the test interactively with
      "cd debian/tests; autopilot run autopilot_tests".
  - debian/control:
    + Suggest account plugins.
    + Bump breaks/replaces since we didn't take the package
      split until now.
  - debian/control, debian/rules:
    + Run intltool-update on build.
    + Build-Depends on intltool.
  - debian/patches/02_desktop_translations.patch:
    + Don't translate the .desktop files, they work with gettext
      and the build system translates them all into English.
  - debian/patches/06_uoa.patch, debian/control:
    + Add Ubuntu Online Accounts support.
    + Build-Depends on libaccounts-glib-dev and libsignon-glib-dev.
  - debian/patches/update_translation_list.patch: 
    + Don't list deprecated source to translate.
  - debian/patches/libexec.patch, debian/rules:
    + Dropped, upstream supports libexecdir now.
    + Set libexec to /usr/lib/shotwell.
  - debian/control, debian/rules:
    + Build with Unity support.
    + Build-Depends on libunity-dev.
    + configure --disable-icon-update
  - debian/control, debian/rules:
    + Build with scour for SVG optimization.
    + Build-Depends on python-scour.
* Drop following change, already fixed in Debian:
  - debian/watch: Update to GNOME FTP location.
* Refresh patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: shotwell
2
2
Section: gnome
3
3
Priority: optional
4
 
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
5
 
XSBC-Original-Maintainer: Debian Shotwell Maintainers <pkg-shotwell-maint@lists.alioth.debian.org>
6
 
Uploaders: Devid Antonio Filoni <d.filoni@ubuntu.com>
7
 
Build-Depends: debhelper (>= 9),
8
 
               m4,
9
 
               valac (>= 0.18.0),
10
 
               libgee-0.8-dev (>= 0.8.0),
11
 
               libglib2.0-dev (>= 2.30.0),
12
 
               libgtk-3-dev (>= 3.6.0),
13
 
               libexif-dev (>= 0.6.16),
14
 
               libsqlite3-dev (>= 3.5.9),
15
 
               libgexiv2-dev (>= 0.4.90),
16
 
               libgphoto2-dev (>= 2.4.2),
17
 
               libsoup2.4-dev (>= 2.26.0),
18
 
               libxml2 (>= 2.6.32),
19
 
               libwebkitgtk-3.0-dev (>= 1.4.0),
20
 
               libgudev-1.0-dev (>= 145),
21
 
               libraw-dev (>= 0.14),
22
 
               libjson-glib-dev,
23
 
               libgstreamer1.0-dev (>= 1.0.0),
24
 
               libgstreamer-plugins-base1.0-dev (>= 1.0.0),
25
 
               librest-dev,
26
 
               libaccounts-glib-dev,
27
 
               libsignon-glib-dev,
28
 
               libunity-dev,
29
 
               python-scour,
30
 
               desktop-file-utils,
31
 
               intltool,
32
 
               gnome-doc-utils,
33
 
Standards-Version: 3.9.4
34
 
Homepage: http://yorba.org/shotwell/
 
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
5
XSBC-Original-Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
 
6
Build-Depends:
 
7
 debhelper (>= 9),
 
8
 desktop-file-utils,
 
9
 gnome-doc-utils,
 
10
 libexif-dev (>= 0.6.16),
 
11
 libgee-0.8-dev (>= 0.8.5),
 
12
 libgexiv2-dev (>= 0.4.90),
 
13
 libglib2.0-dev (>= 2.30.0),
 
14
 libgphoto2-dev (>= 2.4.2),
 
15
 libgstreamer-plugins-base1.0-dev (>= 1.0.0),
 
16
 libgstreamer1.0-dev (>= 1.0.0),
 
17
 libgtk-3-dev (>= 3.6.0),
 
18
 libgudev-1.0-dev (>= 145),
 
19
 libjson-glib-dev,
 
20
 libraw-dev (>= 0.14),
 
21
 librest-dev (>= 0.7),
 
22
 libsoup2.4-dev (>= 2.26.0),
 
23
 libsqlite3-dev (>= 3.5.9),
 
24
 libwebkitgtk-3.0-dev (>= 1.4.0),
 
25
 libxml2 (>= 2.6.32),
 
26
 m4,
 
27
 valac (>= 0.22.0),
 
28
 libaccounts-glib-dev,
 
29
 libsignon-glib-dev,
 
30
 libunity-dev,
 
31
 python-scour,
 
32
 intltool
 
33
Standards-Version: 3.9.6
 
34
Homepage: https://wiki.gnome.org/Apps/Shotwell
35
35
Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/shotwell/ubuntu
36
36
XS-Testsuite: autopkgtest
37
37