~ubuntu-branches/ubuntu/precise/nautilus-actions/precise

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-11-24 18:11:41 UTC
  • Revision ID: james.westby@ubuntu.com-20051124181141-ajyuiq4s0803pn1g
Tags: 0.99-0ubuntu1
FirstĀ upload.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /usr/bin/make -f
 
2
 
 
3
include /usr/share/cdbs/1/rules/debhelper.mk
 
4
include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
5
include /usr/share/cdbs/1/rules/utils.mk
 
6
include /usr/share/cdbs/1/class/gnome.mk
 
7
 
 
8
#DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed"
 
9
 
 
10
binary-post-install/nautilus-actions::
 
11
        find debian/nautilus-actions/usr/lib -name \*.la -exec rm {} \;