~ubuntu-branches/ubuntu/oneiric/pango-graphite/oneiric

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Glassey
  • Date: 2007-09-05 15:13:34 UTC
  • Revision ID: james.westby@ubuntu.com-20070905151334-8mkqmvs6vhuz42z6
Tags: 0.9.2-3
* Upload to Debian with source this time
* [pango-graphite] broken B-D: libgraphite-dev (Closes: #431382)
    pango-graphite now includes files as graphite/blah.h not just
    blah.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
#DEB_AUTO_UPDATE_DEBIAN_CONTROL := yes
 
3
 
 
4
DEB_TAR_SRCDIR := pango-graphite-0.9.2
 
5
include /usr/share/cdbs/1/rules/tarball.mk
 
6
 
 
7
include /usr/share/cdbs/1/rules/debhelper.mk
 
8
include /usr/share/cdbs/1/class/autotools.mk
 
9
DEB_CONFIGURE_EXTRA_FLAGS := --disable-static
 
10
DEB_DH_STRIP_ARGS := --dbg-package=pango-graphite
 
11
 
 
12
binary-install/pango-graphite::
 
13
        dh_pangomodules -ppango-graphite
 
14