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 27 28 29 30 31 32 33 34 35 36 37 38
|
Description: move files from /usr/local
This patch set moves files from /usr/local to the standard Debian
location in /usr.
---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:
Last-Update: 2011-11-18
--- pgplot5-5.2.2.orig/makehtml
+++ pgplot5-5.2.2/makehtml
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
$, = ' '; # set output field separator
$\ = "\n"; # set output record separator
--- pgplot5-5.2.2.orig/maketex
+++ pgplot5-5.2.2/maketex
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
$, = ' '; # set output field separator
$\ = "\n"; # set output record separator
--- pgplot5-5.2.2.orig/src/grgfil.f
+++ pgplot5-5.2.2/src/grgfil.f
@@ -26,7 +26,7 @@ C--
C 2-Dec-1994 - new routine [TJP].
C-----------------------------------------------------------------------
CHARACTER*(*) DEFDIR, DEFFNT, DEFRGB
- PARAMETER (DEFDIR='/usr/local/pgplot/')
+ PARAMETER (DEFDIR='/usr/lib/pgplot5/')
PARAMETER (DEFFNT='grfont.dat')
PARAMETER (DEFRGB='rgb.txt')
CHARACTER*255 FF
|