[ecj] 26/37: Imported Debian patch 3.5.1-1+sh4
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Jun 25 23:35:13 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository ecj.
commit d25aba36056f7b70af2435734b7592a7072aa654
Author: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
Date: Tue Dec 15 21:13:31 2009 +0000
Imported Debian patch 3.5.1-1+sh4
---
debian/changelog | 6 +++---
debian/control | 4 ++--
debian/rules | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 61d9c94..72bf28f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-ecj (3.5.1-1+armhf) unreleased; urgency=low
+ecj (3.5.1-1+sh4) unreleased; urgency=low
- * Added armhf to ecj1 arch list
+ * sh4 bootstrap
- -- Konstantinos Margaritis <markos at genesi-usa.com> Thu, 11 Nov 2010 19:42:43 +0000
+ -- Nobuhiro Iwamatsu <iwamatsu at nigauri.org> Tue, 15 Dec 2009 21:13:31 +0000
ecj (3.5.1-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index c5645e7..de39efb 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Jerry Haltom <wasabi at larvalstage.net>, Michael Koch <konqueror at gmx.de
Build-Depends: cdbs (>= 0.4.26), debhelper (>= 5),
gcj-4.4-jdk,
libgcj-bc (>= 4.3.3-1),
- libecj-java (>= 3.3.0+0728) [arm], unzip [arm armhf],
+ libecj-java (>= 3.3.0+0728) [arm], unzip [arm],
fastjar, ant, zip, dpkg (>= 1.13.19), python, time
Build-Conflicts: ecj-bootstrap-gcj (<< 3.2.2)
Standards-Version: 3.8.3
@@ -47,7 +47,7 @@ Description: Eclipse Java compiler (native library)
This package contains a native version of libecj-java built using gcj.
Package: ecj1
-Architecture: alpha arm armel armhf
+Architecture: alpha arm armel
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: java byte code compiler used by gcj
This package provides a standalone version of the java byte code compiler
diff --git a/debian/rules b/debian/rules
index 5b7aa75..bbbe938 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,11 +21,11 @@ with_native := yes
with_rebuild := yes
with_sourcebuild := yes
-ifneq (,$(filter $(DEB_HOST_ARCH), arm armel armhf))
+ifneq (,$(filter $(DEB_HOST_ARCH), arm armel))
with_rebuild := no
endif
-ifneq (,$(filter $(DEB_HOST_ARCH), arm armhf))
+ifneq (,$(filter $(DEB_HOST_ARCH), arm))
with_sourcebuild := no
endif
--
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