~ubuntu-branches/ubuntu/natty/jhbuild/natty

« back to all changes in this revision

Viewing changes to modulesets/gnome-2.14-test.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"?><!--*- mode: nxml -*-->
 
2
<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
 
3
<moduleset>
 
4
  <include href="gnome-2.14.modules" />
 
5
  <repository type="cvs" name="ldtp.freedesktop.org"
 
6
     cvsroot=":pserver:anoncvs@cvs.freedesktop.org:/cvs/ldtp" 
 
7
     password="" />
 
8
 
 
9
  <testmodule id="ldtp-gedit-test" type="ldtp">
 
10
    <branch repo="ldtp.freedesktop.org" module="pyautosuite/gedit" revision="gnome-2-14"/>
 
11
    <dependencies>
 
12
      <dep package="ldtp"/>
 
13
      <dep package="gedit"/>
 
14
    </dependencies>
 
15
    <testedmodules>
 
16
      <tested package="gedit"/>
 
17
    </testedmodules>
 
18
  </testmodule>
 
19
  <testmodule id="ldtp-gnome-dictionary-test" type="ldtp">
 
20
    <branch repo="ldtp.freedesktop.org" module="pyautosuite/gnome-dictionary" revision="gnome-2-14"/>
 
21
    <dependencies>
 
22
      <dep package="ldtp"/>
 
23
      <dep package="gnome-utils"/>
 
24
    </dependencies>
 
25
    <testedmodules>
 
26
      <tested package="gnome-utils"/>
 
27
    </testedmodules>
 
28
  </testmodule>
 
29
</moduleset>