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

doko at alioth.debian.org doko at alioth.debian.org
Sun Feb 1 12:53:33 UTC 2009


Author: doko
Date: 2009-02-01 12:53:33 +0000 (Sun, 01 Feb 2009)
New Revision: 7915

Modified:
   trunk/gjdoc/debian/changelog
   trunk/gjdoc/debian/rules
Log:
gjdoc (0.7.9-2) unstable; urgency=low

  * Build on alpha again. Closes: #454807.

 -- Matthias Klose <doko at debian.org>  Sun, 01 Feb 2009 11:37:43 +0100


Modified: trunk/gjdoc/debian/changelog
===================================================================
--- trunk/gjdoc/debian/changelog	2009-02-01 11:59:06 UTC (rev 7914)
+++ trunk/gjdoc/debian/changelog	2009-02-01 12:53:33 UTC (rev 7915)
@@ -1,3 +1,9 @@
+gjdoc (0.7.9-2) unstable; urgency=low
+
+  * Build on alpha again. Closes: #454807.
+
+ -- Matthias Klose <doko at debian.org>  Sun, 01 Feb 2009 11:37:43 +0100
+
 gjdoc (0.7.9-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/gjdoc/debian/rules
===================================================================
--- trunk/gjdoc/debian/rules	2009-02-01 11:59:06 UTC (rev 7914)
+++ trunk/gjdoc/debian/rules	2009-02-01 12:53:33 UTC (rev 7915)
@@ -7,17 +7,10 @@
 VERSION := $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-)
 DH_JAVADOC_VER = "0.1"
 
-ifeq (,$(filter $(DEB_HOST_ARCH), alpha))
-  GCC_VERSION   = 4.3
-  LIBGCJ_EXT    = 9
-  LIBGCJ_SOVER  = 90
-  REQ_VERSION   = 4.3
-else
-  GCC_VERSION   = 4.1
-  LIBGCJ_EXT    = 7
-  LIBGCJ_SOVER  = 71
-  REQ_VERSION   = 4.1.2-3
-endif
+GCC_VERSION   = 4.3
+LIBGCJ_EXT    = 9
+LIBGCJ_SOVER  = 90
+REQ_VERSION   = 4.3
 
 GCJ = gcj-$(GCC_VERSION)
 GCJSUBDIR = /usr/lib/gcj-$(GCC_VERSION)-$(LIBGCJ_SOVER)
@@ -40,7 +33,7 @@
 DEB_CONFIGURE_USER_FLAGS = --disable-native --enable-xmldoclet
 
 build-native-stamp:
-ifneq (,$(findstring $(DEB_HOST_ARCH),alpha arm hppa))
+ifneq (,$(findstring $(DEB_HOST_ARCH),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




More information about the pkg-java-commits mailing list