CVS cacao/debian

Michael Koch mkoch-guest at haydn.debian.org
Thu Dec 22 20:52:49 UTC 2005


Update of /cvsroot/pkg-java/cacao/debian
In directory haydn:/tmp/cvs-serv25618

Modified Files:
	changelog control rules 
Log Message:
* debian/control: Fixed Maintainer field and added Stephan Michels
  and me as Uploaders.
* debian/control: Removed Build-Depends on autotools-dev.
* debian/rules: Don't update config.guess and config.sub randomly.


--- /cvsroot/pkg-java/cacao/debian/changelog	2005/12/22 18:35:07	1.2
+++ /cvsroot/pkg-java/cacao/debian/changelog	2005/12/22 20:52:49	1.3
@@ -1,3 +1,12 @@
+cacao (0.93-2) unstable; urgency=low
+
+  * debian/control: Fixed Maintainer field and added Stephan Michels
+    and me as Uploaders.
+  * debian/control: Removed Build-Depends on autotools-dev.
+  * debian/rules: Don't update config.guess and config.sub randomly.
+
+ -- Michael Koch <konqueror at gmx.de>  Thu, 22 Dec 2005 21:44:54 +0000
+
 cacao (0.93-1) unstable; urgency=low
 
   [ Stephan Michels ]
--- /cvsroot/pkg-java/cacao/debian/control	2005/12/22 18:35:08	1.2
+++ /cvsroot/pkg-java/cacao/debian/control	2005/12/22 20:52:49	1.3
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Stephan Michels <stephan at apache.org>, Michael Koch <konqueror at gmx.de>
-Build-Depends: debhelper (>= 4.0.0), autotools-dev, classpath (>= 0.19), classpath-common (>= 0.19)
+Build-Depends: debhelper (>= 4.0.0), classpath (>= 0.19), classpath-common (>= 0.19)
 Standards-Version: 3.6.2
 
 Package: cacao
--- /cvsroot/pkg-java/cacao/debian/rules	2005/12/22 18:35:08	1.2
+++ /cvsroot/pkg-java/cacao/debian/rules	2005/12/22 20:52:49	1.3
@@ -49,13 +49,6 @@
 
 	# Add here commands to clean up after the build process.
 	-$(MAKE) distclean
-#ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-#	cp -f /usr/share/misc/config.sub config.sub
-#endif
-#ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-#	cp -f /usr/share/misc/config.guess config.guess
-#endif
-
 
 	dh_clean 
 



More information about the pkg-java-commits mailing list