--- aspell-tl-0.4-0.orig/debian/dirs +++ aspell-tl-0.4-0/debian/dirs @@ -0,0 +1,3 @@ +usr/lib/aspell +usr/share/aspell +var/lib/aspell --- aspell-tl-0.4-0.orig/debian/control +++ aspell-tl-0.4-0/debian/control @@ -0,0 +1,17 @@ +Source: aspell-tl +Section: text +Priority: optional +Maintainer: Jan Alonzo +Build-Depends: debhelper (>= 4.1.0), cdbs +Build-Depends-Indep: dictionaries-common-dev (>= 0.70) +Standards-Version: 3.7.2 + +Package: aspell-tl +Architecture: all +Depends: aspell (>= 0.60.3-3), dictionaries-common (>= 0.9.1) +Provides: aspell-dictionary +Description: The Tagalog dictionary for GNU Aspell + This package contains all the required files to add support + for the Tagalog language to the GNU Aspell spell checker. + . + Homepage: http://code.google.com/p/tagalog-wordlist/ --- aspell-tl-0.4-0.orig/debian/links +++ aspell-tl-0.4-0/debian/links @@ -0,0 +1 @@ +var/lib/aspell/tl.rws usr/lib/aspell/tl.rws --- aspell-tl-0.4-0.orig/debian/rules +++ aspell-tl-0.4-0/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/dictionaries-common/cdbs/dict-common.mk + +DEB_INSTALL_DOCS_ALL := README Copyright + +install/aspell-tl:: + gzip -c < tl.cwl > tl.cwl.gz + touch tl.compat tl.rws + dh_link "var/lib/aspell/tl.rws" "usr/lib/aspell/tl.rws" + +clean:: + rm -f Makefile tl.cwl.gz tl.compat tl.rws --- aspell-tl-0.4-0.orig/debian/changelog +++ aspell-tl-0.4-0/debian/changelog @@ -0,0 +1,116 @@ +aspell-tl (0.4-0-1) unstable; urgency=low + + * New upstream release aspell6-tl-0.4-0. + * debian/changelog: whitespace removal patch by + Agustin Martin + * README.Debian-source: how to repackage upstream tarball + + -- Jan Alonzo Monday, 05 Mar 2007 10:30:00 +1100 + +aspell-tl (0.3-1) unstable; urgency=low + + * Updated Standards-Version to 3.7.2. + * Updated FSF address. + * control: + + Build-Depends on dictionaries-common-dev >= 0.70, + mainly so we can use cdbs dict-common rules. + * rules: + + use cdbs's dict-common rules for a clean rules file. + * Split from ispell-tl source package: + + aspell-tl now is in its own source package. + + changelog from previous source has been retained below. + * New stable release aspell-tl-0.3. + + -- Jan Alonzo Fri, 23 Feb 2007 00:00:00 +1100 + +ispell-tl (0.02-5.1) unstable; urgency=low + + * Non-maintainer upload. + * aspell transition (closes: #319666, #360450): + + Provide aspell6a-dictionnary, + + Replace aspell-bin dependencies with aspell (>= 0.60.3-2), + + Remove libaspell dependencies, + + Make the package arch: all. + * Fix debconf depends, add | debconf-2.0 alternative (closes: #331870). + + -- Pierre Habouzit Wed, 31 May 2006 23:41:46 +0200 + +ispell-tl (0.02-5) unstable; urgency=low + + * Transition to Aspell 0.60 (closes: #295425) + * debian/control: + + Provide aspell6-dictionary. + + Depend on libaspell15 (>= 0.60) + * debian/rules: + + Removed usr/lib/aspell and usr/share/aspell. The new aspell path is + usr/lib/aspell-0.60 + * debian/tl_affix.dat: New Aspell 0.60 affix format for aspell-tl. + + -- Jan Alonzo Fri, 23 Feb 2005 22:16:25 +1100 + +ispell-tl (0.02-4) unstable; urgency=low + + * First itagalog and aspell-tl upload to Debian (closes: #283336, #283859) + * Moved tl.dat in debian/ as suggested by Agustin Martin. + * debian/patches/: Removed, no unnecessary Makefile patching. + * debian/rules: + + Removed simple-patchsys.mk include because we're not patching the + makefile anymore. + + Removed makefile.mk include. Just buildhash from this (rules) file. + + Split common-binary-post-install-arch into + binary-post-install/${package} again. I think it's cleaner this way. + + Merged {itagalog,aspell-tl}.links file. + + -- Jan Alonzo Sat, 11 Dec 2004 00:28:08 +1100 + +ispell-tl (0.02-3.0.1) unstable; urgency=low + + * My minor changes: + - debian/itagalog.info-ispell: + Added ñÑ to Casechars, Not-Casechars and additional chars + - debian/changelog: + Added utf-8 coding tag in Local Variables section for emacs benefit. + + -- Agustin Martin Domingo Fri, 10 Dec 2004 12:23:54 +0100 + +ispell-tl (0.02-3) unstable; urgency=low + + * Merged aspell-tl. Copied tl.dat from aspell-tl. + * debian/itagalog.post{inst,rm}: Removed, handled by installdeb-ispell. + * debian/info-all.in: Added as template for aspell-tl and itagalog info-{i,a}spell. + * debian/itagalog.info-ispell: Removed, generated during build using info-all.in. + * debian/docs: Removed, use DEB_INSTALL_DOCS_ALL (cdbs) instead. This will + make the docs-files existent in all the packages. + * debian/control: Added aspell-tl entry + * debian/rules: + + Added aspell-tl entry + + Added build,install, and cleanbuilddir target for each package. + + Merged binary-post-install/package in common-binary-post-install-arch. + * {itagalog,aspell-tl}.links: Moved from debian/rules. + * debian/copyright: + + Added aspell upstream author, Kevin Atkinson + + Added aspell-tl download URL + + -- Jan Alonzo Fri, 10 Dec 2004 16:37:18 +1100 + +ispell-tl (0.02-2) unstable; urgency=low + + * Fixed debian/copyright as suggested by Brian Nelson. + Reference: http://lists.debian.org/debian-devel-announce/2003/12/msg00007.html + * Changed ispell to Ispell in debian/control + * Depend on cdbs 0.4.5 (which contains Makefile patching and + reverse-patching on clean rules) + * Build-Depends on debhelper 4.1.0 as suggested by 'linda' package checker. + + + -- Jan Alonzo Thu, 9 Dec 2004 16:35:10 +1100 + +ispell-tl (0.02-1) unstable; urgency=low + + * Initial Release. + + -- Jan Alonzo Thu, 2 Dec 2004 08:27:55 +1100 + +Local Variables: + coding: utf-8 +End: --- aspell-tl-0.4-0.orig/debian/compat +++ aspell-tl-0.4-0/debian/compat @@ -0,0 +1 @@ +4 --- aspell-tl-0.4-0.orig/debian/copyright +++ aspell-tl-0.4-0/debian/copyright @@ -0,0 +1,35 @@ +This package was debianized by Jan Alonzo on +Thu, 2 Dec 2004 08:27:55 +1100. + +aspell-tl was downloaded from http://code.google.com/p/tagalog-wordlist/downloads + +Aspell-tl upstream maintainer: + Jan Alonzo + +Aspell upstream author: + Kevin Atkinson + +Word list upstream authors are: + Kevin P. Scannell + Ramil Sagum + +Copyright (C) 2004 Kevin P. Scannell, Ramil Sagum + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser 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. + +License: GNU General Public License + +See /usr/share/common-licenses/GPL in your Debian system. --- aspell-tl-0.4-0.orig/debian/install +++ aspell-tl-0.4-0/debian/install @@ -0,0 +1,5 @@ +*.multi usr/lib/aspell +*.alias usr/lib/aspell +*.dat usr/lib/aspell +tl.cwl.gz usr/share/aspell +tl.compat tl.rws var/lib/aspell --- aspell-tl-0.4-0.orig/debian/README.Debian-source +++ aspell-tl-0.4-0/debian/README.Debian-source @@ -0,0 +1,17 @@ +Repacking the upstream source + +1. Get the upstream tarball from http://code.google.com/p/tagalog-wordlist/downloads +2. Unpack the archive + + $ tar xjf aspell6-tl-0.4.0.tar.bz2 + +3. Rename the archive to *.orig, removing the '6' from the word aspell. + + $ mv aspell6-tl-0.4.0 aspell-tl-0.4-0.orig + +4. Create the orig tarball + + $ tar czf aspell-tl_0.4-0.orig.tar.gz aspell-tl-0.4.0.orig + +4. get debian package files +5. rebuild --- aspell-tl-0.4-0.orig/debian/aspell-tl.info-aspell +++ aspell-tl-0.4-0/debian/aspell-tl.info-aspell @@ -0,0 +1,10 @@ +Language: tagalog (Tagalog Filipino) +Hash-Name: tagalog +Emacsen-Name: tagalog +Casechars: [A-ZÑa-zñ] +Not-Casechars: [^A-ZÑa-zñ] +Otherchars: [-'] +Many-Otherchars: no +AdditionalChars: ñÑ +Coding-System: iso-8859-1 +Aspell-Locales: tl_PH