File: clean.patch

package info (click to toggle)
libmath-gsl-perl 0.42-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 155,120 kB
  • sloc: ansic: 676,323; perl: 24,277; makefile: 12
file content (28 lines) | stat: -rw-r--r-- 1,082 bytes parent folder | download | duplicates (2)
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
Description: add more generated files to cleanup list
 When building twice, we get an error:
 .
 dpkg-source: info: local changes detected, the modified files are:
  libmath-gsl-perl-0.40/swig/renames.1.15.i
  libmath-gsl-perl-0.40/swig/renames.1.16.i
  libmath-gsl-perl-0.40/swig/renames.2.0.i
  libmath-gsl-perl-0.40/swig/renames.2.1.i
  libmath-gsl-perl-0.40/swig/renames.2.2.1.i
  libmath-gsl-perl-0.40/swig/renames.2.2.i
 .
 Make sure these files are cleaned as well.
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2019-02-23
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=128606
Bug: https://rt.cpan.org/Ticket/Display.html?id=128606

--- a/Build.PL
+++ b/Build.PL
@@ -83,6 +83,7 @@ my $cleanup = qq{
                  xs/*_wrap*.c core *.core swig/system.i swig/renames.i
                  swig/*.o Makefile Math-GSL-* tmp* pod2ht*.tmp _build pm
                  lib/Math/GSL/[A-z]+/* blib *.so *.orig
+                 swig/renames.*.i
                 } . join " ", map { catfile( (qw/lib Math GSL/, "$_.pm") ) } $ver2func->subsystems;