File: python_central.pm

package info (click to toggle)
python-central 0.6.8
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 224 kB
  • ctags: 188
  • sloc: python: 2,068; perl: 510; sh: 113; makefile: 48
file content (11 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/perl
# debhelper sequence file for python-central

use warnings;
use strict;
use Debian::Debhelper::Dh_Lib;

insert_after("dh_perl", "dh_pycentral");
remove_command("dh_pysupport");

1