File: dh_pyppd.pm

package info (click to toggle)
pyppd 1.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 196 kB
  • ctags: 69
  • sloc: python: 366; perl: 46; makefile: 20
file content (8 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
use warnings;
use strict;

use Debian::Debhelper::Dh_Lib;

insert_after('dh_install', 'dh_pyppd');

1;