rev 4386 - trunk/packages/kdevelop/debian

Jeremy Lainé sharky at costa.debian.org
Wed Aug 23 09:10:08 UTC 2006


Author: sharky
Date: 2006-08-23 09:10:05 +0000 (Wed, 23 Aug 2006)
New Revision: 4386

Modified:
   trunk/packages/kdevelop/debian/rules
Log:
remove JAVA_FLAGS from kdevelop/debian/control


Modified: trunk/packages/kdevelop/debian/rules
===================================================================
--- trunk/packages/kdevelop/debian/rules	2006-08-23 09:05:20 UTC (rev 4385)
+++ trunk/packages/kdevelop/debian/rules	2006-08-23 09:10:05 UTC (rev 4386)
@@ -4,20 +4,12 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/rules/utils.mk
 
-ifneq (,$(findstring withjava,$(DEB_BUILD_OPTIONS)))
-	ifneq (,$(JAVA_HOME))
-		JAVA_FLAGS+= --with-java=$(JAVA_HOME)
-	endif
-endif
-
 PACKAGES_WITH_LIBS := kdevelop
 
 DEB_INSTALL_DOCS_kdevelop = AUTHORS
 DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/tmp
 DEB_CONFIGURE_EXTRA_FLAGS := \
 				--disable-debug \
-				--with-pic \
-				--with-kdelibsdoxy-dir=/usr/share/doc/kde/HTML/en/kdelibs-apidocs \
 				--enable-docbase \
 				--enable-scripting \
 				--enable-ada \
@@ -38,12 +30,13 @@
 				--enable-genericproject \
 				--enable-scriptproject \
 				--enable-trollproject \
-				--with-pythondir=/usr \
 				--enable-cvs \
-				--enable-subversion \
 				--enable-vba \
-				--with-qtdoc-dir=/usr/share/qt3/doc/html \
-				$(JAVA_FLAGS)
+				--enable-subversion \
+				--with-pic \
+				--with-kdelibsdoxy-dir=/usr/share/doc/kde/HTML/en/kdelibs-apidocs \
+				--with-pythondir=/usr \
+				--with-qtdoc-dir=/usr/share/qt3/doc/html
 
 binary-install/kdevelop::
 	mkdir -p debian/kdevelop/usr/share/pixmaps




More information about the pkg-kde-commits mailing list