File: gir.pm

package info (click to toggle)
gobject-introspection 1.58.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 18,384 kB
  • sloc: ansic: 37,493; xml: 15,012; python: 12,173; sh: 4,570; yacc: 1,601; makefile: 579; lex: 491; perl: 286
file content (8 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (9)
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;