~ubuntu-branches/ubuntu/oneiric/transmission/oneiric

« back to all changes in this revision

Viewing changes to macosx/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Leo Costela
  • Date: 2010-02-21 21:38:22 UTC
  • mfrom: (1.2.10 upstream)
  • mto: (2.2.7 squeeze)
  • mto: This revision was merged to the branch mainline in revision 50.
  • Revision ID: james.westby@ubuntu.com-20100221213822-xusaepugvd4rgyrn
Tags: 1.90-1

* new upstream release
* debian/transmission-daemon.postrm: remove statoverride after deleting 
  group (closes: #569238)
* debian/{control,rules}: drop libcanberra-dev and libgconf-dev build-deps
  and ensure we build without them. Please check the bug log for a more
  complete rationalle behind the decision. (closes: #570416)

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
122
122
LD = @LD@
123
123
LDFLAGS = @LDFLAGS@
 
124
LIBAPPINDICATOR_CFLAGS = @LIBAPPINDICATOR_CFLAGS@
 
125
LIBAPPINDICATOR_LIBS = @LIBAPPINDICATOR_LIBS@
 
126
LIBAPPINDICATOR_MINIMUM = @LIBAPPINDICATOR_MINIMUM@
124
127
LIBCANBERRA_CFLAGS = @LIBCANBERRA_CFLAGS@
125
128
LIBCANBERRA_LIBS = @LIBCANBERRA_LIBS@
126
129
LIBCURL_CFLAGS = @LIBCURL_CFLAGS@