~ubuntu-branches/ubuntu/lucid/alacarte/lucid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-14 10:18:53 UTC
  • Revision ID: james.westby@ubuntu.com-20070514101853-sf98rhrocnmuxkfi
Tags: 0.11.3-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
  - debian/control: set Travis Watkins <amaranth@ubuntu.com> as Maintainer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
3
3
DEB_PYTHON_SYSTEM := pycentral
4
 
DEB_AUTO_UPDATE_DEBIAN_CONTROL := yes
5
4
DEB_INSTALL_MANPAGES_alacarte := debian/alacarte.1
6
5
 
7
6
include /usr/share/cdbs/1/rules/debhelper.mk
11
10
DEB_CONFIGURE_SCRIPT_ENV += PYTHON="/usr/bin/python"
12
11
 
13
12
install/alacarte::
 
13
        dh_pycentral
14
14
        echo 'X-Ubuntu-Gettext-Domain=alacarte' >> debian/alacarte/usr/share/applications/alacarte.desktop
15
15
        cd po; intltool-update -p --gettext-package=alacarte
16
 
        dh_pycentral