tags 598619 + patch
tags 598619 + pending
thanks

Dear maintainer,

I've prepared an NMU for x11vnc (versioned as 0.9.10-1.1) and
uploaded it to DELAYED/2, as suggested in section 5.11.1 of the
Developer's Reference. Please feel free to tell me if I should
delay it longer.

This will now only rebuild the jars when x11vnc-data is being
built, so the buildds will not require openjdk-6.

Regards,

diff -Nru x11vnc-0.9.10/debian/changelog x11vnc-0.9.10/debian/changelog
--- x11vnc-0.9.10/debian/changelog      2010-06-14 11:28:54.000000000 +0100
+++ x11vnc-0.9.10/debian/changelog      2010-10-17 23:52:19.000000000 +0100
@@ -1,3 +1,12 @@
+x11vnc (0.9.10-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control: B-D-I on openjdk-6-jdk rather than B-D on default-jdk.
+  * debian/rules: Rebuild jars only when building x11vnc-data rather than
+    trying to exclude particular arches. (Closes: #598619)
+
+ -- Tim Retout <dioc...@debian.org>  Sun, 17 Oct 2010 23:28:38 +0100
+
 x11vnc (0.9.10-1) unstable; urgency=low
 
   * New upstream release:
diff -Nru x11vnc-0.9.10/debian/control x11vnc-0.9.10/debian/control
--- x11vnc-0.9.10/debian/control        2010-06-14 10:36:06.000000000 +0100
+++ x11vnc-0.9.10/debian/control        2010-10-17 22:49:39.000000000 +0100
@@ -2,10 +2,11 @@
 Section: x11
 Priority: optional
 Maintainer: Fathi Boudra <f...@debian.org>
-Build-Depends: debhelper (>= 7.4.15), chrpath, automake, libtool, default-jdk,
+Build-Depends: debhelper (>= 7.4.15), chrpath, automake, libtool,
  libavahi-client-dev, libssl-dev, libvncserver-dev (>= 0.9.7),
  libxdamage-dev, libxext-dev, libxfixes-dev, libxinerama-dev, libxrandr-dev,
  libxss-dev, libxtst-dev
+Build-Depends-Indep: openjdk-6-jdk
 Standards-Version: 3.8.4
 Homepage: http://www.karlrunge.com/x11vnc/
 
diff -Nru x11vnc-0.9.10/debian/rules x11vnc-0.9.10/debian/rules
--- x11vnc-0.9.10/debian/rules  2010-06-14 11:21:04.000000000 +0100
+++ x11vnc-0.9.10/debian/rules  2010-10-17 23:18:02.000000000 +0100
@@ -8,11 +8,9 @@
        autoheader
        automake --add-missing --copy
        autoconf
-ifeq ($(DEB_HOST_ARCH_OS),linux)
-  ifneq ($(DEB_HOST_ARCH),hppa)
+ifneq (,$(findstring x11vnc-data, $(shell dh_listpackages)))
        $(MAKE) -C classes/ssl/src update_jars
        $(MAKE) -C classes/ssl/src clean
-  endif
 endif
        dh_auto_configure -- --with-system-libvncserver
 



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to