[pkg-java] r2953 - trunk/commons-daemon/debian

Marcus Better marcusb-guest at alioth.debian.org
Wed Jan 24 09:42:04 CET 2007


Author: marcusb-guest
Date: 2007-01-24 09:42:04 +0100 (Wed, 24 Jan 2007)
New Revision: 2953

Modified:
   trunk/commons-daemon/debian/changelog
   trunk/commons-daemon/debian/rules
Log:
Don't use included config.guess and config.sub.

Modified: trunk/commons-daemon/debian/changelog
===================================================================
--- trunk/commons-daemon/debian/changelog	2007-01-23 22:20:49 UTC (rev 2952)
+++ trunk/commons-daemon/debian/changelog	2007-01-24 08:42:04 UTC (rev 2953)
@@ -1,3 +1,11 @@
+commons-daemon (1.0.2~svn20061127-5~test1) unstable; urgency=low
+
+  * jsvc can now redirect daemon output to syslog. (Closes: #402878)
+  * Added support for the ppc64 architecture. (Closes: #404704)
+  * Don't use included config.sub and config.guess.
+
+ -- Marcus Better <marcus at better.se>  Wed, 13 Dec 2006 15:09:58 +0100
+
 commons-daemon (1.0.2~svn20061127-4) unstable; urgency=low
 
   * Apparently buildds don't grok Build-Depends-Indep. Moved to

Modified: trunk/commons-daemon/debian/rules
===================================================================
--- trunk/commons-daemon/debian/rules	2007-01-23 22:20:49 UTC (rev 2952)
+++ trunk/commons-daemon/debian/rules	2007-01-24 08:42:04 UTC (rev 2953)
@@ -41,7 +41,8 @@
 
 config-stamp: $(NATIVE_SRC)/configure
 	dh_testdir
-	cd $(NATIVE_SRC); ./configure $(confflags) --with-java=$(JAVA_HOME)
+	cd $(NATIVE_SRC); touch install-sh; \
+	  ./configure $(confflags) --with-java=$(JAVA_HOME)
 	touch config-stamp
 
 build: build-arch build-indep
@@ -66,7 +67,7 @@
 	rm -rf target dist
 	-(cd src/native/unix ; make clean)
 	-rm -f src/native/unix/config.{log,status}
-	-rm -f src/native/unix/{Makefile,Makedefs,native/Makefile}
+	-rm -f src/native/unix/{Makefile,Makedefs,native/Makefile,install-sh}
 	cp -f /usr/share/misc/config.sub $(NATIVE_SRC)/config.sub
 	cp -f /usr/share/misc/config.guess $(NATIVE_SRC)/config.guess
 	dh_clean




More information about the pkg-java-commits mailing list