hunspell-gl-es (2.2a-10) debian-dir only changes

Summary

 debian/README.Debian                |   68 +++++++++++++++++++++++++++
 debian/README.txt                   |   29 +++++++++++
 debian/changelog                    |   88 ++++++++++++++++++++++++++++++++++++
 debian/compat                       |    1 
 debian/control                      |   29 +++++++++++
 debian/copyright                    |   47 +++++++++++++++++++
 debian/docs                         |    2 
 debian/hunspell-gl-es.info-hunspell |   13 +++++
 debian/hunspell-gl-es.info-myspell  |    2 
 debian/rules                        |   77 +++++++++++++++++++++++++++++++
 10 files changed, 356 insertions(+)

    
download this patch

Patch contents

--- hunspell-gl-es-2.2a.orig/debian/changelog
+++ hunspell-gl-es-2.2a/debian/changelog
@@ -0,0 +1,88 @@
+hunspell-gl-es (2.2a-10) unstable; urgency=low
+
+  * debian/rules:
+    - Fix lintian debian-rules-missing-recommended-target build-{arch,indep}.
+  * debian/control: Add a suggests line.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Wed, 14 Sep 2011 17:08:50 +0200
+
+hunspell-gl-es (2.2a-9) unstable; urgency=low
+
+  * Build Depends on at least dictionaries-common-dev (>= 1.10.5)
+    to stop installing update-openoffice-dicts snippets.
+  * Bump Standards-Version. No changes needed.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Tue, 07 Jun 2011 16:34:27 +0200
+
+hunspell-gl-es (2.2a-8) unstable; urgency=low
+
+  * Use installdeb-myspell (>= 1.4) to no longer create Mozilla*
+    links in new destdir.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Wed, 25 Nov 2009 12:54:03 +0100
+
+hunspell-gl-es (2.2a-7) unstable; urgency=low
+
+  * Rebuild against dictionaries-common-dev 1.3.1 to have
+    mozilla symlinks fixed.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Tue, 25 Aug 2009 16:54:21 +0200
+
+hunspell-gl-es (2.2a-6) unstable; urgency=low
+
+  * Bump Standards Version to 3.8.3. No changes required.
+  * Install myspell dicts in new location. Use new
+    installdeb-myspell (at least 1.3) for this and for
+    compatibility symlinks (Closes: #541894).
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Tue, 25 Aug 2009 14:30:30 +0200
+
+hunspell-gl-es (2.2a-5) unstable; urgency=low
+
+  * debian/*.info-*spell, debian/control:
+    - Do not explicitly add '-d <lang>' to ispell-args. New
+      dictionaries-common will take care of that.
+  * debian/control:
+    - Build Dep on at least dictionaries-common-dev 1.2 to use
+      new debhelper snippets.
+  * Raise debhelper compat level to 7. Use dh_prep.
+  * Raise Standards-Version to 3.8.1. No changes required.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Sun, 15 Mar 2009 22:33:06 +0100
+
+hunspell-gl-es (2.2a-4) unstable; urgency=low
+
+  * Provide/Conflict/Replace myspell-gl-es.
+  * Register for use under emacsen.
+  * Fix copyright link.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Mon, 16 Feb 2009 13:38:54 +0100
+
+hunspell-gl-es (2.2a-3) unstable; urgency=low
+
+  * debian/control:
+    - Add versioned conflicts against old mozilla*/ice* stuff that
+      used myspell.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Tue, 13 Jan 2009 18:36:57 +0100
+
+hunspell-gl-es (2.2a-2) unstable; urgency=low
+
+  * debian/control:
+    - Provides/Conflicts/Replaces mancomun hunspell-gl for Ubuntu Hardy.
+  * debian/README.Debian:
+    - Add info about sf-like upstream site.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Mon, 12 Jan 2009 17:00:23 +0100
+
+hunspell-gl-es (2.2a-1) unstable; urgency=low
+
+  * Repack sources so .aff and .dic are as plain files, not in a zipped file.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Fri, 05 Dec 2008 12:31:40 +0100
+
+hunspell-gl-es (2.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #507472)
+
+ -- Agustin Martin Domingo <agmartin@debian.org>  Mon, 01 Dec 2008 18:04:07 +0100
--- hunspell-gl-es-2.2a.orig/debian/hunspell-gl-es.info-myspell
+++ hunspell-gl-es-2.2a/debian/hunspell-gl-es.info-myspell
@@ -0,0 +1,2 @@
+# Galician
+DICT gl ES gl_ES
--- hunspell-gl-es-2.2a.orig/debian/rules
+++ hunspell-gl-es-2.2a/debian/rules
@@ -0,0 +1,77 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# include /usr/share/dpatch/dpatch.make
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	# Add here commands to configure the package.
+
+	touch configure-stamp
+
+build:  build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
+build-stamp: configure-stamp  #patch-stamp
+	dh_testdir
+
+	# Add here commands to compile the package.
+	#$(MAKE)
+	#docbook-to-man debian/hunspell-gl-es.sgml > hunspell-gl-es.1
+
+	touch $@
+
+clean: #unpatch
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	# Add here commands to clean up after the build process.
+	#$(MAKE) clean
+
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_prep
+	dh_installdirs
+
+	# Add here commands to install the package into debian/hunspell-gl-es.
+	installdeb-myspell --srcdir=. -phunspell-gl-es
+	installdeb-hunspell -phunspell-gl-es
+
+	#$(MAKE) DESTDIR=$(CURDIR)/debian/hunspell-gl-es install
+
+
+# Build architecture-independent files here.
+binary-indep: install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs
+	dh_installdocs
+#	dh_installexamples
+#	dh_installman
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+# Build architecture-dependent files here.
+binary-arch: install
+# We have nothing to do by default.
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
--- hunspell-gl-es-2.2a.orig/debian/copyright
+++ hunspell-gl-es-2.2a/debian/copyright
@@ -0,0 +1,47 @@
+-*- coding: utf-8 -*-
+
+This package was debianized by:
+
+    Agustin Martin Domingo <agmartin@debian.org> on Fri, 28 Nov 2008 13:08:29 +0100
+
+It was downloaded from:
+
+   http://openoffice.mancomun.org/libreeengalego/Corrector/gl_ES-pack.zip
+
+Upstream Home page:
+
+   http://wiki.mancomun.org/index.php/Corrector_ortogr%C3%A1fico_para_OpenOffice.org
+
+Upstream Author:
+
+    Mar Castro Pereiro (mancomun@mancomun.org) for mancomun
+
+Copyright:
+
+    Copyright (C) 2006-2007 Mancomun.org - Centro de Referencia e Servizos
+                  de Software Libre de Galicia
+
+License:
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License version 2 as
+   published by the Free Software Foundation.
+
+    This package is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General Public License
+version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+The Debian packaging is:
+
+    Copyright (C) 2008, Agustin Martin Domingo <agmartin@debian.org>
+
+and is licensed under the same GPL as the main package, see above.
+
--- hunspell-gl-es-2.2a.orig/debian/hunspell-gl-es.info-hunspell
+++ hunspell-gl-es-2.2a/debian/hunspell-gl-es.info-hunspell
@@ -0,0 +1,13 @@
+Language: galego (Galician)
+Hash-Name: gl_ES
+Emacsen-Name: galego
+Casechars: [a-zñáéíóúüA-ZÑÁÉÍÓÚÜ]
+Not-Casechars: [^a-zñáéíóúüA-ZÑÁÉÍÓÚÜ]
+Otherchars: [-]
+Many-Otherchars: 
+Additionalchars: áéíñóúüÁÉÍÑÓÚÜ
+Ispell-Args: -B
+Extended-Character-Mode: 
+Hunspell-Locales: gl, gl_ES
+Coding-System: iso-8859-1
+Locale: gl_es
--- hunspell-gl-es-2.2a.orig/debian/control
+++ hunspell-gl-es-2.2a/debian/control
@@ -0,0 +1,29 @@
+Source: hunspell-gl-es
+Section: text
+Priority: optional
+Maintainer: Agustin Martin Domingo <agmartin@debian.org>
+Build-Depends: debhelper (>= 7), dictionaries-common-dev (>= 1.10.5)
+Standards-Version: 3.9.2
+Homepage: http://wiki.mancomun.org/index.php/Corrector_ortogr%C3%A1fico_para_OpenOffice.org
+Vcs-Browser: http://git.debian.org/?p=users/agmartin/hunspell-gl-es.git
+Vcs-Git: git://git.debian.org/git/users/agmartin/hunspell-gl-es.git
+
+
+Package: hunspell-gl-es
+Architecture: all
+Provides: hunspell-dictionary, hunspell-dictionary-gl, hunspell-gl,
+ myspell-gl-es, openoffice.org-spellcheck-gl
+Conflicts: myspell-gl-es, hunspell-gl, openoffice.org-spellcheck-gl,
+ openoffice.org (<= 1.0.3-2), openoffice.org-core (<< 2.1~m190-1),
+ mozilla-browser (<< 1.8+1.1.1-2), iceape-browser (<< 1.1.1-2), firefox (<< 2.0.0.3-2),
+ thunderbird (<< 2.0.0.1+0dfsg-0), iceweasel (<< 2.0.0.3-2), icedove (<< 2.0.0.0-4),
+ libxul0d (= 1.8.0.11-3)
+Replaces: openoffice.org-spellcheck-gl, hunspell-gl, myspell-gl-es
+Depends: dictionaries-common (>= 1.1), ${misc:Depends}
+Suggests: hunspell,
+ libreoffice-core | openoffice.org-hunspell | openoffice.org-core (>= 2.0.2),
+ iceape-browser | iceweasel | icedove
+Description: Galician dictionary for hunspell
+ This is the Galician dictionary for hunspell spellchecker
+ which is currently used within OpenOffice.org and the mozilla
+ variants. It uses the official RAG standard.
--- hunspell-gl-es-2.2a.orig/debian/docs
+++ hunspell-gl-es-2.2a/debian/docs
@@ -0,0 +1,2 @@
+README_gl_ES.txt
+debian/README.txt
\ No newline at end of file
--- hunspell-gl-es-2.2a.orig/debian/README.txt
+++ hunspell-gl-es-2.2a/debian/README.txt
@@ -0,0 +1,29 @@
+This is a Galician dictionary for hunspell spellchecker.
+
+It contains
+
+  gl_ES.dic,        Galician wordlist
+  gl_ES.aff,        Galician affix rules
+  README_gl_ES.txt  Galician README
+
+This dictionary follows Real Academia Galega (Royal Galician Academy, RAG)
+orthographic conventions of July 12th, 2003, as valid at September 2006.
+
+It is maintained by
+
+Mancomun.org - Centro de Referencia e Servizos de Software Libre de Galicia,
+
+It currently contains around 21 million words, 500 abbreviations, 1500 first
+and family names, 400 acronyms, 15000 place names and 300 domonyms.
+
+Galician wordlist and affix files were created by Mar Castro Pereiro
+(mancomun@mancomun.org) for "Mancomún" group. They were last revised in
+November 2007. They are based on 2006 version by 'Imaxín Software'.
+
+Copyright (C) 2006-2007 Mancomun.org - Centro de Referencia e Servizos de
+                        Software Libre de Galicia
+
+This dictionary is released under the terms of the GNU GPL version2.
+You can find a copy of this license at
+
+http://www.gnu.org/copyleft/gpl.html
--- hunspell-gl-es-2.2a.orig/debian/README.Debian
+++ hunspell-gl-es-2.2a/debian/README.Debian
@@ -0,0 +1,68 @@
+hunspell-gl-es for Debian
+-------------------------
+
+This package contains a Galician dictionary for Hunspell spellchecker.
+It has been created and distributed by "Mancomun.org - Centro de
+Referencia e Servizos de Software Libre de Galicia" and built to match
+official orthographic conventions as of September 2006.
+
+About mancomún:
+
+Mancomun.org - Centro de Referencia e Servizos de Software Libre de Galicia
+http://www.mancomun.org
+
+There has been at least three orthographic conventions for Galician:
+ILG (official), reintegrationist and minimos. ILG used orthographic
+conventions more similar to Spanish; reintegrationists were
+weighed towards Portuguese. Minimos tried to reach a middle
+consensus point.
+
+After the 2003 changes official convention is known as RAG and
+incorporated a good number of elements from the minimos convention.
+However they are not the same.
+
+This dictionary is built to follow official RAG (Real Academia Galega)
+orthographic conventions of 12 July 2003 and September 2006.
+
+About the Galician normative:
+
+http://gl.wikipedia.org/wiki/Normativa_oficial_do_galego
+http://gl.wikipedia.org/wiki/Normas_Ortogr%C3%A1ficas_e_Morfol%C3%B3xicas_do_Idioma_Galego
+http://www.realacademiagalega.org/PlainRAG/catalog/publications/files/normas_galego05.pdf
+
+Info on spellchecking for other (unofficial) conventions can be found at
+
+http://ispell-gl.sf.net
+
+Former Debian packages igalician-minimos, aspell-gl-minimos and myspell-gl-es
+are available from Debian repositories and conform to the minimos convention.
+
+About package and its sources:
+
+Sources were repackaged from original gl_ES-pack.zip to a gzipped tarball,
+as Debian expects. That also matches current layout of upstream SVN repository,
+browseable through
+
+https://forxa.mancomun.org/plugins/scmsvn/viewcvs.php/?root=hunspell-gl
+
+For anonymous (read-only) access to upstream hunspell-gl-es SVN repo, please use
+
+svn checkout https://forxa.mancomun.org/svn/hunspell-gl
+
+using 'anonsvn' as anonymous user and password.
+
+An sf-like project has been set at
+
+https://forxa.mancomun.org/projects/hunspell-gl/
+https://forxa.mancomun.org/scm/?group_id=168
+
+debian/README.txt is currently not part of original sources. However, it has
+been reviewed and approved by upstream.
+
+ -- Agustin Martin Domingo <agmartin@debian.org>, Mon, 12 Jan 2009 17:06:51 +0100
+
+Local Variables:
+coding: utf-8
+ispell-local-dictionary: "american"
+End:
+ LocalWords:  Galician Debian hunspell
--- hunspell-gl-es-2.2a.orig/debian/compat
+++ hunspell-gl-es-2.2a/debian/compat
@@ -0,0 +1 @@
+7