~ubuntu-branches/ubuntu/oneiric/zeromq/oneiric

« back to all changes in this revision

Viewing changes to devices/zmq_streamer/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Lucina
  • Date: 2010-09-08 15:25:45 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100908152545-8rfaoyw289tk5vaf
Tags: 2.0.9.dfsg-1
* New upstream version. 
* Move all manpages in libzmq0 to zeromq-dev package (closes: #595890) 
* Updated to standards version 3.9.1.
* Add lintian-overrides for spelling-error-in-copyright due to error in
  upstream license of xmlParser.
* Use Breaks: instead of Conflicts: in zeromq-bin package, fixes 
  conflicts-with-version from lintian.
* Various other minor fixes for warnings from lintian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
216
216
              exit 1;; \
217
217
          esac; \
218
218
        done; \
219
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  devices/zmq_streamer/Makefile'; \
 
219
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  devices/zmq_streamer/Makefile'; \
220
220
        cd $(top_srcdir) && \
221
 
          $(AUTOMAKE) --gnu  devices/zmq_streamer/Makefile
 
221
          $(AUTOMAKE) --foreign  devices/zmq_streamer/Makefile
222
222
.PRECIOUS: Makefile
223
223
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
224
224
        @case '$?' in \