Package: link-grammar Version: 4.7.4-2 Severity: normal Tags: patch pending
Dear maintainer, I've prepared an NMU for link-grammar (versioned as 4.7.4-2.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. I was primarily fixing 765232 and 765024 (need to update configurey for new architectures), but also fixed a couple of other things I found whilst looking. I hope that's OK. The other fixes are: * Remove obsolete Dm-Upload-Allowed field which is now complained-about by dpkg. * Enable the java package on armhf, arm64 and ppc64el, presumably all arches that have peeared since this package was last given much attention. Also removed mention of long-removed 'arm' architecture. I filed a bug with separate patch in case you wanted to do somethig different: 788506 I also fixed the typo from 698587 I responded in 765024 on whythis upload doesn't include a proper dh-autoreconf. That bug should stay open in case anyone wnats to come back to this. It builds OK using the patch in that bug, but I'm not certain that everything is correct. I decided it was a bit risky/invasive for an NMU. The ppc64el people may need that bug fixed - I'm not sure that the simple autotools-dev fix will work for that arch. as stated there I'm happy to upload that version and see what happens if you are. Regards. Wookey -- http://wookware.org/
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,12 +2,11 @@ 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, autotools-dev, 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 Vcs-Git: git://git.debian.org/git/collab-maint/link-grammar.git -DM-Upload-Allowed: yes Package: link-grammar Architecture: any @@ -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,13 @@ +link-grammar (4.7.4-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Use autotools-dev to support newer architectures (Closes: 765232) + * Fix typo in package description (Closes: 698587) + * Update architectures for java JNI build. (Closes: 788506) + * Remove obsolete Dm-Upload-Allowed field + + -- 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)