[ecj] 50/145: Import Debian changes 3.5.1-1+armhf
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Mar 27 23:11:27 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 f45336fa381e49d8d84992d708192e5e484b3487
Author: Konstantinos Margaritis <markos at genesi-usa.com>
Date: Thu Nov 11 19:42:43 2010 +0000
Import Debian changes 3.5.1-1+armhf
ecj (3.5.1-1+armhf) unreleased; urgency=low
* Added armhf to ecj1 arch list
---
debian/changelog | 6 ++++++
debian/control | 4 ++--
debian/rules | 2 +-
3 files changed, 9 insertions(+), 3 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..61f23e7 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 armhf], 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
+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..d4d634a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ 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
--
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