tag 566816 +pending
tag 617564 +pending
tag 619262 +pending
thanks
Hi,
I have just uploaded to DELAYED/7 the openoffice.org-en-au_2.1-5.1 NMU.
It is intended to fix #566816, #617564 and #619262 (this last blocking
update-openoffice-dicts removal) bugs.
Changelog entries are:
* openoffice.org-en-au.post{inst,rm}: Remove, only unconditionally
called useless and soon to disappear update-openoffice-dicts
(Closes: #619262).
* Remove obsolete old location and mozilla symlinks (Closes: #566816).
* Rename thesaurus package to mythes-en-au (Closes: #617564).
* Do not remove file from orig source (th_en_AU_v2.idx) in clean target.
Comments are welcome. Diff is attached.
--
Agustin
--- openoffice.org-en-au-2.1/debian/openoffice.org-thesaurus-en-au.copyright
+++ openoffice.org-en-au-2.1.orig/debian/openoffice.org-thesaurus-en-au.copyright
@@ -1,40 +0,0 @@
-This package was debianized by John Steele Scott <[email protected]> on
-Saturday, March 25 2006.
-
-It was received from the upstream maintainer, Kelvin Eldridge, by email, and
-can be requested from his website at
-<http://www.justlocal.com.au/clients/oooau/audictionary.php>.
-
-Copyright:
-
-WordNet Release 2.1
-
-This software and database is being provided to you, the LICENSEE, by
-Princeton University under the following license. By obtaining, using
-and/or copying this software and database, you agree that you have
-read, understood, and will comply with these terms and conditions.:
-
-Permission to use, copy, modify and distribute this software and
-database and its documentation for any purpose and without fee or
-royalty is hereby granted, provided that you agree to comply with
-the following copyright notice and statements, including the disclaimer,
-and that the same appear on ALL copies of the software, database and
-documentation, including modifications that you make for internal
-use or for distribution.
-
-WordNet 2.1 Copyright 2005 by Princeton University. All rights reserved.
-
-THIS SOFTWARE AND DATABASE IS PROVIDED "AS IS" AND PRINCETON
-UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
-IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PRINCETON
-UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES OF MERCHANT-
-ABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE
-OF THE LICENSED SOFTWARE, DATABASE OR DOCUMENTATION WILL NOT
-INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR
-OTHER RIGHTS.
-
-The name of Princeton University or Princeton may not be used in
-advertising or publicity pertaining to distribution of the software
-and/or database. Title to copyright in this software, database and
-any associated documentation shall at all times remain with
-Princeton University and LICENSEE agrees to preserve same.
--- openoffice.org-en-au-2.1/debian/openoffice.org-thesaurus-en-au.postinst
+++ openoffice.org-en-au-2.1.orig/debian/openoffice.org-thesaurus-en-au.postinst
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "configure" ]; then
- update-openoffice-dicts
-fi
-
-#DEBHELPER#
-
-exit 0
diff -wu openoffice.org-en-au-2.1/debian/changelog openoffice.org-en-au-2.1/debian/changelog
--- openoffice.org-en-au-2.1/debian/changelog
+++ openoffice.org-en-au-2.1/debian/changelog
@@ -1,3 +1,15 @@
+openoffice.org-en-au (2.1-5.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * openoffice.org-en-au.post{inst,rm}: Remove, only unconditionally
+ called useless and soon to disappear update-openoffice-dicts
+ (Closes: #619262).
+ * Remove obsolete old location and mozilla symlinks (Closes: #566816).
+ * Rename thesaurus package to mythes-en-au (Closes: #617564).
+ * Do not remove file from orig source (th_en_AU_v2.idx) in clean target.
+
+ -- Agustin Martin Domingo <[email protected]> Sun, 08 May 2011 14:55:25 +0200
+
openoffice.org-en-au (2.1-5) unstable; urgency=low
* Install dictionary files to /usr/share/hunspell, with compatibility
--- openoffice.org-en-au-2.1/debian/openoffice.org-thesaurus-en-au.postrm
+++ openoffice.org-en-au-2.1.orig/debian/openoffice.org-thesaurus-en-au.postrm
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "remove" ]; then
- update-openoffice-dicts
-fi
-
-#DEBHELPER#
-
-exit 0
--- openoffice.org-en-au-2.1/debian/openoffice.org-thesaurus-en-au.links
+++ openoffice.org-en-au-2.1.orig/debian/openoffice.org-thesaurus-en-au.links
@@ -1,2 +0,0 @@
-/usr/share/mythes/th_en_AU_v2.dat /usr/share/myspell/dicts/th_en_AU_v2.dat
-/usr/share/mythes/th_en_AU_v2.idx /usr/share/myspell/dicts/th_en_AU_v2.id
diff -wu openoffice.org-en-au-2.1/debian/control openoffice.org-en-au-2.1/debian/control
--- openoffice.org-en-au-2.1/debian/control
+++ openoffice.org-en-au-2.1/debian/control
@@ -6,12 +6,13 @@
Build-Depends-Indep: libmythes-dev
Standards-Version: 3.8.3
-Package: openoffice.org-thesaurus-en-au
+Package: mythes-en-au
Architecture: all
Section: text
Depends: openoffice.org-common (>= 2.0) | language-support-en, dictionaries-common (>= 0.10) | openoffice.org-updatedicts
-Provides: openoffice.org2-thesaurus
-Conflicts: openoffice.org (<< 1.9)
+Provides: openoffice.org2-thesaurus, openoffice.org-thesaurus-en-au
+Conflicts: openoffice.org (<< 1.9), openoffice.org-thesaurus-en-au
+Replaces: openoffice.org-thesaurus-en-au
Description: Australian English Thesaurus for OpenOffice.org
Openoffice.org is a full-featured office productivity suite that provides a
near drop-in replacement for Microsoft(R) Office.
diff -wu openoffice.org-en-au-2.1/debian/rules openoffice.org-en-au-2.1/debian/rules
--- openoffice.org-en-au-2.1/debian/rules
+++ openoffice.org-en-au-2.1/debian/rules
@@ -3,7 +3,7 @@
#export DH_VERBOSE=1
build-stamp:
- /usr/share/mythes/th_gen_idx.pl -o th_en_AU_v2.idx < th_en_AU_v2.dat
+ /usr/share/mythes/th_gen_idx.pl -o th_en_AU_v2.idx.debian < th_en_AU_v2.dat
touch build-stamp
build: build-stamp
@@ -19,8 +19,8 @@
$(CURDIR)/debian/usr/share/hunspell
# install thesaurus files
- install -m644 th_en_AU_v2.dat th_en_AU_v2.idx \
- $(CURDIR)/debian/usr/share/mythes
+ install -m644 th_en_AU_v2.dat $(CURDIR)/debian/usr/share/mythes
+ install -m644 th_en_AU_v2.idx.debian $(CURDIR)/debian/usr/share/mythes/th_en_AU_v2.idx
# install Emacs dictionary info file
install -m644 debian/myspell-en-au.info \
@@ -33,8 +33,6 @@
dh_testdir
dh_testroot
rm -rf build-stamp install-stamp debian/usr
- # remove the thesaurus idx file, we build it from the dat
- rm -rf th_en_AU_v2.idx
dh_clean
binary-indep: install-stamp
--- openoffice.org-en-au-2.1/debian/openoffice.org-thesaurus-en-au.docs
+++ openoffice.org-en-au-2.1.orig/debian/openoffice.org-thesaurus-en-au.docs
@@ -1 +0,0 @@
-README_en_AU.txt
--- openoffice.org-en-au-2.1/debian/openoffice.org-thesaurus-en-au.install
+++ openoffice.org-en-au-2.1.orig/debian/openoffice.org-thesaurus-en-au.install
@@ -1,2 +0,0 @@
-usr/share/mythes/th_en_AU*
-
--- openoffice.org-en-au-2.1/debian/myspell-en-au.links
+++ openoffice.org-en-au-2.1.orig/debian/myspell-en-au.links
@@ -1,6 +0,0 @@
-/usr/share/hunspell/en_AU.aff /usr/share/hunspell/en-AU.aff
-/usr/share/hunspell/en_AU.dic /usr/share/hunspell/en-AU.dic
-/usr/share/hunspell/en_AU.aff /usr/share/myspell/dicts/en_AU.aff
-/usr/share/hunspell/en_AU.dic /usr/share/myspell/dicts/en_AU.dic
-/usr/share/hunspell/en-AU.aff /usr/share/myspell/dicts/en-AU.aff
-/usr/share/hunspell/en-AU.dic /usr/share/myspell/dicts/en-AU.dic
only in patch2:
--- openoffice.org-en-au-2.1.orig/debian/mythes-en-au.install
+++ openoffice.org-en-au-2.1/debian/mythes-en-au.install
@@ -0,0 +1,2 @@
+usr/share/mythes/th_en_AU*
+
only in patch2:
--- openoffice.org-en-au-2.1.orig/debian/mythes-en-au.copyright
+++ openoffice.org-en-au-2.1/debian/mythes-en-au.copyright
@@ -0,0 +1,40 @@
+This package was debianized by John Steele Scott <[email protected]> on
+Saturday, March 25 2006.
+
+It was received from the upstream maintainer, Kelvin Eldridge, by email, and
+can be requested from his website at
+<http://www.justlocal.com.au/clients/oooau/audictionary.php>.
+
+Copyright:
+
+WordNet Release 2.1
+
+This software and database is being provided to you, the LICENSEE, by
+Princeton University under the following license. By obtaining, using
+and/or copying this software and database, you agree that you have
+read, understood, and will comply with these terms and conditions.:
+
+Permission to use, copy, modify and distribute this software and
+database and its documentation for any purpose and without fee or
+royalty is hereby granted, provided that you agree to comply with
+the following copyright notice and statements, including the disclaimer,
+and that the same appear on ALL copies of the software, database and
+documentation, including modifications that you make for internal
+use or for distribution.
+
+WordNet 2.1 Copyright 2005 by Princeton University. All rights reserved.
+
+THIS SOFTWARE AND DATABASE IS PROVIDED "AS IS" AND PRINCETON
+UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PRINCETON
+UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES OF MERCHANT-
+ABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE
+OF THE LICENSED SOFTWARE, DATABASE OR DOCUMENTATION WILL NOT
+INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR
+OTHER RIGHTS.
+
+The name of Princeton University or Princeton may not be used in
+advertising or publicity pertaining to distribution of the software
+and/or database. Title to copyright in this software, database and
+any associated documentation shall at all times remain with
+Princeton University and LICENSEE agrees to preserve same.
only in patch2:
--- openoffice.org-en-au-2.1.orig/debian/mythes-en-au.docs
+++ openoffice.org-en-au-2.1/debian/mythes-en-au.docs
@@ -0,0 +1 @@
+README_en_AU.txt