~ubuntu-branches/ubuntu/precise/libgnomecanvas/precise-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): David Weinehall
  • Date: 2010-04-01 21:35:49 UTC
  • mfrom: (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100401213549-co4kir4hyc50mz89
Tags: 2.30.1-1
* New upstream release.
  + debian/patches/01_canvasassert.patch,
  + debian/patches/99_ltmain_as-needed.patch:
    - Refreshed.
  + debian/rules:
    - Added --enable-glade to DEB_CONFIGURE_EXTRA_FLAGS
* debian/control.in:
  + Bump Standards version to 3.8.4 (No changes needed).
  + Build-Depend on debhelper (>= 5) since we use compat level 5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
9
9
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
10
10
 
11
 
DEB_CONFIGURE_EXTRA_FLAGS := --enable-glade --enable-gtk-doc
 
11
DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc --enable-glade
12
12
 
13
13
LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
14
14