File: 10man.dpatch

package info (click to toggle)
postfix 2.3.8-2%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 15,744 kB
  • ctags: 11,426
  • sloc: ansic: 81,810; makefile: 10,743; sh: 7,874; perl: 2,468; awk: 41
file content (26 lines) | stat: -rw-r--r-- 724 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#! /bin/sh /usr/share/dpatch/dpatch-run
## 10man.dpatch by LaMont Jones <lamont@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad debian-2.2/mantools/postlink /tmp/dpep.F70AKp/debian-2.2/mantools/postlink
--- debian-2.2/mantools/postlink	2005-05-04 14:42:14.000000000 -0600
+++ /tmp/dpep.F70AKp/debian-2.2/mantools/postlink	2005-05-05 10:18:23.000000000 -0600
@@ -12,6 +12,7 @@
 
     # Glue together words that were broken across line breaks.
 
+  {
   Again:
     if (/-[<\/bB>]*$/) {
 	$_ .= "\n";
@@ -20,6 +21,7 @@
 	chop if $len1 < length;
 	goto Again;
     }
+  }
     if (/<[Aa] *[HhNn][RrAa][EeMm][FfEe] *=/) {
 	print;
 	$printit = 0;