~mitya57/ubuntu/trusty/dh-python/tests-dependencies

« back to all changes in this revision

Viewing changes to dh/python2.pm

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2013-07-07 21:47:50 UTC
  • Revision ID: package-import@ubuntu.com-20130707214750-d6wmodmuzp78kt75
Tags: upstream-1.0~b1
Import upstream version 1.0~b1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /usr/bin/perl
 
2
# debhelper sequence file for dh_python2
 
3
 
 
4
use warnings;
 
5
use strict;
 
6
use Debian::Debhelper::Dh_Lib;
 
7
 
 
8
insert_before("dh_installinit", "dh_python2");
 
9
remove_command("dh_pycentral");
 
10
remove_command("dh_pysupport");
 
11
 
 
12
1