~ubuntu-branches/ubuntu/lucid/heartbeat/lucid

« back to all changes in this revision

Viewing changes to debian/patches/01_docbook_path.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Ante Karamatic
  • Date: 2010-04-26 12:46:44 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20100426124644-sf3o5xkcqhnj85zx
Tags: 1:3.0.3-1ubuntu1
* Merge from debian unstable
* Remaining changes:
  - debian/control: Remove duplicated uuid-dev Build-Depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 01_docbook_path.dpatch by  <ivoks@lucid.init.lan>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: No description.
 
6
 
 
7
@DPATCH@
 
8
diff -urNad heartbeat-3.0.2~rc2~/doc/Makefile.am heartbeat-3.0.2~rc2/doc/Makefile.am
 
9
--- heartbeat-3.0.2~rc2~/doc/Makefile.am        2009-12-19 18:46:52.000000000 +0000
 
10
+++ heartbeat-3.0.2~rc2/doc/Makefile.am 2010-01-06 11:24:25.000000000 +0000
 
11
@@ -38,7 +38,7 @@
 
12
                         hb_standby.1 hb_takeover.1 hb_addnode.1 hb_delnode.1 \
 
13
                         ha.cf.5 authkeys.5
 
14
 
 
15
-STYLESHEET_PREFIX      ?= http://docbook.sourceforge.net/release/xsl/current
 
16
+STYLESHEET_PREFIX      ?= /usr/share/xml/docbook/stylesheet/docbook-xsl
 
17
 MANPAGES_STYLESHEET    ?= $(STYLESHEET_PREFIX)/manpages/docbook.xsl
 
18
 HTML_STYLESHEET        ?= $(STYLESHEET_PREFIX)/xhtml/docbook.xsl
 
19
 FO_STYLESHEET          ?= $(STYLESHEET_PREFIX)/fo/docbook.xsl