~ubuntu-branches/debian/squeeze/bristol/squeeze

« back to all changes in this revision

Viewing changes to libbristolmidi/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-11-10 12:21:04 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20091110122104-432yau0haobyl122
Tags: 0.40.6-1
* Adopting this (Closes: #546954).
* Create new bristol-data runtime package, it will contain application's
  architecture-indipendent data files.
* Drop all patches, now useless.
* Switch to debhelper 7.
* debian/copyright: Update according to DEP-5 spec.
* debian/bristol.1: Fix little spelling mistake.
* Replace patch system, from dpatch to quilt.
* Add 01-spelling_errors.patch patch to fix spelling-error-in-binary.
* debian/rules: dh_makeshlibs doesn't touch shlibs/symbols file, libraries
  under /usr/lib/bristol/ are private.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
BRISTOL_HAS_ALSA = @BRISTOL_HAS_ALSA@
94
94
BRISTOL_HAS_JACK = @BRISTOL_HAS_JACK@
95
95
BRISTOL_HAS_JACK_MIDI = @BRISTOL_HAS_JACK_MIDI@
 
96
BRISTOL_HAS_LIBLO = @BRISTOL_HAS_LIBLO@
 
97
BRISTOL_HAS_OSS = @BRISTOL_HAS_OSS@
96
98
BRISTOL_MAJOR_VERSION = @BRISTOL_MAJOR_VERSION@
97
99
BRISTOL_MICRO_VERSION = @BRISTOL_MICRO_VERSION@
98
100
BRISTOL_MINOR_VERSION = @BRISTOL_MINOR_VERSION@
127
129
JACK_LIBS = @JACK_LIBS@
128
130
LD = @LD@
129
131
LDFLAGS = @LDFLAGS@
 
132
LIBLO_CFLAGS = @LIBLO_CFLAGS@
 
133
LIBLO_LIBS = @LIBLO_LIBS@
130
134
LIBOBJS = @LIBOBJS@
131
135
LIBS = @LIBS@
132
136
LIBTOOL = @LIBTOOL@
136
140
MAKEINFO = @MAKEINFO@
137
141
NM = @NM@
138
142
NMEDIT = @NMEDIT@
 
143
OBJDUMP = @OBJDUMP@
139
144
OBJEXT = @OBJEXT@
140
145
OTOOL = @OTOOL@
141
146
OTOOL64 = @OTOOL64@