Package: hunspell-en-us,hunspell-en-ca,hunspell-en-au
Version: 1:2017.08.24
Severity: important
Tags: patch

Hi Don,

hunspell-en-us | 1:2017.08.24      | testing            | all
hunspell-en-us | 1:2017.08.24      | unstable           | all

looks very wrong compares to

wamerican  | 2017.08.24-1  | testing            | all
wamerican  | 2017.08.24-1  | unstable           | all

out of the same source.

Yes, I know it was my patch (mea culpa), but the gencontrol call is simply
wrong and will break if any time one needed a update to the 2017.08.24
version...

No idea why I used DEB_VERSION_UPSTREAM (maybe I thought we need
to special-case more things), but of course DEB_VERSION would be right:

diff -Nru scowl-2017.08.24/debian/rules scowl-2017.08.24/debian/rules
--- scowl-2017.08.24/debian/rules       2017-10-20 21:09:03.000000000 +0200
+++ scowl-2017.08.24/debian/rules       2017-12-21 11:58:19.000000000 +0100
@@ -135,7 +135,7 @@

 override_dh_gencontrol:
        dh_gencontrol -Nhunspell-en-us -Nhunspell-en-au -Nhunspell-en-ca
-       dh_gencontrol -phunspell-en-us -phunspell-en-au -phunspell-en-ca -- 
-v1:$(DEB_VERSION_UPSTREAM)
+       dh_gencontrol -phunspell-en-us -phunspell-en-au -phunspell-en-ca -- 
-v1:$(DEB_VERSION)


 WORDLIST=$(shell echo $(*)|sed -re 's/^w([a-z]*)(-*[a-z]*)/\1-english\2/')

Regards,

Rene

Reply via email to