~ubuntu-branches/debian/experimental/upower/experimental

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl, Frédéric Péters, Michael Biebl
  • Date: 2011-02-23 17:46:34 UTC
  • mfrom: (15.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20110223174634-vs0liuvdmlxxj5k0
Tags: 0.9.8-3
[ Frédéric Péters ]
* Enable gobject introspection support. (Closes: #614795)
  - Add Build-Depends on libgirepository1.0-dev (>= 0.9.12),
    gobject-introspection (>= 0.9.12-4~) and gir1.2-glib-2.0.
  - Add package gir1.2-upowerglib-1.0 containing the typelib file.
  - Install gir file in libupower-glib-dev.install.
  - Call dh_girepository for libupower-glib1 in debian/rules.

[ Michael Biebl ]
* Bump debhelper compatibility level to 8 and update build dependency on
  debhelper accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
        dh $@
5
5
 
6
6
override_dh_auto_configure:
7
 
        dh_auto_configure -- --enable-gtk-doc
 
7
        dh_auto_configure -- --enable-gtk-doc --enable-introspection
8
8
 
9
9
override_dh_auto_build:
10
10
        dh_auto_build
20
20
ifeq ($(DEB_HOST_ARCH_OS),linux)
21
21
        dh_install -pupower debian/tmp/lib/udev/rules.d/
22
22
endif
 
23
 
 
24
override_dh_shlibdeps:
 
25
        dh_shlibdeps
 
26
        dh_girepository -plibupower-glib1