[ecj] 25/37: Imported Debian patch 3.5.1-1+armhf
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Jun 25 23:35:12 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 c880c712c8946592c8695aa0c38ca3b7fd526e08
Author: Konstantinos Margaritis <markos at genesi-usa.com>
Date: Thu Nov 11 19:42:43 2010 +0000
Imported Debian patch 3.5.1-1+armhf
---
debian/changelog | 6 ++++++
debian/control | 4 ++--
debian/rules | 4 ++--
3 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 985b13d..61d9c94 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ecj (3.5.1-1+armhf) unreleased; urgency=low
+
+ * Added armhf to ecj1 arch list
+
+ -- Konstantinos Margaritis <markos at genesi-usa.com> Thu, 11 Nov 2010 19:42:43 +0000
+
ecj (3.5.1-1) unstable; urgency=low
* Update to the final 3.5.1 release.
diff --git a/debian/control b/debian/control
index de39efb..c5645e7 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],
+ libecj-java (>= 3.3.0+0728) [arm], unzip [arm armhf],
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
+Architecture: alpha arm armel armhf
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 bbbe938..5b7aa75 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))
+ifneq (,$(filter $(DEB_HOST_ARCH), arm armel armhf))
with_rebuild := no
endif
-ifneq (,$(filter $(DEB_HOST_ARCH), arm))
+ifneq (,$(filter $(DEB_HOST_ARCH), arm armhf))
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