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

« back to all changes in this revision

Viewing changes to debian/patches/exclude_docs.patch

  • 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
 
--- ultrastar-ng-0.1.4.orig/configure.in
2
 
+++ ultrastar-ng-0.1.4/configure.in
3
 
@@ -406,7 +406,6 @@
4
 
 AC_OUTPUT(
 
1
# Copyright (C) 2007  Miriam Ruiz <little_miry@yahoo.es>
 
2
# Distributed under the same license as the game. See debian/copyright.
 
3
 
 
4
Index: ultrastar-ng-0.2.0/configure.in
 
5
===================================================================
 
6
--- ultrastar-ng-0.2.0.orig/configure.in        2007-11-02 12:47:05.000000000 +0000
 
7
+++ ultrastar-ng-0.2.0/configure.in     2007-11-02 14:22:48.000000000 +0000
 
8
@@ -535,7 +535,6 @@
5
9
        Makefile
 
10
        audio/Makefile
6
11
        data/Makefile
7
12
-       docs/Makefile
8
13
        src/Makefile
9
14
        themes/Makefile
10
15
 )
11
 
--- ultrastar-ng-0.1.4.orig/Makefile.am
12
 
+++ ultrastar-ng-0.1.4/Makefile.am
 
16
Index: ultrastar-ng-0.2.0/Makefile.am
 
17
===================================================================
 
18
--- ultrastar-ng-0.2.0.orig/Makefile.am 2007-09-29 13:26:54.000000000 +0000
 
19
+++ ultrastar-ng-0.2.0/Makefile.am      2007-11-02 14:23:07.000000000 +0000
13
20
@@ -1,4 +1,4 @@
14
 
-SUBDIRS = src docs data themes
15
 
+SUBDIRS = src data themes
 
21
-SUBDIRS = audio src docs data themes
 
22
+SUBDIRS = audio src data themes
16
23
 
17
24
 includes = include/audio.h \
18
25
        include/video.h \