~xnox/ubuntu/raring/abi-compliance-checker/dh_acc

« back to all changes in this revision

Viewing changes to debian/dh/acc.pm

  • Committer: Dmitrijs Ledkovs
  • Date: 2013-04-16 23:07:01 UTC
  • Revision ID: dmitrijs.ledkovs@canonical.com-20130416230701-8byn818y1g1t9k4m
Add dh_acc to generate and compare library dumps at build time,
together with addons for dh(7) and cdbs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/perl
 
2
use warnings;
 
3
use strict;
 
4
use Debian::Debhelper::Dh_Lib;
 
5
 
 
6
insert_after("dh_link", "dh_acc");
 
7
 
 
8
1;