r1693 - trunk/java-package/debian

Barry Hawkins barryh-guest at costa.debian.org
Tue Jan 10 18:12:31 UTC 2006


Author: barryh-guest
Date: 2006-01-10 18:12:30 +0000 (Tue, 10 Jan 2006)
New Revision: 1693

Modified:
   trunk/java-package/debian/changelog
   trunk/java-package/debian/rules
Log:
Commit of changes list and alteration of rules file for svn migration.

Modified: trunk/java-package/debian/changelog
===================================================================
--- trunk/java-package/debian/changelog	2006-01-09 19:48:18 UTC (rev 1692)
+++ trunk/java-package/debian/changelog	2006-01-10 18:12:30 UTC (rev 1693)
@@ -1,8 +1,13 @@
 java-package (0.28) unstable; urgency=low
 
+  * Modified to reflect migration to Subversion
   * Corrected test for AMD64 architecture during plug-in detection
+    (Closes: #345775)
+  * Repaired alternatives handling for IBM JREs and JDKs (Closes: #338569)
+  * Corrected pathing for alternatives installation for Mozilla and
+    Firefox plugins (Closes: #341751)
 
- -- Barry Hawkins <barry at alltc.com>  Sat, 19 Nov 2005 21:02:10 -0500
+ -- Barry Hawkins <barry at alltc.com>  Mon, 05 Dec 2005 23:46:26 -0500
 
 java-package (0.27) unstable; urgency=low
 

Modified: trunk/java-package/debian/rules
===================================================================
--- trunk/java-package/debian/rules	2006-01-09 19:48:18 UTC (rev 1692)
+++ trunk/java-package/debian/rules	2006-01-10 18:12:30 UTC (rev 1693)
@@ -33,7 +33,7 @@
 	for dir in $(wildcard blackdown-j2*) $(wildcard sun-j2*) $(wildcard ibm-j2*); do \
 		cp -a $$dir $(B)/usr/share/java-package/; \
 	done
-	find $(B) -type d -name CVS | xargs -r rm -r
+	find $(B) -type d -name .svn | xargs -r rm -r
 
 # Generate SUPPORTED
 	echo "java-package currently supports the following binary packages:" > SUPPORTED




More information about the pkg-java-commits mailing list