~ubuntu-branches/ubuntu/karmic/eclipse-cdt/karmic

« back to all changes in this revision

Viewing changes to debian/patches/eclipse-cdt-zzz-platform-build-linux-x86-only.patch

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Michels, Michael Koch, Stephan Michels
  • Date: 2005-12-21 16:58:32 UTC
  • Revision ID: james.westby@ubuntu.com-20051221165832-ajgq1xfk6bngevi5
Tags: 3.0.1-1
[ Michael Koch ]
* Initial Version (Closes: #195236, #284911).

[ Stephan Michels ]
* debian/control: Changed the dependency from eclipse-sdk to eclipse.
  Updated the description.
* debian/rules: Use variable for the name of the releng plugin.
* debian/rules: Use -DskipFetch=true instead of -DdontFetchAnything=true.
* debian/rules: Define property "config" in rules instead of using
  patches to change the properties files.
* debian/copyright: Updated copyright from CPL to EPL
* debian/rules: Add patch for disable the logging to a file
  for the javadoc generation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- source-tree/org.eclipse.cdt.releng/platform/build.properties.orig   2005-11-14 07:55:20.000000000 +0000
 
2
+++ source-tree/org.eclipse.cdt.releng/platform/build.properties        2005-11-14 07:55:43.000000000 +0000
 
3
@@ -71,10 +71,7 @@
 
4
 #     configs=win32,win32,x86 & linux,motif,x86
 
5
 # By default the value is *,*,*
 
6
 configs=\
 
7
-     linux,gtk,x86 \
 
8
-    & linux,gtk,x86_64 \
 
9
-    & linux,gtk,ppc \
 
10
-    & linux,gtk,ia64 
 
11
+     linux,gtk,@ARCH@
 
12
 
 
13
 archivesFormat=\
 
14
       aix,motif,ppc-tar \