~ubuntu-branches/ubuntu/lucid/libnotify/lucid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2007-04-16 10:15:43 UTC
  • mfrom: (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20070416101543-4ugkf1fzv2mbr4kp
Tags: 0.4.4-3
* Drop GNOME team from uploaders and uploaders.mk include; add myself to
  uploaders.
* Merge never uploaded 0.4.3-3 changelog entry into 0.4.4-1.
* Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on
  cdbs >= 0.4.41.
* Add ${misc:Depends}.
* Wrap build-deps and deps.
* Prepend -z defs to LDFLAGS to be safe with --as-needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
include /usr/share/cdbs/1/rules/debhelper.mk
5
5
include /usr/share/cdbs/1/rules/simple-patchsys.mk
6
6
include /usr/share/cdbs/1/class/gnome.mk
7
 
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
8
 
 
9
 
DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed"
10
 
 
11
 
#DEB_DH_MAKESHLIBS_ARGS_libnotify0 := -V 'libnotify'
 
7
 
 
8
LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
9
 
 
10
DEB_DH_MAKESHLIBS_ARGS_libnotify1 := -V "libnotify1 (>= 0.4.4), libnotify1-gtk2.10"
 
11