File: fortran.pm

package info (click to toggle)
dh-fortran 0.45
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 492 kB
  • sloc: f90: 5,686; perl: 531; python: 296; makefile: 79; sh: 7
file content (14 lines) | stat: -rw-r--r-- 273 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/perl -w

use strict;
use Debian::Debhelper::Dh_Lib;

insert_after("dh_install", "dh_fortran_mod");

insert_after("dh_fortran_lib", "dh_fortran_lib");

insert_after("dh_fortran_lib", "dh_fortran_cmake");

insert_after("dh_fortran_lib", "dh_fortran_pkgconf");

1;