[ecj] 40/145: Import Debian changes 3.3.0+0728-8

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Mar 27 23:11:26 BST 2018


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository ecj.

commit f09122e567bce4d496604ed613fd1e293a499a85
Author: Matthias Klose <doko at debian.org>
Date:   Thu Jan 24 19:58:40 2008 +0100

    Import Debian changes 3.3.0+0728-8
    
    ecj (3.3.0+0728-8) unstable; urgency=low
    
      * Fix build failure on alpha.
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e1d36ea..f842201 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ecj (3.3.0+0728-8) unstable; urgency=low
+
+  * Fix build failure on alpha.
+
+ -- Matthias Klose <doko at debian.org>  Thu, 24 Jan 2008 19:58:40 +0100
+
 ecj (3.3.0+0728-7) unstable; urgency=low
 
   * Build using gcj-4.3 on all archs but alpha.
diff --git a/debian/rules b/debian/rules
index 5cba846..b39f424 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-ifeq (,$(filter $(DEB_HOST_ARCH), m68k))
+ifeq (,$(filter $(DEB_HOST_ARCH), alpha))
   GCC_VERSION   = 4.3
   LIBGCJ_EXT    = 9
   LIBGCJ_SOVER	= 90

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ecj.git



More information about the pkg-java-commits mailing list