tag 605920 +pending
tag 619256 +pending
thanks
Hi,
I have just uloaded to DELAYED/7 an NMU dealing with #605920 and #619256.
Since there was some discussion about the way to deal with it (alhough
Breaks clearly seems the preferred choice), I did nothing for #486381,
but will happily prepare a new NMU if needed.
Relevant changelog entries are:
* hunspell-se.post{inst,rm}: Remove, only unconditionally called
useless and soon to not be shipped update-openoffice-dicts
(Closes: #619256).
* debian/rules: Work around too large flag-ids in se.aff
(Closes: #605920).
* Remove obsolete mozilla symlinks. Revert to pristine Makefile.
Comments are welcome. Diff is attached.
--
Agustin
--- hunspell-se-1.0~beta6.20081222/Makefile
+++ hunspell-se-1.0~beta6.20081222.orig/Makefile
@@ -1,4 +1,3 @@
DESTDIR =
-DICTDIR = /usr/share/hunspell
-OLDDICTDIR = /usr/share/myspell/dicts
+DICTDIR = /usr/share/myspell/dicts
DICTIONARYLIST = $(DICTDIR)/dictionary.lst
@@ -12,3 +11,2 @@
$(INSTALL) -d $(DESTDIR)$(DICTDIR)
- $(INSTALL) -d $(DESTDIR)$(OLDDICTDIR)
$(INSTALL_DATA) se.aff se.dic $(DESTDIR)$(DICTDIR)/.
@@ -22,11 +20,2 @@
ln -s se.aff se_SE.aff
- cd $(DESTDIR)/$(OLDDICTDIR) && \
- ln -s ../../hunspell/se.dic se.dic && \
- ln -s ../../hunspell/se.aff se.aff && \
- ln -s ../../hunspell/se_FI.dic se_FI.dic && \
- ln -s ../../hunspell/se_FI.aff se_FI.aff && \
- ln -s ../../hunspell/se_NO.dic se_NO.dic && \
- ln -s ../../hunspell/se_NO.aff se_NO.aff && \
- ln -s ../../hunspell/se_SE.dic se_SE.dic && \
- ln -s ../../hunspell/se_SE.aff se_SE.aff
diff -wu hunspell-se-1.0~beta6.20081222/debian/changelog hunspell-se-1.0~beta6.20081222/debian/changelog
--- hunspell-se-1.0~beta6.20081222/debian/changelog
+++ hunspell-se-1.0~beta6.20081222/debian/changelog
@@ -1,3 +1,15 @@
+hunspell-se (1.0~beta6.20081222-1.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * hunspell-se.post{inst,rm}: Remove, only unconditionally called
+ useless and soon to not be shipped update-openoffice-dicts
+ (Closes: #619256).
+ * debian/rules: Work around too large flag-ids in se.aff
+ (Closes: #605920).
+ * Remove obsolete mozilla symlinks. Revert to pristine Makefile.
+
+ -- Agustin Martin Domingo <[email protected]> Sun, 08 May 2011 14:22:57 +0200
+
hunspell-se (1.0~beta6.20081222-1.1) unstable; urgency=low
* Non-maintainer upload.
diff -wu hunspell-se-1.0~beta6.20081222/debian/rules hunspell-se-1.0~beta6.20081222/debian/rules
--- hunspell-se-1.0~beta6.20081222/debian/rules
+++ hunspell-se-1.0~beta6.20081222/debian/rules
@@ -6,3 +6,16 @@
+build/hunspell-se::
+ sed -e 's/65529/65503/g' \
+ -e 's/65530/65504/g' \
+ -e 's/65531/65505/g' \
+ -e 's/65532/65506/g' \
+ -e 's/65533/65507/g' \
+ -e 's/65534/65508/g' \
+ -e 's/65535/65509/g' se.aff > se.aff.debian
+
install/hunspell-se::
- mkdir -p $(DEB_DESTDIR)/usr/share/myspell/infos/ooo
- $(MAKE) install DESTDIR=$(DEB_DESTDIR) DICTIONARYLIST=/usr/share/myspell/infos/ooo/hunspell-se
+ $(MAKE) install DICTDIR=/usr/share/hunspell DESTDIR=$(DEB_DESTDIR)
+ install -m 644 se.aff.debian $(DEB_DESTDIR)/usr/share/hunspell/se.aff
+ rm -f $(DEB_DESTDIR)/usr/share/hunspell/dictionary.lst
+
+clean/hunspell-se::
+ rm -f se.aff.debian
--- hunspell-se-1.0~beta6.20081222/debian/hunspell-se.postinst
+++ hunspell-se-1.0~beta6.20081222.orig/debian/hunspell-se.postinst
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "configure" ]; then
- update-openoffice-dicts
-fi
-
-#DEBHELPER#
--- hunspell-se-1.0~beta6.20081222/debian/hunspell-se.postrm
+++ hunspell-se-1.0~beta6.20081222.orig/debian/hunspell-se.postrm
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-if [ "$1" = "remove" ]; then
- update-openoffice-dicts
-fi
-
-#DEBHELPER#