This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository java-gnome.
commit 4e07af230fb90cd5de52d3b0c508dad1d6ec8168 Author: Onkar Shinde <[email protected]> Date: Mon Sep 21 20:06:40 2009 +0530 Imported Debian patch 4.0.13-3 --- debian/changelog | 11 +++++++++++ debian/control | 1 + debian/rules | 3 +++ 3 files changed, 15 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0bad914..1e79480 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +java-gnome (4.0.13-3) unstable; urgency=low + + * debian/rules + - Do not build docs on anything other than i386, amd64, powerpc. + Fixes FTBFS on Debian as well as Ubuntu buildd. + * debian/control + - Add 'DM-Upload-Allowed: yes' so that I can upload the package when I + become DM. :-) + + -- Onkar Shinde <[email protected]> Mon, 21 Sep 2009 20:06:40 +0530 + java-gnome (4.0.13-2) unstable; urgency=low * debian/patches/01_take_screenshots.diff diff --git a/debian/control b/debian/control index 5e3863a..0607d77 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Section: java Homepage: http://java-gnome.sourceforge.net/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/java-gnome Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/java-gnome +DM-Upload-Allowed: yes Package: libjava-gnome-java Architecture: all diff --git a/debian/rules b/debian/rules index 63ad624..3c6e028 100755 --- a/debian/rules +++ b/debian/rules @@ -5,8 +5,11 @@ include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/patchsys-quilt.mk DEB_CONFIGURE_EXTRA_FLAGS += --libdir=/usr/lib/jni jdk=/usr/lib/jvm/default-java + +ifneq (,$(filter $(DEB_HOST_ARCH), i386 amd64 powerpc)) DEB_MAKE_ENVVARS += DISPLAY=":99" DEB_MAKE_BUILD_TARGET += doc +endif get-orig-source: uscan --force-download --rename -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-gnome.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

