File: control

package info (click to toggle)
dh-make-perl 0.9
  • links: PTS
  • area: main
  • in suites: woody
  • size: 120 kB
  • ctags: 50
  • sloc: perl: 454; makefile: 156
file content (17 lines) | stat: -rw-r--r-- 640 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: dh-make-perl
Section: devel
Priority: optional
Build-Depends-Indep: debhelper (>= 3.0.0)
Maintainer: Paolo Molaro <lupus@debian.org>
Standards-Version: 3.5.1

Package: dh-make-perl
Architecture: all
Depends: debhelper (>= 3.0.0), libpod-parser-perl, ${perl:Depends}, make, dpkg-dev, fakeroot
Description: Create debian packages from perl modules
 dh-make-perl will create the files required to build
 a debian source package out of a perl package.
 This works for most simple packages and is also useful
 for getting started with packaging perl modules.
 Given a perl package name, it can also automatically download it from CPAN.