Author: twerner
Date: 2010-08-23 20:13:05 +0000 (Mon, 23 Aug 2010)
New Revision: 12931

Modified:
   trunk/java-common/debian/changelog
   trunk/java-common/debian/rules
Log:
* Add an epoch to the arch any packages because we downgrade them from 1.6-*
  to 1.5-* on mips.
  - This fixes the last upload on this architecture.
  - Set urgency to medium.

Modified: trunk/java-common/debian/changelog
===================================================================
--- trunk/java-common/debian/changelog  2010-08-23 13:34:00 UTC (rev 12930)
+++ trunk/java-common/debian/changelog  2010-08-23 20:13:05 UTC (rev 12931)
@@ -1,10 +1,17 @@
-java-common (0.40) UNRELEASED; urgency=low
+java-common (0.40) unstable; urgency=medium
 
+  [ Niels Thykier ]
   * Make openjdk-6 default on powerpcspe (Closes: #593627).
     - Thanks to Sebastian Andrzej Siewior.
 
- -- Niels Thykier <[email protected]>  Sun, 22 Aug 2010 16:50:31 +0200
+  [ Torsten Werner ]
+  * Add an epoch to the arch any packages because we downgrade them from 1.6-*
+    to 1.5-* on mips.
+    - This fixes the last upload on this architecture.
+    - Set urgency to medium.
 
+ -- Torsten Werner <[email protected]>  Mon, 23 Aug 2010 22:01:54 +0200
+
 java-common (0.39) unstable; urgency=low
 
   * Change default-jdk/jre(-headless) back to gcj on the mips architecture

Modified: trunk/java-common/debian/rules
===================================================================
--- trunk/java-common/debian/rules      2010-08-23 13:34:00 UTC (rev 12930)
+++ trunk/java-common/debian/rules      2010-08-23 20:13:05 UTC (rev 12931)
@@ -22,7 +22,7 @@
 v_jre          =
 v_jdk          = $(v_jre)
 provides       = java java2 java5
-dversion       = 1.5-$(jrel)
+dversion       = 1:1.5-$(jrel)
 jvmdir         = java-gcj
 
 ifneq (,$(filter $(DEB_HOST_ARCH), alpha amd64 armel i386 ia64 lpia mipsel 
powerpc powerpcspe s390 sparc sh4))
@@ -33,7 +33,7 @@
   v_jre                = $(S)(>= 6b14)
   v_jdk                = $(v_jre)
   provides     = java java2 java5 java6
-  dversion     = 1.6-$(jrel)
+  dversion     = 1:1.6-$(jrel)
   jvmdir       = java-6-openjdk
 endif
 


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to