~ubuntu-branches/ubuntu/precise/screem/precise

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-01-13 19:32:02 UTC
  • Revision ID: james.westby@ubuntu.com-20060113193202-pmrj4zjncj55hlr9
Tags: 0.16.1-2ubuntu1
* Resynchronized with Debian (Malone: #26846)
  - debian/control:
    - raised Build-Depends on libdbus-glib-1-dev (>= 0.60).
    - added libxdmcp-dev as Build-Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
include /usr/share/cdbs/1/class/gnome.mk
6
6
include /usr/share/cdbs/1/class/autotools-files.mk
7
7
 
8
 
DEB_CONFIGURE_EXTRA_FLAGS := --disable-update-mime --disable-schemas-install --disable-update-desktop --enable-enchant --enable-dbus
 
8
DEB_CONFIGURE_EXTRA_FLAGS := --disable-update-mime --disable-schemas-install --disable-update-desktop --enable-enchant
9
9
 
10
10
binary-post-install/screem::
11
11
        find debian/screem -name '*.la' | xargs -r rm
12
12
 
13
13
clean::
14
14
        -rm po/*.gmo
15
 
        -rm -f screem.desktop screem.schemas
 
15