~ubuntu-branches/ubuntu/jaunty/plee-the-bear/jaunty

« back to all changes in this revision

Viewing changes to debian/patches/dont-compile-extra-stuff.diff

  • Committer: Bazaar Package Importer
  • Author(s): Julien Jorge, Julien Jorge, Gonéri Le Bouder
  • Date: 2008-07-26 00:45:13 UTC
  • Revision ID: james.westby@ubuntu.com-20080726004513-8t5xz52dkaq8r443
Tags: 0.2.1-2
[ Julien Jorge ]
* Do not create files in current directory (Closes: #490757)
* Deactivate architectures alpha, arm, armel, powerpc and s390, not
  supported yet by upstream (Closes: #490020)

[ Gonéri Le Bouder ]
* For compatibility with the source "3.0 (quilt)" source package format,
  fix fix_.desktop.diff and plee-the-bear.desktop so now they can be applied
  with -p1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: plee-the-bear-0.2.1/dev/CMakeLists.txt
 
2
===================================================================
 
3
--- plee-the-bear-0.2.1.orig/dev/CMakeLists.txt 2008-06-06 16:56:46.000000000 +0200
 
4
+++ plee-the-bear-0.2.1/dev/CMakeLists.txt      2008-06-06 16:57:00.000000000 +0200
 
5
@@ -12,9 +12,10 @@
 
6
 
 
7
 SUBDIRS(
 
8
   common
 
9
-  image-cutter
 
10
-  level-editor
 
11
+#  image-cutter
 
12
+#  level-editor
 
13
   model-compiler
 
14
   bear_engine
 
15
   plee-the-bear
 
16
-  texture-tools )
 
17
+#  texture-tools
 
18
+   )