~ubuntu-branches/ubuntu/raring/latexmk/raring-proposed

« back to all changes in this revision

Viewing changes to debian/patches/rc_system_files.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ragwitz
  • Date: 2006-06-12 00:43:25 UTC
  • Revision ID: james.westby@ubuntu.com-20060612004325-aj6ifys8nhcmadi4
Tags: 307a-1
Initial release. (Closes: #344562)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## rc_system_files.dpatch by Florian Ragwitz <rafl@debian.org>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: add /etc/LatexMk to @rc_system_files
 
6
 
 
7
@DPATCH@
 
8
 
 
9
--- latexmk-307a.orig/latexmk.pl        2006-06-12 01:39:17.959196512 +0200
 
10
+++ latexmk-307a/latexmk.pl     2006-06-12 01:39:56.378355912 +0200
 
11
@@ -537,7 +537,8 @@
 
12
     ## /usr/local/lib/latexmk/LatexMk is put in the list for
 
13
     ## compatibility with older versions of latexmk.
 
14
     @rc_system_files = 
 
15
-     ( '/opt/local/share/latexmk/LatexMk', 
 
16
+     ( '/etc/LatexMk',
 
17
+       '/opt/local/share/latexmk/LatexMk', 
 
18
        '/usr/local/share/latexmk/LatexMk',
 
19
        '/usr/local/lib/latexmk/LatexMk' );
 
20