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

« back to all changes in this revision

Viewing changes to modulesets/gnome-2.12.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:
56
56
    <branch repo="svn.debian.org" module="pkg-isocodes/trunk/iso-codes" checkoutdir="iso-codes"/>
57
57
  </autotools>
58
58
 
59
 
  <include href="freedesktop.modules"/>
 
59
  <include href="freedesktop-2.14.modules"/>
60
60
  <include href="gnutls.modules"/>
61
61
 
62
62
  <autotools id="cairo-gtk-engine">
328
328
    </dependencies>
329
329
  </autotools>
330
330
  <autotools id="gnome-python-extras">
331
 
    <branch/>
 
331
    <branch revision="gnome-2-26"/>
332
332
    <dependencies>
333
333
      <dep package="pygtk"/>
334
334
      <dep package="gnome-python"/>
581
581
      <dep package="nautilus-cd-burner"/>
582
582
    </dependencies>
583
583
  </autotools>
584
 
  <autotools id="gdm2">
 
584
  <autotools id="gdm">
585
585
    <branch revision="gnome-2-12"/>
586
586
    <dependencies>
587
587
      <dep package="librsvg"/>
1255
1255
      <dep package="libgnomeui"/>
1256
1256
    </dependencies>
1257
1257
  </autotools>
1258
 
  <mozillamodule id="mozilla" autogenargs="--enable-default-toolkit=gtk2 --disable-mailnews --disable-ldap --disable-debug --enable-optimize --disable-tests --enable-crypto --enable-xft --with-system-zlib --disable-freetype2 --enable-application=browser" cvsroot="mozilla.org" revision="MOZILLA_1_7_BRANCH">
 
1258
  <autotools id="mozilla" autogenargs="--enable-default-toolkit=gtk2 --disable-mailnews --disable-ldap --disable-debug --enable-optimize --disable-tests --enable-crypto --enable-xft --with-system-zlib --disable-freetype2 --enable-application=browser">
 
1259
    <branch repo="mozilla.org" revision="MOZILLA_1_7_BRANCH"/>
1259
1260
    <dependencies>
1260
1261
      <dep package="gtk+"/>
1261
1262
    </dependencies>
1262
 
  </mozillamodule>
 
1263
  </autotools>
1263
1264
  <autotools id="epiphany">
1264
1265
    <branch revision="gnome-2-12"/>
1265
1266
    <dependencies>