~ubuntu-branches/ubuntu/lucid/libgnomecanvas/lucid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-09-18 16:40:41 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070918164041-1h76ekcoj9kwj9vy
Tags: 2.20.0-1ubuntu1
* Merge with Debian, remaining Ubuntu changes:
  - debian/control.in: differing Conflicts (it refers to a binNMU in
    Debian).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
3
 
include /usr/share/cdbs/1/class/autotools.mk
4
3
include /usr/share/cdbs/1/rules/debhelper.mk
5
4
include /usr/share/cdbs/1/rules/simple-patchsys.mk
6
5
include /usr/share/cdbs/1/class/gnome.mk
7
6
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 
7
include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
 
8
include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
 
9
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
8
10
 
9
11
DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc
 
12
 
 
13
LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
14