r2217 - trunk/java-package/debian

Barry Hawkins barryh-guest at costa.debian.org
Mon Jun 26 15:27:30 UTC 2006


Author: barryh-guest
Date: 2006-06-26 15:27:29 +0000 (Mon, 26 Jun 2006)
New Revision: 2217

Modified:
   trunk/java-package/debian/changelog
   trunk/java-package/debian/control
Log:
Changes to close out bug #370002

Modified: trunk/java-package/debian/changelog
===================================================================
--- trunk/java-package/debian/changelog	2006-06-23 15:44:33 UTC (rev 2216)
+++ trunk/java-package/debian/changelog	2006-06-26 15:27:29 UTC (rev 2217)
@@ -1,10 +1,11 @@
 java-package (0.28) unstable; urgency=low
 
   * Modified to reflect migration to Subversion
-  * Updated standards to version 3.7.2
+  * Bumped standards to version 3.7.2, no changes
   * Corrected test for AMD64 architecture during plug-in detection
   * Corrected detected version for IBM Java 5 JDK on AMD64 (Closes: #345775)
-  * Repaired alternatives handling for IBM JREs and JDKs (Closes: #338569)
+  * Repaired alternatives handling for IBM Java 5 JREs and JDKs
+    (Closes: #338569)
   * Corrected pathing for alternatives installation for Mozilla and
     Firefox plugins (Closes: #341751)
   * Relaxed architectural restrictions on plugin alternative 
@@ -17,8 +18,10 @@
     (Closes: #342623)
   * Refactored architecture evaluation to eliminate repetition and
     evaluate DEB_BUILD_GNU_TYPE correctly for i486-linux-gnu
+  * Removed dependency on 'coreutils | stat' from control file, as
+    the dependency is satisfied within essential (Closes: #370002)
 
- -- Barry Hawkins <barry at alltc.com>  Fri, 05 May 2006 22:49:38 -0400
+ -- Barry Hawkins <barry at alltc.com>  Mon, 26 Jun 2006 11:19:08 -0400
 
 java-package (0.27) unstable; urgency=low
 

Modified: trunk/java-package/debian/control
===================================================================
--- trunk/java-package/debian/control	2006-06-23 15:44:33 UTC (rev 2216)
+++ trunk/java-package/debian/control	2006-06-26 15:27:29 UTC (rev 2217)
@@ -8,7 +8,7 @@
 
 Package: java-package
 Architecture: all
-Depends: debhelper, fakeroot, coreutils | stat, unzip
+Depends: debhelper, fakeroot, unzip
 Description: utility for building Java(TM) 2 related Debian packages
  This package provides the capability to create a debian package from
  a Java(TM) 2 distribution by just running make-jpkg <filename>.




More information about the pkg-java-commits mailing list