~ubuntu-branches/ubuntu/utopic/texlive-bin/utopic

« back to all changes in this revision

Viewing changes to texk/texlive/linked_scripts/dosepsbin/dosepsbin.pl

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2012-04-10 10:16:01 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20120410101601-7mt8nyn280xrgza6
Tags: 2011.20120410-1
* new upstream checkout:
  - remove decls of popen and pclose (Closes: #64524) (!yow, 5 digit bug!)
  - do not declare getopt in C++, fixes FTBFS with g++ >= 4.7 
    (Closes: #667392)
* add patches (maybe to be included upstream) that allows inclusion of
  one config file in another for (x)dvipdfmx. This will be
  used by the paper code.
* fix description of libptexenc-dev package (Closes: #667694)
* remove xdvik patch, included upstream
* remove conflict with ptex-bin, we are building a transitional package now
* build with internal t1lib, as t1lib is going to disappear in
  wheezy (Closes: #667912) (no, dropping xdvi is not an option!)
  (add a lintian override otherwise this gives a lintian error)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
$^W=1;
5
5
 
6
6
my $prj = 'dosepsbin';
7
 
my $version = '1.1';
8
 
my $date = '2011/12/05';
 
7
my $version = '1.2';
 
8
my $date = '2012/03/22';
9
9
my $author = 'Heiko Oberdiek';
10
 
my $copyright = "Copyright 2011 $author";
 
10
my $copyright = "Copyright 2011-2012 $author";
11
11
 
12
12
my $verbose = 0;
13
13
my $quiet = 0;
196
196
            print "--> $type section is not available.\n" unless $quiet;
197
197
            return '<not present>';
198
198
        }
199
 
        $$ref_off >= 32 and $$ref_off < $inputfile_size or
 
199
        $$ref_off >= 30 and $$ref_off < $inputfile_size or
200
200
                die_error "Invalid offset of PS section", {
201
201
                    '1 input file' => $inputfile,
202
202
                    "2 offset of $type section" => $$ref_off,
298
298
 
299
299
=head1 VERSION
300
300
 
301
 
2011-12-05 v1.1
 
301
2012-03-22 v1.2
302
302
 
303
303
=head1 SYNOPSIS
304
304
 
407
407
 
408
408
=head1 COPYRIGHT AND LICENSE
409
409
 
410
 
Copyright 2011 by Heiko Oberdiek.
 
410
Copyright 2011-2012 by Heiko Oberdiek.
411
411
 
412
412
This library is free software; you may redistribute it and/or
413
413
modify it under the same terms as Perl itself
444
444
 
445
445
=back
446
446
 
 
447
=item B<2012/03/22 v1.2>
 
448
 
 
449
=over 2
 
450
 
 
451
=item * Fix in validation test for offset of PS section.
 
452
 
 
453
=back
 
454
 
447
455
=back
448
456
 
449
457
=cut