CVS eclipse-cdt/debian

Stephan Michels tashiro-guest at haydn.debian.org
Sat Dec 10 11:21:45 UTC 2005


Update of /cvsroot/pkg-java/eclipse-cdt/debian
In directory haydn:/tmp/cvs-serv27526

Modified Files:
	changelog rules 
Log Message:
* 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.


--- /cvsroot/pkg-java/eclipse-cdt/debian/changelog	2005/12/10 11:10:28	1.3
+++ /cvsroot/pkg-java/eclipse-cdt/debian/changelog	2005/12/10 11:21:45	1.4
@@ -6,6 +6,9 @@
   [ 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 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.
 
- -- Stephan Michels <stephan at apache.org>  Sat, 10 Dec 2005 12:08:49 +0100
+ -- Stephan Michels <stephan at apache.org>  Sat, 10 Dec 2005 12:18:49 +0100
--- /cvsroot/pkg-java/eclipse-cdt/debian/rules	2005/12/10 11:10:28	1.2
+++ /cvsroot/pkg-java/eclipse-cdt/debian/rules	2005/12/10 11:21:45	1.3
@@ -35,9 +35,10 @@
 
 PATCHES = \
 	eclipse-cdt-libhover \
-	eclipse-cdt-no-sdkbuild \
-	eclipse-cdt-no-tests \
-	eclipse-cdt-build-linux
+	eclipse-cdt-no-tests 
+
+#	eclipse-cdt-no-sdkbuild \
+#	eclipse-cdt-build-linux
 
 #	eclipse-cdt-platform-build-linux 
 #	eclipse-cdt-sdk-build-linux \
@@ -117,7 +118,14 @@
 		-DdontUnzip=true \
 		-DbaseLocation=$(ECLIPSE_BASE) \
 		-Dpde.build.scripts=$(ECLIPSE_BASE)/plugins/org.eclipse.pde.build_3.1.0/scripts \
-		-DdontFetchAnything=true 
+		-DskipFetch=true \
+		-Dconfigs="linux,gtk,$(ECLIPSE_PLATFORM)" \
+		-Dbaseos=linux \
+		-Dbasews=gtk \
+		-Dbasearch=$(ECLIPSE_PLATFORM) 
+
+		-DdontFetchAnything=true \
+
 	
 	touch build-stamp
 



More information about the pkg-java-commits mailing list