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 <[email protected]> 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 <[email protected]> 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

