~ubuntu-branches/ubuntu/precise/dict-devil/precise

« back to all changes in this revision

Viewing changes to debian/patch

  • Committer: Bazaar Package Importer
  • Author(s): Bob Hilliard
  • Date: 2003-12-26 17:52:12 UTC
  • Revision ID: james.westby@ubuntu.com-20031226175212-pbrt01o82amchb0m
Tags: 1.0-8

* Edited devils.txt: 
  
  under LAUREL s/_vide supra_/LAUREATE/ (vide supra
    is not appropraite when only one entry is displayed by dict).

  The following correct typos in the original:
    under FRYING-PAN s/broiling in/broiling is/
    under I s/clearer the/clearer to the/
    under K s/pums/puns/
    under PRE-ADAMITE s/race of antedated/race that antedated/
    under RICE-WATER s/fat which/fat witch/

* Used modified devil2dict from Matej Vela <vela@debian.org> instead of
  my sedscript for pre-processing devils.txt.  This indexes multi-word,
  hyphenated, and apostrophized headwords. Closes: #222494.  This includes
  the fix provided by Grant Hollingworth <grant@antiflux.org> in Bug
  #221190.  Closes: #221190.  Thanks, Grant and Matej,

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Date: Sun, 16 Nov 2003 22:24:50 -0700
 
2
From: Grant Hollingworth <grant@antiflux.org>
 
3
Package: dict-devil
 
4
Version: 1.0-7
 
5
Severity: minor
 
6
Tags: patch
 
7
 
 
8
The headers for each letter are kept in the formatted dictionary. 'A'
 
9
gets included in the database info.
 
10
 
 
11
An extra bit of sed gets rid of them:
 
12
 
 
13
--- dict-devil-1.0/debian/rules-orig    Sun Nov 16 10:12:03 2003
 
14
+++ dict-devil-1.0/debian/rules         Sun Nov 16 20:54:08 2003
 
15
@@ -81,7 +81,7 @@
 
16
        $(checkdir)
 
17
        test -f stamp-build  || $(MAKE) -f debian/rules build
 
18
        rm -rf               debian/tmp*
 
19
-       sed  's/^[[:upper:]]\{2,\}/:&:/' ./devils.txt | \
 
20
+       sed  '/^[[:space:]]\{1,\}[[:upper:]]$/d;s/^[[:upper:]]\{2,\}/:&:/' ./devils.txt | \
 
21
        /usr/bin/dictfmt -j -u http://wiretap.area.com/Gopher/Library/Classic/devils.txt\
 
22
                -s "The Devil's Dictionary (1881-1906)" devil 
 
23
        /usr/bin/dictzip devil.dict 
 
24
 
 
25
-- System Information
 
26
Debian Release: 3.0
 
27
Architecture: i386
 
28
Kernel: Linux okcomputer 2.4.21 #1 SMP Fri Jun 13 14:24:50 MDT 2003 i686
 
29
Locale: LANG=en_CA, LC_CTYPE=en_CA
 
30
 
 
31
Versions of packages dict-devil depends on:
 
32
ii  dictd                         1.9.10-2   Dictionary Server
 
33
ii  dictd [dict-server]           1.9.10-2   Dictionary Server
 
34