tag 566817 +pending
tag 617568 +pending
tag 619278 +pending
thanks

Hi,

I have just uploaded to DELAYED/7 the myspell-hr_20060617-2.1 NMU.
It is intended to fix #566817, #617568 and #619278 (this last blocking
update-openoffice-dicts removal) bugs.

Changelog entries are

 * post{inst,rm}.in: Remove, only unconditionally called
   useless and soon to not be shipped update-openoffice-dicts.
   Change debian/rules for this (Closes: #619278).
 * Remove obsolete old location and mozilla symlinks (Closes: #566817).
 * No longer install obsolete myspell amd thesaurus info files.
 * Rename hyphenation package to hyphen-hr (Closes: #617568).

Comments are welcome. Diff is attached.

-- 
Agustin
--- myspell-hr-20060617/debian/openoffice.org-hyphenation-hr.install
+++ myspell-hr-20060617.orig/debian/openoffice.org-hyphenation-hr.install
@@ -1 +0,0 @@
-usr/share/hyphen/hyph_hr_HR.dic
--- myspell-hr-20060617/debian/openoffice.org-hyphenation-hr.dictlistinfo
+++ myspell-hr-20060617.orig/debian/openoffice.org-hyphenation-hr.dictlistinfo
@@ -1 +0,0 @@
-HYPH hr HR hyph_hr_HR
diff -wu myspell-hr-20060617/debian/changelog myspell-hr-20060617/debian/changelog
--- myspell-hr-20060617/debian/changelog
+++ myspell-hr-20060617/debian/changelog
@@ -1,3 +1,15 @@
+myspell-hr (20060617-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * post{inst,rm}.in: Remove, only unconditionally called
+    useless and soon to not be shipped update-openoffice-dicts.
+    Change debian/rules for this (Closes: #619278).
+  * Remove obsolete old location and mozilla symlinks (Closes: #566817).
+  * No longer install obsolete myspell amd thesaurus info files.
+  * Rename hyphenation package to hyphen-hr (Closes: #617568).
+
+ -- Agustin Martin Domingo <[email protected]>  Sun, 08 May 2011 15:17:09 +0200
+
 myspell-hr (20060617-2) unstable; urgency=low
 
   * Fix "please move hyphenation patterns to /usr/share/hyphen and
diff -wu myspell-hr-20060617/debian/myspell-hr.links myspell-hr-20060617/debian/myspell-hr.links
--- myspell-hr-20060617/debian/myspell-hr.links
+++ myspell-hr-20060617/debian/myspell-hr.links
@@ -1,14 +1,2 @@
-/usr/share/myspell/dicts/hr_HR.aff /usr/share/myspell/dicts/hr-HR.aff
-/usr/share/myspell/dicts/hr_HR.dic /usr/share/myspell/dicts/hr-HR.dic
-
-/usr/share/hunspell/hr_HR.aff /usr/share/myspell/dicts/hr_HR.aff
-/usr/share/hunspell/hr_HR.dic /usr/share/myspell/dicts/hr_HR.dic
-
-/usr/share/hunspell/hr_HR.aff /usr/share/hunspell/hr-HR.aff
-/usr/share/hunspell/hr_HR.dic /usr/share/hunspell/hr-HR.dic
-
 /usr/share/hunspell/hr_HR.aff /usr/share/hunspell/hr.aff
 /usr/share/hunspell/hr_HR.dic /usr/share/hunspell/hr.dic
-
-/usr/share/hunspell/hr.aff /usr/share/myspell/dicts/hr.aff
-/usr/share/hunspell/hr.dic /usr/share/myspell/dicts/hr.dic
diff -wu myspell-hr-20060617/debian/control myspell-hr-20060617/debian/control
--- myspell-hr-20060617/debian/control
+++ myspell-hr-20060617/debian/control
@@ -16,9 +16,10 @@
  spellchecker.
 
-Package: openoffice.org-hyphenation-hr
+Package: hyphen-hr
 Architecture: all
 Depends: openoffice.org (>= 1.0.3-3) | openoffice.org-writer | openoffice.org-impress, dictionaries-common (>= 0.10) | openoffice.org-updatedicts
-Conflicts: openoffice.org (<= 1.0.3-2)
-Provides: openoffice.org-hyphenation
+Conflicts: openoffice.org (<= 1.0.3-2), openoffice.org-hyphenation-hr
+Provides: openoffice.org-hyphenation, openoffice.org-hyphenation-hr
+Replaces: openoffice.org-hyphenation-hr
 Description: Croatian hyphenation pattern for OpenOffice.org
  This is the Croatian hyphenation pattern for use with OpenOffice.org.
--- myspell-hr-20060617/debian/dirs
+++ myspell-hr-20060617.orig/debian/dirs
@@ -1,2 +0,0 @@
-usr/share/myspell/dicts
-usr/share/myspell/infos/ooo
diff -wu myspell-hr-20060617/debian/rules myspell-hr-20060617/debian/rules
--- myspell-hr-20060617/debian/rules
+++ myspell-hr-20060617/debian/rules
@@ -26,7 +26,6 @@
 	dh_installdirs -i
 
 	mkdir -p $(CURDIR)/debian/tmp/usr/share/hunspell
-	mkdir -p $(CURDIR)/debian/tmp/usr/share/myspell/infos/ooo
 	mkdir -p $(CURDIR)/debian/tmp/usr/share/hyphen
 
 	for dic in `find . -type f -name "*.dic"`; do \
@@ -44,22 +43,12 @@
 
 	dh_install --sourcedir=$(CURDIR)/debian/tmp -i
 	
-	for pkg in `dh_listpackages`; do \
-		mkdir -p $(CURDIR)/debian/$$pkg/usr/share/myspell/infos/ooo; \
-		install -m644 debian/$$pkg.dictlistinfo \
-		  $(CURDIR)/debian/$$pkg/usr/share/myspell/infos/ooo/$$pkg; \
-	done
-
 # Must not depend on anything. This is to be called by
 # binary-arch/binary-multi
 # in another 'make' thread.
 binary-common:
 	dh_testdir
 	dh_testroot
-	for pkg in `dh_listpackages`; do \
-		cp debian/postrm.in debian/$$pkg.postrm; \
-		cp debian/postinst.in debian/$$pkg.postinst; \
-	done
 	dh_installchangelogs 
 	dh_installdocs
 	for pkg in `dh_listpackages`; do \
--- myspell-hr-20060617/debian/openoffice.org-hyphenation-hr.links
+++ myspell-hr-20060617.orig/debian/openoffice.org-hyphenation-hr.links
@@ -1 +0,0 @@
-/usr/share/hyphen/hyph_hr_HR.dic /usr/share/myspell/dicts/hyph_hr_HR.dic
--- myspell-hr-20060617/debian/postinst.in
+++ myspell-hr-20060617.orig/debian/postinst.in
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "configure" ]; then
-	update-openoffice-dicts
-fi
-
-#DEBHELPER#
-
-exit 0
--- myspell-hr-20060617/debian/postrm.in
+++ myspell-hr-20060617.orig/debian/postrm.in
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "remove" ]; then
-	update-openoffice-dicts
-fi
-
-#DEBHELPER#
-
-exit 0
only in patch2:
--- myspell-hr-20060617.orig/debian/hyphen-hr.install
+++ myspell-hr-20060617/debian/hyphen-hr.install
@@ -0,0 +1 @@
+usr/share/hyphen/hyph_hr_HR.dic
only in patch2:
--- myspell-hr-20060617.orig/debian/hyphen-hr.dictlistinfo
+++ myspell-hr-20060617/debian/hyphen-hr.dictlistinfo
@@ -0,0 +1 @@
+HYPH hr HR hyph_hr_HR

Reply via email to