Hi, I've just uploaded an NMU fpr aspell-en to unstable, using the current upstream version. The attached patch contains my changes to the debian directory.
Regards, Tobias
diff --git a/debian/changelog b/debian/changelog index 735a169..4b2fdc1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +aspell-en (2016.01.19-0-0.1) unstable; urgency=medium + + * Non-Maintainer Upload. + * Imported Upstream version 2016.01.19-0. Closes: #778495 + - Adds "netbook". Closes: #688648 + + -- Dr. Tobias Quathamer <to...@debian.org> Wed, 15 Jun 2016 20:59:08 +0200 + aspell-en (7.1-0-1.1) unstable; urgency=low * Non-Maintainer Upload. @@ -125,4 +133,3 @@ aspell-en (0.51-0-1) unstable; urgency=low * New release uses all new formats. (Closes: #161442) -- Brian Nelson <nel...@bignachos.com> Sat, 4 Jan 2003 11:11:46 -0500 - diff --git a/debian/rules b/debian/rules index 2a1060d..67ac205 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ DEB_DH_MD5SUMS_ARGS += -Xvar/lib/aspell makebuilddir/aspell-en:: extrawords-stamp extrawords-stamp: - mv en-common.cwl en-common.cwl.orig && (prezip-bin -d < en-common.cwl.orig ; cat debian/extrawords.txt) | LANG=C sort | prezip-bin -z > en-common.cwl + mv en-common.cwl en-common.cwl.orig && (prezip-bin -d < en-common.cwl.orig ; cat debian/extrawords.txt) | LC_COLLATE=C sort -u | prezip-bin -z > en-common.cwl touch extrawords-stamp cleanbuilddir/aspell-en:: @@ -21,7 +21,7 @@ cleanbuilddir/aspell-en:: install/aspell-$(DICT_LANG):: for f in *.cwl; do \ - gzip -9 -c "$$f" > "$(DEB_DESTDIR)/usr/share/aspell/"$$f".gz"; \ + gzip -9 -n -c "$$f" > "$(DEB_DESTDIR)/usr/share/aspell/"$$f".gz"; \ WL=`echo $$f | sed 's/\.cwl$$//'`; \ touch "$(DEB_DESTDIR)/var/lib/aspell/$$WL.rws"; \ dh_link "var/lib/aspell/$$WL.rws" "usr/lib/aspell/$$WL.rws"; \
signature.asc
Description: OpenPGP digital signature