--- aspell-he-1.0-0.orig/debian/rules
+++ aspell-he-1.0-0/debian/rules
@@ -0,0 +1,68 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode. 
+#export DH_VERBOSE=1
+
+# This has to be exported to make some magic below work.
+export DH_OPTIONS
+BASEDIR=`pwd`/debian/aspell-he
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	./configure
+	touch configure-stamp
+
+build: configure-stamp build-stamp
+build-stamp:
+	dh_testdir
+	$(MAKE)
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+	[ ! -f Makefile ] || $(MAKE) distclean
+	dh_clean
+
+install: DH_OPTIONS=
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	$(MAKE) DESTDIR=$(BASEDIR) install
+	gzip -9c he.cwl > $(BASEDIR)/usr/share/aspell/he.cwl.gz
+	touch $(BASEDIR)/var/lib/aspell/he.compat
+	touch $(BASEDIR)/var/lib/aspell/he.rws
+	ln -sf /var/lib/aspell/he.rws $(BASEDIR)/usr/lib/aspell/he.rws
+	echo he >> $(BASEDIR)/usr/share/aspell/he.contents
+	installdeb-aspell
+#	dh_movefiles
+
+# Build architecture-independent files here.
+# Pass -i to all debhelper commands in this target to reduce clutter.
+binary-indep: DH_OPTIONS=-i
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installinfo
+	dh_installchangelogs
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums --exclude=he.compat --exclude=he.rws
+	dh_builddeb
+
+# Build architecture-dependent files here.
+# Pass -a to all debhelper commands in this target to reduce clutter.
+binary-arch: DH_OPTIONS=-a
+binary-arch: 
+# Nothing to do here
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
--- aspell-he-1.0-0.orig/debian/compat
+++ aspell-he-1.0-0/debian/compat
@@ -0,0 +1 @@
+5
--- aspell-he-1.0-0.orig/debian/docs
+++ aspell-he-1.0-0/debian/docs
@@ -0,0 +1 @@
+README
--- aspell-he-1.0-0.orig/debian/changelog
+++ aspell-he-1.0-0/debian/changelog
@@ -0,0 +1,67 @@
+aspell-he (1.0-0-3) unstable; urgency=low
+
+  * Remove md5sums for /var/lib/aspell/he.{compat,rws} (Closes: #499882).
+  * Bump Standards-Version to 3.8.0 (no changes needed).
+  * Add Homepage to debian/control.
+
+ -- Lior Kaplan <kaplan@debian.org>  Wed, 24 Sep 2008 10:19:42 +0300
+
+aspell-he (1.0-0-2) unstable; urgency=low
+
+  * Doesn't have a homepage, What was marked as homepage was just the source
+    of download
+  * Add pointers to the subversion repository in the control headers
+  * Update Standards-Version to 3.7.3, no changes needed
+  * Do not ignore errors in make distclean
+
+ -- Baruch Even <baruch@debian.org>  Sat, 29 Dec 2007 07:11:49 +0200
+
+aspell-he (1.0-0-1) unstable; urgency=low
+
+  * Pseudo new upstream release
+    - Change release version from 1.0+0 to 1.0-1 in order to be identical to
+      upstream. See #389644 for more info.
+    - This forces re-upload of the same orig.tar.gz with a new name.
+    - The watch file finally works (:
+  * debian/control: change provides from aspell6a-dictionary to
+    aspell-dictionary as most aspell-* packages.
+
+ -- Lior Kaplan <kaplan@debian.org>  Mon,  2 Oct 2006 20:19:57 +0200
+
+aspell-he (1.0+0-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control:
+    - Split build depends to arch dependent / independent
+    - Change standards version to 3.7.2 (no changes needed)
+
+ -- Lior Kaplan <kaplan@debian.org>  Fri,  2 Jun 2006 22:58:45 +0300
+
+aspell-he (0.9+0-4) unstable; urgency=low
+
+  * Incorrect "contents" file was created by debian/rules (Closes: #340754)
+
+ -- Lior Kaplan <webmaster@guides.co.il>  Fri, 25 Nov 2005 19:55:56 +0200
+
+aspell-he (0.9+0-3) unstable; urgency=low
+
+  * Switch to new aspell package (Closes: #322007)
+    - Make package for all arches
+    - Provide new data files for aspell
+    - Remove relationship to aspell-bin
+
+ -- Baruch Even <baruch@debian.org>  Sun, 18 Sep 2005 23:24:31 +0100
+
+aspell-he (0.9+0-2) unstable; urgency=low
+
+  * Upgrade to new aspell standard (old-style hashes). Applied patches from 
+    Ubuntu by Matthias Klose <doko@ubuntu.com>. (Closes: #318901)
+
+ -- Lior Kaplan <webmaster@guides.co.il>  Sat, 17 Sep 2005 16:01:25 +0300
+
+aspell-he (0.9+0-1) unstable; urgency=low
+
+  * Initial release Closes: #318916
+
+ -- Baruch Even <baruch@debian.org>  Mon, 18 Jul 2005 17:01:07 +0100
+
--- aspell-he-1.0-0.orig/debian/control
+++ aspell-he-1.0-0/debian/control
@@ -0,0 +1,19 @@
+Source: aspell-he
+Section: text
+Priority: optional
+Maintainer: Debian Hebrew Packaging Team <debian-hebrew-package@lists.alioth.debian.org>
+Uploaders: Baruch Even <baruch@debian.org>, Lior Kaplan <kaplan@debian.org>, Shachar Shemesh <shachar@debian.org>
+Standards-Version: 3.8.0
+Build-Depends: debhelper (>> 5.0.0)
+Build-Depends-Indep: aspell (>= 0.60.3-2), dictionaries-common-dev (>= 0.49.2)
+Vcs-Svn: svn://svn.debian.org/svn/debian-hebrew/pkg/aspell-he
+Vcs-Browser: http://svn.debian.org/wsvn/debian-hebrew/pkg/aspell-he
+Homepage: ftp://ftp.gnu.org/gnu/aspell/dict/he/
+
+Package: aspell-he
+Architecture: all
+Provides: aspell-dictionary
+Depends: aspell (>= 0.60.3-2), dictionaries-common (>= 0.49.2)
+Description: Hebrew dictionary for aspell
+ This package contains all the required files to add support
+ for Hebrew language to aspell spell checker.
--- aspell-he-1.0-0.orig/debian/dirs
+++ aspell-he-1.0-0/debian/dirs
@@ -0,0 +1,4 @@
+var/lib/aspell
+usr/lib/aspell
+usr/share/aspell
+var/lib/dictionaries-common
--- aspell-he-1.0-0.orig/debian/info-aspell
+++ aspell-he-1.0-0/debian/info-aspell
@@ -0,0 +1,11 @@
+Language: עברית (Hebrew)
+Hash-Name: hebrew
+Emacsen-Name: hebrew
+Casechars: [אבגדהוזחטיכלמםנןסעפףצץקרשת]
+Not-Casechars: [^אבגדהוזחטיכלמםנןסעפףצץקרשת]
+Otherchars: [-']
+Many-Otherchars: no
+Ispell-Args:
+Coding-System: iso-8859-8
+Aspell-Locales: he, he_IL
+Pspell-Ispell: he iso8859-8
--- aspell-he-1.0-0.orig/debian/copyright
+++ aspell-he-1.0-0/debian/copyright
@@ -0,0 +1,25 @@
+This package was debianized by Baruch Even <baruch@debian.org> on
+Mon, 18 Jul 2005 17:01:07 +0100.
+
+It was downloaded from ftp://ftp.gnu.org/gnu/aspell/dict/he/
+
+Copyright Holder: Nadav Har'El   <nadav@harel.org.il> 
+                  Dan Kenigsberg <danken@cs.technion.ac.il>
+
+License:
+
+The Aspell dictionary for Hebrew is based on Hspell and
+released under the GNU GPL version 2.
+
+Hspell is copyright (C) 2000-2003, Nadav Har'El and Dan Kenigsberg.
+
+It is released to the public licensed under the GNU General Public License
+(GPL). See the COPYING file included in this distribution for the whole text
+of the GNU General Public License version 2.
+
+Note that not only the programs in the distribution, but also the
+dictionary files and the generated word lists, are licensed under the GPL.
+There is no warranty of any kind for the contents of this distribution.
+
+In a Debian system you can find the GPL version 2 license under
+/usr/share/common-licenses/GPL-2
--- aspell-he-1.0-0.orig/debian/watch
+++ aspell-he-1.0-0/debian/watch
@@ -0,0 +1,4 @@
+# See uscan(1) for format
+# Compulsory line, this is a version 3 file
+version=3
+ftp://ftp.gnu.org/gnu/aspell/dict/he/aspell6-he-(.*)\.tar\.bz2 
