~ubuntu-branches/ubuntu/trusty/librep/trusty

« back to all changes in this revision

Viewing changes to debian/patches/01_news.texi.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): William Alexander Grant
  • Date: 2006-08-21 16:45:44 UTC
  • mfrom: (3.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20060821164544-grafjlgfm2tb6q7i
Tags: 0.17-13ubuntu1
* Merge from debian unstable.
  - Still building with --with-stack-direction=-1 for ppc/ia64.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh -e
2
 
 
3
 
if [ $# -ne 1 ]; then
4
 
    echo >&2 "$0: script expects -patch|-unpatch as argument"
5
 
    exit 1
6
 
fi
7
 
case "$1" in
8
 
    -patch) patch -f -p0 < $0;;
9
 
    -unpatch) patch -f -R -p0 < $0;;
10
 
    *)
11
 
        echo >&2 "$0: script expects -patch|-unpatch as argument"
12
 
        exit 1
13
 
esac
14
 
exit 0
15
 
 
16
 
--- man/news.texi.orig  Wed Jul 18 15:41:34 2001
17
 
+++ man/news.texi       Wed Jul 18 15:42:04 2001
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 01_news.texi.dpatch by Christian Marillat <marillat@debian.org>
 
3
##
 
4
## All lines beginning with ## DP:' are a description of the patch.
 
5
## DP:
 
6
 
 
7
@DPATCH@
 
8
 
 
9
--- librep-0.17.orig/man/news.texi      Wed Jul 18 15:41:34 2001
 
10
+++ librep-0.17/man/news.texi   Wed Jul 18 15:42:04 2001
18
11
@@ -35,7 +35,7 @@
19
12
 @item New functions in @code{rep.data} module, @code{list->vector} and
20
13
 @code{vector->list}