tags 683519 + pending
thanks

Dear maintainer,

I've prepared an NMU for bytecode (versioned as 0.92.svn.20090106-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Mark Knopfler: The Last Laugh
diff -u bytecode-0.92.svn.20090106/debian/control bytecode-0.92.svn.20090106/debian/control
--- bytecode-0.92.svn.20090106/debian/control
+++ bytecode-0.92.svn.20090106/debian/control
@@ -2,14 +2,14 @@
 Section: devel
 Priority: optional
 Maintainer: Steffen Moeller <moel...@debian.org>
-Build-Depends: debhelper (>= 4.0.0), openjdk-6-jdk|sun-java5-jdk|sun-java6-jdk|java2-compiler, quilt, junit, ant
+Build-Depends: debhelper (>= 4.0.0), default-jdk, quilt, junit, ant
 Standards-Version: 3.8.0
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-escience/bytecode/trunk/
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-escience/bytecode/
 
 Package: libbytecode-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, openjdk-6-jre|sun-java5-jre|sun-java6-jre|java2-runtime 
+Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre | java2-runtime 
 Description: Java bytecode manipulation library
  The library presents itself as a collection of routines to manipulate Java
  bytecode. It allows for the dynamic creation of Java class files without
diff -u bytecode-0.92.svn.20090106/debian/changelog bytecode-0.92.svn.20090106/debian/changelog
--- bytecode-0.92.svn.20090106/debian/changelog
+++ bytecode-0.92.svn.20090106/debian/changelog
@@ -1,3 +1,16 @@
+bytecode (0.92.svn.20090106-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "Transition package to default java implementation"
+    Transition package to default java implementation:
+    - d/control: BD on default-java only, switch runtime dependency
+      to default-jre | java6-runtime.
+    - d/rules: Set source/target = 1.5 to ensure bytecode is backwards
+      compatible.
+    (Closes: #683519)
+
+ -- gregor herrmann <gre...@debian.org>  Tue, 21 May 2013 21:21:08 +0200
+
 bytecode (0.92.svn.20090106-1) unstable; urgency=low
 
   * Updated copyright information (LGPL version 2.1).
diff -u bytecode-0.92.svn.20090106/debian/rules bytecode-0.92.svn.20090106/debian/rules
--- bytecode-0.92.svn.20090106/debian/rules
+++ bytecode-0.92.svn.20090106/debian/rules
@@ -20,7 +20,7 @@
 	dh_testdir
 	if [ ! -d demos ]; then mkdir demos; fi
 	if [ ! -d resources ]; then mkdir resources; fi
-	$(MAKE) dist
+	$(MAKE) -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 dist
 	touch build-stamp
 
 clean: unpatch

Attachment: signature.asc
Description: Digital signature

Reply via email to