--- aspell-bn-0.60.0.01.1.1.orig/debian/copyright +++ aspell-bn-0.60.0.01.1.1/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Soumyadip Modak on +Sun, 21 Mar 2004 00:15:33 +0530. + +It was downloaded from: + +Upstream Authors: Dr. Abhijit Das + Taneem Ahmed + +Copyright (C) 2004 The Ankur Group + +License: + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the + Free Software Foundation; either version 2 of the License, or (at + your option) any later version. + + This program 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 program; 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 can be +found in /usr/share/common-licenses/GPL-2 and /usr/share/common-licenses/GPL +file. --- aspell-bn-0.60.0.01.1.1.orig/debian/dirs +++ aspell-bn-0.60.0.01.1.1/debian/dirs @@ -0,0 +1,3 @@ +usr/lib/aspell +usr/share/aspell +var/lib/aspell --- aspell-bn-0.60.0.01.1.1.orig/debian/README.Debian +++ aspell-bn-0.60.0.01.1.1/debian/README.Debian @@ -0,0 +1,6 @@ +aspell-bn for Debian +-------------------- + + The original bn.cwl was gzipped to conform to Debian aspell requirements. + + -- Soumyadip Modak Sun, 21 Mar 2004 00:15:33 +0530 --- aspell-bn-0.60.0.01.1.1.orig/debian/install +++ aspell-bn-0.60.0.01.1.1/debian/install @@ -0,0 +1,5 @@ +*.multi usr/lib/aspell +*.alias usr/lib/aspell +*.dat usr/lib/aspell +u-beng.cset usr/lib/aspell +u-beng.cmap usr/lib/aspell --- aspell-bn-0.60.0.01.1.1.orig/debian/rules +++ aspell-bn-0.60.0.01.1.1/debian/rules @@ -0,0 +1,19 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk + +DICT_LANG := bn + +install/aspell-$(DICT_LANG):: + set -e; \ + for f in *.cwl; do \ + gzip -9 -c "$$f" > "$(DEB_DESTDIR)/usr/share/aspell/"$$f".gz"; \ + WL=`echo $$f | sed 's/\.cwl$$//'`; \ + touch "$(DEB_DESTDIR)/var/lib/aspell/$$WL.rws"; \ + dh_link "var/lib/aspell/$$WL.rws" "usr/lib/aspell/$$WL.rws"; \ + echo "$$WL" >> "$(DEB_DESTDIR)/usr/share/aspell/$(DICT_LANG).contents"; \ + done + + touch $(DEB_DESTDIR)/var/lib/aspell/$(DICT_LANG).compat + + installdeb-aspell --- aspell-bn-0.60.0.01.1.1.orig/debian/compat +++ aspell-bn-0.60.0.01.1.1/debian/compat @@ -0,0 +1 @@ +5 --- aspell-bn-0.60.0.01.1.1.orig/debian/control +++ aspell-bn-0.60.0.01.1.1/debian/control @@ -0,0 +1,19 @@ +Source: aspell-bn +Section: text +Priority: optional +Maintainer: Debian-IN Team +Uploaders: Soumyadip Modak , Jaldhar H. Vyas +Build-Depends: debhelper (>= 5), cdbs (>= 0.4.0) +Build-Depends-Indep: dictionaries-common-dev (>= 0.9.1) +Homepage: http://www.bengalinux.org/ +Vcs-Svn: svn://svn.debian.org/debian-in/aspell-bn/trunk +Vcs-Browser: http://svn.debian.org/wsvn/debian-in/aspell-bn/trunk +Standards-Version: 3.7.3 + + +Package: aspell-bn +Architecture: all +Depends: aspell (>= 0.60.3-2), dictionaries-common (>= 0.49.2) +Description: Bengali (bn) dictionary for GNU aspell + This package provides the Bengali (bn) wordlist for aspell, developed by The + Ankur Group. --- aspell-bn-0.60.0.01.1.1.orig/debian/changelog +++ aspell-bn-0.60.0.01.1.1/debian/changelog @@ -0,0 +1,99 @@ +aspell-bn (0.60.0.01.1.1-7) unstable; urgency=low + + [Kartik Mistry] + * Added debian/watch file + * debian/copyright: + + Moved copyright out of license section + + Updated link of GPL + + Added copyright year + * debian/control: + + Updated standards-version to 3.7.3 + + Use Homepage as control field + + Updated package descriptions + + Added VCS-* fields + * debian/changelog: + + Fixed typo from previous changelog entry + + -- Debian-IN Team Sat, 26 Jan 2008 14:23:18 +0530 + +aspell-bn (0.60.0.01.1.1-6) unstable; urgency=low + + [Kartik Mistry] + * Set maintainer address to Debian-IN Team + * Updated standards-version to 3.7.2 + * Updated debhelper compatibility to 5 + * debian/copyright: updated according to standard copyright + * debian/control: fixed build-dependency, added homepage to long description + * debian/README.Debian: updated according to standard file + + -- Debian-IN Team Mon, 21 May 2007 10:30:01 +0530 + +aspell-bn (0.60.0.01.1.1-5) unstable; urgency=low + + * Added a line 'set -e; \' just before the for loop in debian/rules + * Added the u-beng.cset and u-beng.cmap files to debian/install to install + the two files in the package (Closes: #327788) + + -- Soumyadip Modak Wed, 21 Sep 2005 13:40:00 +0530 + +aspell-bn (0.60.0.01.1.1-4) unstable; urgency=low + + * Added the aspell-bn.info-aspell file. Missed it last time. + + -- Soumyadip Modak Sun, 04 Sep 2005 11:22:00 +0530 + +aspell-bn (0.60.0.01.1.1-3) unstable; urgency=low + + * Changed control (it's now identical to the aspell-en control). + * Removed prerm, preinst and postinst. + * Added a couple of new files (install and dirs) to mirror the debian + directory structure of aspell-en + * aspell-bn should conform to the new aspell dictionary packaging policy + (Closes: #319681) + + -- Soumyadip Modak Sun, 04 Sep 2005 11:16:00 +0530 + +aspell-bn (0.60.0.01.1.1-2) unstable; urgency=high + + * Sorry, I messed up the last upload. Trying again. + * New version which works with aspell 0.60. (Closes: #297149) + Thanks to Ognyan Kulev for his help with this bug. + * Uploaded for Soumyadip by Jaldhar H. Vyas + + -- Jaldhar H. Vyas Mon, 28 Mar 2005 09:37:17 -0500 + +aspell-bn (0.60.0.01.1.1-1) unstable; urgency=high + + * Failed upload. + + -- Jaldhar H. Vyas Sun, 27 Mar 2005 16:29:54 -0500 + +aspell-bn (0.50.1-4) unstable; urgency=low + + * reuploaded to fix botched upload. + * Uploaded for Soumyadip by Jaldhar H. Vyas + + -- Jaldhar H. Vyas Fri, 30 Apr 2004 01:16:08 -0400 + +aspell-bn (0.50.1-3) unstable; urgency=low + + * Repacked the source so the package is no longer debian-native. + * Removed unneeded code from debian/rules + * removed debian/dirs as it is unused. + * Fixed so that configure is called with the right options. + * Uploaded for Soumyadip by Jaldhar H. Vyas + + -- Jaldhar H. Vyas Thu, 29 Apr 2004 23:32:00 -0400 + +aspell-bn (0.50.1-2) unstable; urgency=low + + * Corrections to the control file to ensure that aspell is listed among + dependencies. + + -- Soumyadip Modak Mon, 22 Mar 2004 22:46:21 +0530 + +aspell-bn (0.50.1-1) unstable; urgency=low + + * Initial Release. + + -- Soumyadip Modak Sun, 21 Mar 2004 00:15:33 +0530 --- aspell-bn-0.60.0.01.1.1.orig/debian/watch +++ aspell-bn-0.60.0.01.1.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://ftp.gnu.org/gnu/aspell/dict/bn/aspell6-bn-(.*)\.tar\.bz2 --- aspell-bn-0.60.0.01.1.1.orig/debian/aspell-bn.info-aspell +++ aspell-bn-0.60.0.01.1.1/debian/aspell-bn.info-aspell @@ -0,0 +1,4 @@ +Language: bengali (Bengali) +Hash-Name: bn +Emacsen-Name: bengali +Coding-System: iso-8859-1 --- aspell-bn-0.60.0.01.1.1.orig/Makefile +++ aspell-bn-0.60.0.01.1.1/Makefile @@ -0,0 +1,81 @@ +ASPELL = /usr/bin/aspell +ASPELL_FLAGS = +PREZIP = +DESTDIR = /home/soumyadip/debian/aspell-bn/debian/tmp +dictdir = /usr/lib/aspell +datadir = /usr/share/aspell + +# Generated with Aspell Dicts "proc" script version 0.60.3 + +lang = bn +version = 0.01.1-1 + +cwl_files = bn.cwl +data_files = bn.dat u-beng.cset u-beng.cmap +doc_files = README COPYING Copyright +extra_files = configure info Makefile.pre +multi_files = bengali.alias bn.multi +rws_files = bn.rws + +distdir=aspell6-${lang}-${version} + +all: ${rws_files} ${data_files} + +install: all + mkdir -p ${DESTDIR}${dictdir}/ + cp ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/ + cd ${DESTDIR}${dictdir}/ && chmod 644 ${rws_files} ${multi_files} + mkdir -p ${DESTDIR}${datadir}/ + cp ${data_files} ${DESTDIR}${datadir}/ + cd ${DESTDIR}${datadir}/ && chmod 644 ${data_files} + +clean: + rm -f ${rws_files} + +distclean: clean + rm -f Makefile + +maintainer-clean: distclean + rm -f ${multi_files} configure Makefile.pre + +uninstall: + -cd ${DESTDIR}${dictdir}/ && rm ${rws_files} ${multi_files} ${link_files} + -cd ${DESTDIR}${datadir}/ && rm ${data_files} + +dist: ${cwl_files} + perl proc + ./configure + @make dist-nogen + +dist-nogen: + -rm -r ${distdir}.tar.bz2 ${distdir} + mkdir ${distdir} + cp -p ${extra_files} ${cwl_files} ${multi_files} ${doc_files} ${data_files} ${distdir}/ + -test -e doc && mkdir ${distdir}/doc && chmod 755 ${distdir}/doc && cp -pr doc/* ${distdir}/doc/ + -test -e misc && mkdir ${distdir}/misc && chmod 755 ${distdir}/misc && cp -pr misc/* ${distdir}/misc/ + tar cf ${distdir}.tar ${distdir}/ + bzip2 -9 ${distdir}.tar + rm -r ${distdir}/ + +distcheck: + tar xfj ${distdir}.tar.bz2 + cd ${distdir} && ./configure && make + +rel: + mv ${distdir}.tar.bz2 ../rel + + +bn.rws: bn.cwl + + +.SUFFIXES: .cwl .rws .wl + +.cwl.rws: + ${PREZIP} -d < $< | ${ASPELL} ${ASPELL_FLAGS} --lang=bn create master ./$@ + +.wl.cwl: + cat $< | LC_COLLATE=C sort -u | ${PREZIP} -z > $@ + +.pz: + ${PREZIP} -d < $< > $@ +