summaryrefslogtreecommitdiff
path: root/smf.pm
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-07-18 21:12:29 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-07-18 21:12:29 +0400
commit607fb1f42f206559c892247c481f1fec1094708f (patch)
treea0c6d506a50029d334f263ea37a505faa759324e /smf.pm
parent34e97b1d41b4dd82e16dd2e8917d1f2c5ea038a4 (diff)
downloaddh-smf-607fb1f42f206559c892247c481f1fec1094708f.tar.gz
Add smf to dh sequence
Diffstat (limited to 'smf.pm')
-rw-r--r--smf.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/smf.pm b/smf.pm
new file mode 100644
index 0000000..a94c1de
--- /dev/null
+++ b/smf.pm
@@ -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
+