~ubuntu-branches/ubuntu/lucid/jhbuild/lucid

« back to all changes in this revision

Viewing changes to modulesets/mobile-2.24.modules

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort, Loic Minier, Emilio Pozuelo Monfort
  • Date: 2009-11-09 20:28:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20091109202848-m9ec7dmzptqtchtj
Tags: 2.28.0-1
[ Loic Minier ]
* Cleanups.
* Ship scripts.
* Don't set GNOME_MODULE as it equals the name of the source package.

[ Emilio Pozuelo Monfort ]
* New upstream release. Closes: #524504.
  - Use 'git rev-parse' rather than 'git-rev-parse'. Closes: #544642.
* Ship install-check. Closes: #441008.
* Uploaders list regenerated. Closes: #523542, #554071.
* debian/control.in,
  debian/rules:
  - Stop shipping a copy of subprocess.py. Require python >= 2.4.
  - Switch to python-support.
* debian/control.in:
  - Bump Standards-Version to 3.8.3, no changes needed.
  - Build depend on intltool >= 0.35.0.
  - Build depend on pkg-config, gnome-doc-utils and rarian-compat to build
    the documentation.
  - Make jhbuild arch any since install-check is a binary. Depend on
    ${shlibs:Depends}.
  - Recommend, and not suggest, git-core. Also recommend mercurial.
* debian/watch:
  - Added.
* debian/patches/01_import_from_pkgdatadir.patch:
  - Added, import jhbuild from pkgdatadir if everything else fails.
    This way we can ship the jhbuild private modules in /usr/sharejhbuild.
* debian/jhbuild.docs:
  - Removed, the necessary docs are now installed by the upstream Makefile.
* debian/rules:
  - Include autotools.mk and gnome.mk.
  - Remove all the manual build process, autotools.mk does everything now.
  - Install the jhbuild modules in /usr/share/jhbuild.
* debian/install:
  - Install the modulesets and patches from here since the upstream build
    system doesn't install them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" standalone="no"?> <!--*- mode: nxml -*-->
 
2
<!DOCTYPE moduleset SYSTEM "moduleset.dtd">
 
3
<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
 
4
<moduleset>
 
5
 
 
6
  <include href="gnome-2.24.modules"/>
 
7
  <include href="matchbox.modules"/>
 
8
 
 
9
  <!-- When adding a new module here that is to be released on ftp.gnome.org,
 
10
       please also talk to the release team to update meta-gnome-mobile-suite
 
11
       in gnome-suites-2.x.modules. It's required to have the module in
 
12
       http://download.gnome.org/mobile/ -->
 
13
  <metamodule id="meta-mobile-platform">
 
14
    <dependencies>
 
15
      <!-- Base layer -->
 
16
      <!-- X is an external dependency -->
 
17
      <dep package="glib"/>
 
18
      <dep package="dbus"/>
 
19
      <!-- GTK+ layer -->
 
20
      <dep package="gtk+"/>
 
21
      <!-- The rest -->
 
22
      <dep package="gconf-dbus"/>
 
23
      <dep package="gst-plugins-base"/>
 
24
      <!-- gnome-vfs is deprecated, but you may want to enable it -->
 
25
      <!-- <dep package="gnome-vfs"/> -->
 
26
      <dep package="gvfs"/>
 
27
      <dep package="evolution-data-server-dbus"/>
 
28
      <dep package="telepathy-mission-control"/>
 
29
      <dep package="avahi"/>
 
30
      <!--<dep package="bluez"/> -->
 
31
      <dep package="matchbox-window-manager"/>
 
32
    </dependencies>
 
33
  </metamodule>
 
34
</moduleset>