diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 15 | ||||
-rw-r--r-- | debian/control | 6 | ||||
-rw-r--r-- | debian/files | 1 |
3 files changed, 19 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 331063b..c4f32cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +dictionary (1.7.4-1) unstable; urgency=low + + * dictionary.el (dictionary-do-matching): removed quotes around + dictionary name and match strategy + + * dictionary.el (dictionary-do-search): removed quotes around dictionary + name + + * dictionary.el (dictionary-display-more-info): removed quotes around + dictionary name + + This problem (occurring with jdictd) was reported by E C Vijil + + -- Torsten Hilbrich <dictionary@myrkr.in-berlin.de> Fri, 15 Mar 2002 21:19:23 +0100 + dictionary (1.7.3-1) unstable; urgency=low * dictionary.el (dictionary-default-popup-strategy): added this diff --git a/debian/control b/debian/control index e4fc207..22c21cb 100644 --- a/debian/control +++ b/debian/control @@ -1,11 +1,11 @@ Source: dictionary -Section: unknown +Section: unofficial Priority: optional -Maintainer: Torsten Hilbrich <Torsten.Hilbrich@gmx.net> +Maintainer: Torsten Hilbrich <dictionary@myrkr.in-berlin.de> Standards-Version: 3.2.1 Package: dictionary -Architecture: any +Architecture: all Depends: emacsen Description: dictionary client for emacs This dictionary client provides access to a dictionary server diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..e5456d4 --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +dictionary_1.7.4-1_all.deb unofficial optional |