~ubuntu-branches/ubuntu/gutsy/gnome-doc-utils/gutsy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-04-28 14:08:29 UTC
  • mfrom: (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20070428140829-n0b47rg32psdkdan
Tags: 0.10.3-1ubuntu1
* Sync with Debian
* debian/control.in:
  - Build-Depends on intltool
* debian/rules:
  - update translations template

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
include /usr/share/cdbs/1/rules/simple-patchsys.mk
6
6
include /usr/share/cdbs/1/rules/utils.mk
7
7
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 
8
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
8
9
 
9
10
DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper
10
11
 
11
12
binary-post-install/gnome-doc-utils::
12
13
        dh_pysupport -pgnome-doc-utils /usr/share/xml2po
13
 
        dh_python -pgnome-doc-utils
14
14
        cd po; intltool-update -p
15