~ubuntu-branches/ubuntu/utopic/tcm/utopic

« back to all changes in this revision

Viewing changes to debian/patches/20_fix_doc.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador
  • Date: 2006-04-08 10:03:43 UTC
  • mfrom: (3.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060408100343-tzzrb9gv77f6cbw9
Tags: 2.20+TSQD-3
* Ack previous NMUs.
  - Added 30_amd64_null.dpatch from Adrian Knoth to fix segfaults on amd64.
    (Closes: #339040) (Thanks Norbert Tretkowski <nobse@debian.org>)
  - debian/Config.tmpl: Fix conditional syntax. (Closes: #355985)
    (Thanks Matej Vela <vela@debian.org>)
* Add 31_fix_gcc_4_1.dpatch: fix ugly C++ programming. Thanks to Martin
  Michlmayr <tbm@cyrius.com> for the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 20_fix_doc.dpatch by Otavio Salvador <otavio@debian.org>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: No description.
 
6
 
 
7
@DPATCH@
 
8
diff -urNad --exclude=CVS --exclude=.svn ./doc/index.html /tmp/dpep-work.vCjNjE/tcm-2.20+TSQD/doc/index.html
 
9
--- ./doc/index.html    2004-07-21 14:41:33.000000000 -0300
 
10
+++ /tmp/dpep-work.vCjNjE/tcm-2.20+TSQD/doc/index.html  2005-09-14 20:43:23.851685128 -0300
 
11
@@ -7,8 +7,6 @@
 
12
 <h1> Local TCM Documentation </h1>
 
13
  
 
14
 <ul>
 
15
-<li> <a href="../README"> TCM README </a>
 
16
-<li> <a href="../INSTALL"> (Short) TCM Installation </a>
 
17
 <li> <a href="usersguide/index.html"> TCM user's guide </a>
 
18
 <li> <a href="wishlist/WishList.html"> TCM wish list </a>
 
19
 <li> <a href="wishlist/FutureDevelopments.html"> TCM's future developments </a>