[pkg-java] r6243 - trunk/gjdoc/debian

doko at alioth.debian.org doko at alioth.debian.org
Thu Apr 24 11:03:37 UTC 2008


Author: doko
Date: 2008-04-24 11:03:36 +0000 (Thu, 24 Apr 2008)
New Revision: 6243

Modified:
   trunk/gjdoc/debian/changelog
   trunk/gjdoc/debian/control
   trunk/gjdoc/debian/rules
Log:
* Don't build on alpha, arm, hppa.


Modified: trunk/gjdoc/debian/changelog
===================================================================
--- trunk/gjdoc/debian/changelog	2008-04-23 18:30:20 UTC (rev 6242)
+++ trunk/gjdoc/debian/changelog	2008-04-24 11:03:36 UTC (rev 6243)
@@ -1,3 +1,9 @@
+gjdoc (0.7.8-10) unstable; urgency=low
+
+  * Don't build on alpha, arm, hppa.
+
+ -- Matthias Klose <doko at debian.org>  Wed, 09 Apr 2008 02:32:24 +0200
+
 gjdoc (0.7.8-9) unstable; urgency=low
 
   * Added com.sun.tools.javadoc.Main class. Closes: #465389.

Modified: trunk/gjdoc/debian/control
===================================================================
--- trunk/gjdoc/debian/control	2008-04-23 18:30:20 UTC (rev 6242)
+++ trunk/gjdoc/debian/control	2008-04-24 11:03:36 UTC (rev 6243)
@@ -4,8 +4,8 @@
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Mark Howard <mh at debian.org>, Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>, Matthias Klose <doko at debian.org>
 Build-Depends: debhelper (>> 5), cdbs,
- gcj-4.3 (>= 4.2.1-3) [!alpha], gcj-4.1 (>= 4.1.2) [alpha],
- libgcj-bc (>= 4.2.1-2) [!alpha], libgcj-bc (>= 4.1.2) [alpha],
+ gcj-4.3 (>= 4.2.1-3),
+ libgcj-bc (>= 4.2.1-2),
  fastjar, antlr (>= 2.7.1), texlive-latex-base, perl, python, time, sharutils
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/gjdoc

Modified: trunk/gjdoc/debian/rules
===================================================================
--- trunk/gjdoc/debian/rules	2008-04-23 18:30:20 UTC (rev 6242)
+++ trunk/gjdoc/debian/rules	2008-04-24 11:03:36 UTC (rev 6243)
@@ -40,6 +40,13 @@
 DEB_CONFIGURE_USER_FLAGS = --disable-native --enable-xmldoclet
 
 build-native-stamp:
+ifneq (,$(findstring $(DEB_HOST_ARCH),alpha arm hppa))
+	@echo 'gjdoc is not built anymore on this architecture.'
+	@echo 'People insist on 100% compatible packages without providing any help.'
+	@echo 'The porter lists are quiet on the topic of better gij/gcj support for
+	@echo 'these architectures.'
+	false
+endif
 	rm -rf build-native
 	mkdir -p build-native
 ifeq ($(with_gcj_native),yes)




More information about the pkg-java-commits mailing list