File: grid-packaging-tools-flavored-headers.patch

package info (click to toggle)
grid-packaging-tools 3.2globus2-5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,816 kB
  • ctags: 1,621
  • sloc: perl: 19,536; sh: 3,047; makefile: 320; exp: 89
file content (11 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
--- gpt-3.2.orig/packaging_tools/perl/GPT/MyFilelists.pm	2004-05-20 19:42:17.000000000 +0200
+++ gpt-3.2/packaging_tools/perl/GPT/MyFilelists.pm	2008-06-22 22:20:27.000000000 +0200
@@ -91,7 +91,7 @@
   push @$result, @$list;
   $me->{'filelist'}->reset();
 
-  $me->{'filelist'}->flavored_headers() if defined $me->{'mangling'};
+  $me->{'filelist'}->flavored_headers();
   $me->{'filelist'}->add_package_metadata_files('dev');
   $list = $me->{'filelist'}->get_list();
   push @$result, @$list;