Source: link-grammar
Version: 4.7.4-2
Severity: normal

liblink-grammar4-java is not built on newer architectures (armhf,
arm64, ppc64el). There is no reason why not so the attached patch
enables these.

It also disables java for the not-existing-for-many-years old 'arm'
architecture, so I've removed that too.

In fact the only arches for which java is now disabled are hppa and
alpha, both of which are now retired from released debian, so it might
be best to just set this to 'any'. They do still exist in debian ports
though, so they if they still don't have working java ports this might
still make sense. I'm not sure if you can now use !hppa !alpha to
correctly express that it's nobbled on a couple of ports, but
everything else would work by default.

Anyway patch attached. I will include this in the NMU that is coming
soon.

-- System Information:
Debian Release: 7.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u link-grammar-4.7.4/debian/control link-grammar-4.7.4/debian/control
--- link-grammar-4.7.4/debian/control
+++ link-grammar-4.7.4/debian/control
@@ -2,7 +2,7 @@
 Section: text
 Priority: optional
 Maintainer: Ken Bloom <kbl...@gmail.com>
-Build-Depends: debhelper (>= 7.0.0), cdbs, default-jdk [!hppa !alpha !arm], fastjar [!hppa !alpha !arm], ant [!hppa !alpha !arm], libaspell-dev, libhunspell-dev
+Build-Depends: debhelper (>= 7.0.0), cdbs, default-jdk [!hppa !alpha], fastjar [!hppa !alpha], ant [!hppa !alpha], libaspell-dev, libhunspell-dev
 Standards-Version: 3.9.2
 Homepage: http://www.abisource.com/projects/link-grammar/
 Vcs-Browser: http://git.debian.org/?p=collab-maint/link-grammar.git
@@ -70,7 +69,7 @@
  This package contains the header files and static libraries
 
 Package: liblink-grammar4-java
-Architecture: amd64 armel hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 m68k mips mipsel powerpc s390 sparc
+Architecture: amd64 armhf arm64 armel hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 m68k mips mipsel powerpc ppc64el s390 sparc
 Section: java
 Depends: ${shlibs:Depends}, liblink-grammar4, ${misc:Depends}
 Description: Carnegie Mellon University's link grammar parser (JNI library)
@@ -87,7 +86,7 @@
  retrieval or extraction from natural language documents. It can also be 
  used as a grammar checker.
  .
- This package a Java JNI library for using link-grammar from your java
+ This package contains a Java JNI library for using link-grammar from your java
  applications.
 
 Package: link-grammar-dictionaries-en
diff -u link-grammar-4.7.4/debian/changelog link-grammar-4.7.4/debian/changelog
--- link-grammar-4.7.4/debian/changelog
+++ link-grammar-4.7.4/debian/changelog
@@ -1,3 +1,11 @@
+link-grammar (4.7.4-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix typo in package description (Closes: 698587)
+  * Update architectures for java JNI build.
+
+ -- Wookey <woo...@debian.org>  Sun, 31 May 2015 14:22:39 +0000
+
 link-grammar (4.7.4-2) unstable; urgency=low
 
   * Update homepage (Closes: #618610)

Reply via email to