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

« back to all changes in this revision

Viewing changes to modulesets/buildbot.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
<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
 
3
<moduleset>
 
4
  <repository type="tarball" name="sourceforge.net"
 
5
      href="http://downloads.sourceforge.net/sourceforge/"/>
 
6
  <repository type="tarball" name="twistedmatrix.com"
 
7
      href="http://tmrc.mit.edu/mirror/twisted/"/>
 
8
  <repository type="tarball" name="zope.org"
 
9
      href="http://www.zope.org/Products/"/>
 
10
 
 
11
  <distutils id="zope-interface">
 
12
    <branch repo="zope.org"
 
13
            module="ZopeInterface/3.3.0/zope.interface-3.3.0.tar.gz" version="3.3.0"
 
14
            size="104204" md5sum="93668855e37b4691c5c956665c33392c" />
 
15
  </distutils>
 
16
 
 
17
  <distutils id="twisted">
 
18
    <branch repo="twistedmatrix.com"
 
19
            module="Twisted/8.1/Twisted-8.1.0.tar.bz2" version="8.1.0"
 
20
            size="2371422" md5sum="a575f29ead4cc02c54e9061d0e6ac7c3" />
 
21
    <dependencies>
 
22
      <dep package="zope-interface"/>
 
23
    </dependencies>
 
24
  </distutils>
 
25
 
 
26
  <distutils id="buildbot">
 
27
    <branch repo="sourceforge.net"
 
28
            module="buildbot/buildbot-0.7.8.tar.gz" version="0.7.8"
 
29
            size="1141646" md5sum="22a7f9d518cc41ec75873fc5c6083f03">
 
30
    </branch>
 
31
    <dependencies>
 
32
      <dep package="twisted"/>
 
33
    </dependencies>
 
34
  </distutils>
 
35
 
 
36
</moduleset>