~ubuntu-branches/ubuntu/edgy/agrep/edgy

« back to all changes in this revision

Viewing changes to debian/patches/02-manpage.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2005-12-27 17:01:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051227170100-nk2hnq0bnlkbk3q3
Tags: 4.17-2
Added patch to fix FTBS on amd64 (Closes: #344909).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh /usr/share/dpatch/dpatch-run
 
2
## 02-manpage.dpatch by Daniel Baumann <daniel.baumann@panthera-systems.net>
 
3
##
 
4
## DP: Fix Typo in manpage
 
5
 
 
6
@DPATCH@
 
7
 
 
8
diff -Naur agrep-4.17.orig/agrep.1 agrep-4.17/agrep.1
 
9
--- agrep-4.17.orig/agrep.1     1999-11-03 20:37:06.000000000 +0000
 
10
+++ agrep-4.17/agrep.1  2005-12-20 13:39:59.101562480 +0000
 
11
@@ -1,4 +1,4 @@
 
12
-.TH AGREP l "Jan 17, 1992"
 
13
+.TH AGREP 1 "Jan 17, 1992"
 
14
 .SH NAME
 
15
 agrep \- search a file for a string or regular expression, with approximate matching capabilities
 
16
 .SH SYNOPSIS