diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-07-18 21:12:29 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-07-18 21:12:29 +0400 |
commit | 607fb1f42f206559c892247c481f1fec1094708f (patch) | |
tree | a0c6d506a50029d334f263ea37a505faa759324e /smf.pm | |
parent | 34e97b1d41b4dd82e16dd2e8917d1f2c5ea038a4 (diff) | |
download | dh-smf-607fb1f42f206559c892247c481f1fec1094708f.tar.gz |
Add smf to dh sequence
Diffstat (limited to 'smf.pm')
-rw-r--r-- | smf.pm | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +#! /usr/bin/perl +# debhelper sequence file for dh_python2 + +use warnings; +use strict; +use Debian::Debhelper::Dh_Lib; + +insert_after('dh_installinit', 'dh_smf'); + +1 + |