~ubuntu-branches/ubuntu/maverick/ultrastar-ng/maverick

« back to all changes in this revision

Viewing changes to docs/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Miriam Ruiz, Miriam Ruiz, Mario Bonino, Jon Dowland, Ansgar Burchardt
  • Date: 2008-06-07 16:43:18 UTC
  • mfrom: (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080607164318-4cnzizck1tp8mrwp
Tags: 0.2.1-1
[ Miriam Ruiz ]
* New Upstream Release (Closes: #453132)
* Removed unneeded patches
* Added packages to build deps:
  + libtool
  + portaudio19-dev | portaudio-dev
  + libboost-dev, libboost-thread-dev, libboost-serialization-dev
  + libboost-program-options-dev, libboost-regex-dev
* Moved shared objects to private directory: /usr/lib/ultraster-ng
* Added rpath to binaries to search for shared objects in the private dir
* Uses ultrastar-ng-gstreamer as default, instead of ultrastar-ng-xine,
  since there are significantly less issues with GStreamer.
* Added patch to fix upstream desktop file
* Added -Wl,-as-needed to LDFLAGS
* Replaced fftw3-dev by libfftw3-dev in build dependencies.
* Standards-Version upgraded to 3.7.3

[ Mario Bonino ]
* Fixed data/Makefile.am to install .desktop file and icon

[ Jon Dowland ]
* add Homepage: control field to source stanza
* fix a bashism in debian/rules (Closes: #478634)

[ Ansgar Burchardt ]
* debian/control: Change XS-Vcs-* to Vcs-*
* Remove Homepage semi-field from description

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dist_man_MANS = ultrastarng.6
2
2
 
3
 
edit = sed -e 's,\@DATA_DIR\@,@DATA_DIR@,g'
4
 
 
5
 
ultrastarng.6: $(top_srcdir)/src/main.cpp $(top_srcdir)/configure.in ultrastarng.h2m.in Makefile.am Makefile
6
 
        $(edit) ultrastarng.h2m.in > ultrastarng.h2m
7
 
        chmod +x ./$<
8
 
        $(HELP2MAN) --no-info --section=6 --include=ultrastarng.h2m ./$(top_srcdir)/src/ultrastarng$(EXEEXT) > $@
9
 
 
10
 
EXTRA_DIST = ultrastarng.h2m.in
 
3
ultrastarng.6: $(top_srcdir)/src/main.cpp $(top_srcdir)/configure.in Makefile.am
 
4
        LD_LIBRARY_PATH="$(top_builddir)/audio/.libs/:$$LD_LIBRARY_PATH" help2man --no-info --section=6 --include=$(top_srcdir)/docs/ultrastarng.h2m $(top_builddir)/src/ultrastarng$(EXEEXT) > ultrastarng.6
 
5
 
 
6
dist-hook:
 
7
        LD_LIBRARY_PATH="$(top_builddir)/audio/.libs/:$$LD_LIBRARY_PATH" help2man --no-info --section=6 --include=$(top_srcdir)/docs/ultrastarng.h2m $(top_builddir)/src/ultrastarng$(EXEEXT) > ultrastarng.6