Package: norwegian
Version: 2.0.10-3
Severity: normal
Tags: patch
Dear maintainer,
I've prepared an NMU for norwegian (versioned as 2.0.10-3.1) and
uploaded it. I know you claim since weeks that you fixed it and have
a upload ready and just need to do the upload but I don't believe you
anymore, if you had you actually could have already ran dput. If you
have, ok, but we shouldn't wait any longer to get this transition done.
Grüße/Regards,
Rene
diff -u norwegian-2.0.10/Makefile norwegian-2.0.10/Makefile
--- norwegian-2.0.10/Makefile
+++ norwegian-2.0.10/Makefile
@@ -16,7 +16,9 @@
docdir = $(sharedir)/doc/$(PACKAGE)
wordsdir = $(sharedir)/dict
ispelldir = $(libdir)/ispell
-myspelldir = $(sharedir)/myspell/dicts
+myspelldir = $(sharedir)/hunspell
+hyphendir = $(sharedir)/hyphen
+thesdir = $(sharedir)/mythes
aspelldir = $(libdir)/aspell
# Make sure we work with a known locale setting.
@@ -749,27 +751,27 @@
$(INSTALL_DATA) nb_NO.myaff $(DESTDIR)$(myspelldir)/nb_NO.aff
install-myspell-thes1-nb: $(TH_NB1).idx
- $(INSTALL) -d $(DESTDIR)$(myspelldir)/
- $(INSTALL_DATA) $(TH_NB1).dat $(DESTDIR)$(myspelldir)/$(TH_NB1).dat
- $(INSTALL_DATA) $(TH_NB1).idx $(DESTDIR)$(myspelldir)/$(TH_NB1).idx
+ $(INSTALL) -d $(DESTDIR)$(thesdir)/
+ $(INSTALL_DATA) $(TH_NB1).dat $(DESTDIR)$(thesdir)/$(TH_NB1).dat
+ $(INSTALL_DATA) $(TH_NB1).idx $(DESTDIR)$(thesdir)/$(TH_NB1).idx
# Need to be done after the package installation
- @echo "remember to add $(TH_NB1_DICT) to $(DESTDIR)$(myspelldir)/dictionary.lst"
+ @echo "remember to add $(TH_NB1_DICT) to $(DESTDIR)$(thesdir)/dictionary.lst"
install-myspell-thes1-nn: $(TH_NN1).idx
- $(INSTALL) -d $(DESTDIR)$(myspelldir)/
- $(INSTALL_DATA) $(TH_NN1).dat $(DESTDIR)$(myspelldir)/$(TH_NN1).dat
- $(INSTALL_DATA) $(TH_NN1).idx $(DESTDIR)$(myspelldir)/$(TH_NN1).idx
+ $(INSTALL) -d $(DESTDIR)$(thesdir)/
+ $(INSTALL_DATA) $(TH_NN1).dat $(DESTDIR)$(thesdir)/$(TH_NN1).dat
+ $(INSTALL_DATA) $(TH_NN1).idx $(DESTDIR)$(thesdir)/$(TH_NN1).idx
# Need to be done after the package installation
- @echo "remember to add $(TH_NN1_DICT) to $(DESTDIR)$(myspelldir)/dictionary.lst"
+ @echo "remember to add $(TH_NN1_DICT) to $(DESTDIR)$(thesdir)/dictionary.lst"
install-myspell-thes2-nb: $(TH_NB2).idx
- $(INSTALL) -d $(DESTDIR)$(myspelldir)/
- $(INSTALL_DATA) $(TH_NB2).dat $(DESTDIR)$(myspelldir)/$(TH_NB2).dat
- $(INSTALL_DATA) $(TH_NB2).idx $(DESTDIR)$(myspelldir)/$(TH_NB2).idx
+ $(INSTALL) -d $(DESTDIR)$(thesdir)/
+ $(INSTALL_DATA) $(TH_NB2).dat $(DESTDIR)$(thesdir)/$(TH_NB2).dat
+ $(INSTALL_DATA) $(TH_NB2).idx $(DESTDIR)$(thesdir)/$(TH_NB2).idx
install-myspell-thes2-nn: $(TH_NN2).idx
- $(INSTALL) -d $(DESTDIR)$(myspelldir)/
- $(INSTALL_DATA) $(TH_NN2).dat $(DESTDIR)$(myspelldir)/$(TH_NN2).dat
- $(INSTALL_DATA) $(TH_NN2).idx $(DESTDIR)$(myspelldir)/$(TH_NN2).idx
+ $(INSTALL) -d $(DESTDIR)$(thesdir)/
+ $(INSTALL_DATA) $(TH_NN2).dat $(DESTDIR)$(thesdir)/$(TH_NN2).dat
+ $(INSTALL_DATA) $(TH_NN2).idx $(DESTDIR)$(thesdir)/$(TH_NN2).idx
# Remove hyphenation{} block, as it is unsupported by OpenOffice.org as far as I
# know. Convert and document charset.
@@ -792,9 +794,9 @@
) > $@
install-myspell-hyph-nb: hyph_no_NO.dic
- $(INSTALL) -d $(DESTDIR)$(myspelldir)/
- $(INSTALL_DATA) hyph_no_NO.dic $(DESTDIR)$(myspelldir)/hyph_nb_NO.dic
- @echo "remember to add 'HYPH nb NO hyph_nb_NO' to $(DESTDIR)$(myspelldir)/dictionary.lst"
+ $(INSTALL) -d $(DESTDIR)$(hyphendir)/
+ $(INSTALL_DATA) hyph_no_NO.dic $(DESTDIR)$(hyphendir)/hyph_nb_NO.dic
+ @echo "remember to add 'HYPH nb NO hyph_nb_NO' to $(DESTDIR)$(hyphendir)/dictionary.lst"
install-myspell-nn: nn_NO.mydict nn_NO.myaff # $(TH_NN1).idx
$(INSTALL) -d $(DESTDIR)$(myspelldir)/
@@ -802,9 +804,9 @@
$(INSTALL_DATA) nn_NO.myaff $(DESTDIR)$(myspelldir)/nn_NO.aff
install-myspell-hyph-nn: hyph_no_NO.dic
- $(INSTALL) -d $(DESTDIR)$(myspelldir)/
- $(INSTALL_DATA) hyph_no_NO.dic $(DESTDIR)$(myspelldir)/hyph_nn_NO.dic
- @echo "remember to add 'HYPH nn NO nn_NO' to $(DESTDIR)$(myspelldir)/dictionary.lst"
+ $(INSTALL) -d $(DESTDIR)$(hyphendir)/
+ $(INSTALL_DATA) hyph_no_NO.dic $(DESTDIR)$(hyphendir)/hyph_nn_NO.dic
+ @echo "remember to add 'HYPH nn NO nn_NO' to $(DESTDIR)$(hyphendir)/dictionary.lst"
# Check which words in missing.<lang> are also in the word list, and
# thus can be removed from missing.<lang>.
diff -u norwegian-2.0.10/debian/changelog norwegian-2.0.10/debian/changelog
--- norwegian-2.0.10/debian/changelog
+++ norwegian-2.0.10/debian/changelog
@@ -1,3 +1,14 @@
+norwegian (2.0.10-3.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * move myspell dicts to /usr/share/hunspell and add compat symlinks
+ from /usr/share/myspell/dicts (closes: #541938)
+ * move hyphenation patterns to /usr/share/hyphen and add compat symlinks
+ from /usr/share/myspell/dicts (closes: #541898)
+ * reinstate n{b,n}.{dic,aff} as symlinks as Mozilla needs it.
+
+ -- Rene Engelhard <[email protected]> Sun, 20 Sep 2009 01:00:34 +0200
+
norwegian (2.0.10-3) unstable; urgency=low
* Fix up URL in copyright
diff -u norwegian-2.0.10/debian/rules norwegian-2.0.10/debian/rules
--- norwegian-2.0.10/debian/rules
+++ norwegian-2.0.10/debian/rules
@@ -126,6 +126,7 @@
dh_installdebconf
dh_installdocs
dh_installchangelogs
+ dh_link
installdeb-myspell
dh_compress
dh_fixperms
@@ -141,6 +142,7 @@
dh_installdebconf
dh_installdocs
dh_installchangelogs
+ dh_link
installdeb-myspell
dh_compress
dh_fixperms
only in patch2:
unchanged:
--- norwegian-2.0.10.orig/debian/myspell-nb.links
+++ norwegian-2.0.10/debian/myspell-nb.links
@@ -0,0 +1,8 @@
+usr/share/hunspell/nb_NO.aff usr/share/hunspell/nn.aff
+usr/share/hunspell/nb_NO.dic usr/share/hunspell/nn.dic
+usr/share/hunspell/nb_NO.aff usr/share/myspell/dicts/nn.aff
+usr/share/hunspell/nb_NO.dic usr/share/myspell/dicts/nn.dic
+usr/share/hunspell/nb_NO.aff usr/share/myspell/dicts/nn_NO.aff
+usr/share/hunspell/nb_NO.dic usr/share/myspell/dicts/nn_NO.dic
+usr/share/hyphen/hyph_nb_NO.dic usr/share/myspell/dicts/hyph_nn_NO.dic
+
only in patch2:
unchanged:
--- norwegian-2.0.10.orig/debian/myspell-nn.links
+++ norwegian-2.0.10/debian/myspell-nn.links
@@ -0,0 +1,8 @@
+usr/share/hunspell/nn_NO.aff usr/share/hunspell/nn.aff
+usr/share/hunspell/nn_NO.dic usr/share/hunspell/nn.dic
+usr/share/hunspell/nn_NO.aff usr/share/myspell/dicts/nn.aff
+usr/share/hunspell/nn_NO.dic usr/share/myspell/dicts/nn.dic
+usr/share/hunspell/nn_NO.aff usr/share/myspell/dicts/nn_NO.aff
+usr/share/hunspell/nn_NO.dic usr/share/myspell/dicts/nn_NO.dic
+usr/share/hyphen/hyph_nn_NO.dic usr/share/myspell/dicts/hyph_nn_NO.dic
+