diff options
author | Torsten Hilbrich <torsten.hilbrich@gmx.net> | 2002-03-20 21:36:00 +0100 |
---|---|---|
committer | Torsten Hilbrich <torsten@hilbrich.net> | 2011-08-27 20:47:38 +0200 |
commit | 105666beb97db7bb4e32d92abffd1709b064864b (patch) | |
tree | f6f0781f4666163e7d5bc3665a9208ed022cec6d /debian | |
parent | d5ba212946944ccbe9297c04b413ad484a8a410a (diff) |
Imported version 1.8 from tarball
added search for similiar words when the searched word is not found
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c4f32cb..86c3080 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dictionary (1.8-1) unstable; urgency=low + + * added search for similiar words when the searched word is not found. + + -- Torsten Hilbrich <dictionary@myrkr.in-berlin.de> Wed, 20 Mar 2002 21:27:54 +0100 + dictionary (1.7.4-1) unstable; urgency=low * dictionary.el (dictionary-do-matching): removed quotes around diff --git a/debian/control b/debian/control index 22c21cb..fed4dd5 100644 --- a/debian/control +++ b/debian/control @@ -2,6 +2,7 @@ Source: dictionary Section: unofficial Priority: optional Maintainer: Torsten Hilbrich <dictionary@myrkr.in-berlin.de> +Build-Depends: dpkg-dev, debmake Standards-Version: 3.2.1 Package: dictionary |