~ubuntu-branches/ubuntu/trusty/agrep/trusty

« back to all changes in this revision

Viewing changes to debian/patches/03-manpage-fhs-dir-dict.dpatch

  • Committer: Package Import Robot
  • Author(s): Jari Aalto
  • Date: 2012-02-23 09:26:12 UTC
  • Revision ID: package-import@ubuntu.com-20120223092612-vj6qjuczp5inztqg
Tags: 4.17-8
* debian/compat
  - Update to 9
* debian/control
  - (Build-Depends): update to debhelper 9, dpkg-dev 1.16.1. Remove
    dpatch.
* debian/install
  - New file.
* debian/copyright:
  - Update to DEP5.
* debian/patches
  - Convert all patches to quilt.
  - Renumber patches: number 10-19 are used for manual pages.
* debian/rules
  - Update to dh(1).
  - Use hardened CFLAGS.
    http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags
* debian/source/format
  - New. Update to 3.0.
* debian/debian-vars.mk
  - Delete. No longer needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## /tmp/manpage-fhs-dir-dict.patch.dpatch by  <jari.aalto@cante.net>
3
 
##
4
 
## All lines beginning with `## DP:' are a description of the patch.
5
 
## DP: Fix FHS /usr/share/dict/words
6
 
 
7
 
@DPATCH@
8
 
 
9
 
diff --git a/agrep.1 b/agrep.1
10
 
index 0c17cc2..13b332d 100644
11
 
--- a/agrep.1
12
 
+++ b/agrep.1
13
 
@@ -298,7 +298,7 @@ outputs the lines containing ABCD followed, within arbitrary
14
 
 distance, by YZ, with up to one additional insertion
15
 
 (\-D2 and \-S2 make deletions and substitutions too "expensive").
16
 
 .TP
17
 
-agrep \-5 \-p abcdefghij /usr/dict/words
18
 
+agrep \-5 \-p abcdefghij /usr/share/dict/words
19
 
 outputs the list of all words containing at least 5 of the first 10
20
 
 letters of the alphabet \fIin order\fR.  (Try it:  any list starting
21
 
 with academia and ending with sacrilegious must mean something!)