~ubuntu-branches/debian/stretch/libxt/stretch

« back to all changes in this revision

Viewing changes to install-sh

  • Committer: Bazaar Package Importer
  • Author(s): David Nusinow, Andres Salomon, Drew Parsons, David Nusinow
  • Date: 2006-08-30 16:25:44 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060830162544-a7ivf3vtoy2tnfhz
[ Andres Salomon ]
* Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
  idempotency fix.

[ Drew Parsons ]
* dbg package has priority extra.

[ David Nusinow ]
* Re-create manpage sections patch. Now it dynamically generates the
  internal section from __libmansuffix__. Pushed upstream too.

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