tags 346410 - wontfix
tags 346410 + patch
stop
Hi,
On Thu, Jun 22, 2006, Brian Nelson wrote:
> tags 346410 wontfix
(Would be nice to send a rationale to the submitter when a bug reaches
its final state on your side.)
Please apply the proposed patch; it makes lintian bark, but it's
lintian being overzealous, it should probably exclude /var too.
Please let me know if you want me to upload the proposed changes.
Bye,
--
Loïc Minier <[EMAIL PROTECTED]>
--- aspell-en-6.0-0/debian/changelog
+++ aspell-en-6.0-0/debian/changelog
@@ -1,3 +1,10 @@
+aspell-en (6.0-0-5.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Exclude /var/lib/aspell from dh_md5sums. closes: #324111, #346410, #374949
+
+ -- Loic Minier <[EMAIL PROTECTED]> Wed, 27 Sep 2006 22:00:28 +0200
+
aspell-en (6.0-0-5) unstable; urgency=low
* Converted to use aspell-autobuildhash to build the dictionary hashes
--- aspell-en-6.0-0/debian/rules
+++ aspell-en-6.0-0/debian/rules
@@ -7,6 +7,8 @@
DICT_LANG := en
+DEB_DH_MD5SUMS_ARGS += -Xvar/lib/aspell
+
install/aspell-$(DICT_LANG)::
for f in *.cwl; do \
gzip -9 -c "$$f" > "$(DEB_DESTDIR)/usr/share/aspell/"$$f".gz"; \