~ubuntu-branches/ubuntu/quantal/gnome-menus2/quantal

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-08-26 11:43:02 UTC
  • Revision ID: james.westby@ubuntu.com-20110826114302-vgdcyicgxh3xzyzn
Tags: 3.0.1-0ubuntu6
Restore old gnome-menus, the lib still has some rdepends

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
DEB_BUILDDIR = debian/build
 
4
 
 
5
include /usr/share/cdbs/1/rules/debhelper.mk
 
6
include /usr/share/cdbs/1/class/python-autotools.mk
 
7
include /usr/share/cdbs/1/class/gnome.mk
 
8
include /usr/share/cdbs/1/rules/utils.mk
 
9
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 
10
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
11
 
 
12
DEB_CONFIGURE_EXTRA_FLAGS += --enable-introspection=no
 
13
 
 
14
binary-install/python-gmenu::
 
15
        # force executable bit on files looking like python scripts
 
16
        egrep -rlZ '^#!(.*)python' debian/python-gmenu/usr/lib/ | xargs -0 chmod a+x --
 
17