~ubuntu-branches/ubuntu/karmic/vips/karmic

« back to all changes in this revision

Viewing changes to debian/scripts/create_missing_manual_pages

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2007-08-13 17:01:24 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070813170124-p88bmpdb7ogzj7qi
Tags: 7.12.4-1ubuntu1
* Merge from Debian unstable.
* Hideous fix: debian/python-vipscc.install change from python2.4 to 2.5
  * Should really be fixed more appropriately
* Update maintainer fields per spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env perl
2
 
#
3
 
# $Id: create_missing_manual_pages 41 2004-08-03 01:55:52Z ejb $
4
 
# $Source: /home/ejb/Q/debian/CVSroot/vips7.10/debian/scripts/create_missing_manual_pages,v $
5
 
# $Author: ejb $
6
 
#
7
 
 
8
2
require 5.008;
9
3
BEGIN { $^W = 1; }
10
4
use strict;