~ubuntu-branches/ubuntu/precise/bamf/precise-updates

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-05-25 10:32:24 UTC
  • Revision ID: james.westby@ubuntu.com-20100525103224-bu09fh3h1scqch7y
Tags: 0.2.22-0ubuntu1
* Initial Packaging (LP: #583880)
* temporary disabling gir building due to bug:
  https://bugzilla.gnome.org/show_bug.cgi?id=619703

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
include /usr/share/cdbs/1/class/gnome.mk
 
4
include /usr/share/cdbs/1/rules/debhelper.mk
 
5
include /usr/share/cdbs/1/rules/utils.mk
 
6
 
 
7
LDFLAGS += -Wl,-z,defs -Wl,--as-needed
 
8
 
 
9
DEB_CONFIGURE_EXTRA_FLAGS := --enable-introspection=no
 
10
DEB_DBG_PACKAGE_bamfdaemon = bamf-dbg
 
11
DEB_DBG_PACKAGE_libbamf0 = bamf-dbg
 
12
 
 
13
binary-pre-install::
 
14
        find debian/tmp/usr/lib -name \*.la -exec rm {} \;
 
15
        find debian/tmp/usr/lib -name \*.a -exec rm {} \;
 
16
 
 
17
common-binary-fixup-arch::
 
18
        dh_girepository -pgir1.0-bamf-0.2
 
19
 
 
20
common-binary-predeb-arch:: list-missing