File: gir.pm

package info (click to toggle)
gobject-introspection 1.66.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 15,604 kB
  • sloc: ansic: 39,345; xml: 14,694; python: 12,688; yacc: 1,640; lex: 497; perl: 271; sh: 84; makefile: 70
file content (8 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
#!/usr/bin/perl
use warnings;
use strict;
use Debian::Debhelper::Dh_Lib;

insert_after("dh_shlibdeps", "dh_girepository");

1;