~ubuntu-branches/ubuntu/precise/pfstools/precise

« back to all changes in this revision

Viewing changes to install-sh

  • Committer: Bazaar Package Importer
  • Author(s): Cesare Tirabassi
  • Date: 2008-03-21 11:52:39 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080321115239-5wshca3lgpr3dniq
Tags: 1.6.4-1ubuntu1
* Merge from Debian unstable (LP: #201962). Remaining Ubuntu changes:
  - octave2.{1,9} -> octave3.0 transition
    + debian/control:
      removed build-dep-conflicts against octave2.9-headers
      changed build-dep from octave2.1 to octave3.0
      changed dep for octave-pfstools binary package to octave3.0
      changed dep for pfstools binary package to octave3.0
    + src/octave/pfsopen.cpp:
      Applied patch from upstream
      Patch taken from:
      http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=458131
  - debian/rules:
    + change chmod 644 debian/tmp/usr/share/octave/site/api-v13/m/pfstools/*
      to chmod 644 debian/tmp/$(MDIR)/pfstools/* to avoid FTBFS
  - Set maintainer to MOTU.
* octave2.{1,9} -> octave3.0 transition
  - src/octave/pfsoctavelum & src/octave/pfsoctavergb:
    + Applied patch from upstream
      Patch taken from:
      http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=458131

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
# install - install a program, script, or datafile
3
3
 
4
 
scriptversion=2005-02-02.21
 
4
scriptversion=2005-05-14.22
5
5
 
6
6
# This originates from X11R5 (mit/util/scripts/install.sh), which was
7
7
# later released in X11R6 (xc/config/util/install.sh) with the