File: control

package info (click to toggle)
dh-make 2.201608
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 352 kB
  • ctags: 86
  • sloc: python: 876; sh: 80; makefile: 4
file content (20 lines) | stat: -rw-r--r-- 843 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: dh-make
Section: devel
Priority: optional
Maintainer: Craig Small <csmall@debian.org>
Build-Depends: debhelper (>= 9), dh-python, python-all
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/collab-maint/dh-make.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/dh-make.git

Package: dh-make
Architecture: all
Depends: debhelper (>= 9), python-enum34, make, ${python:Depends}, dpkg-dev, ${misc:Depends}
Suggests: build-essential
Description: tool that converts source archives into Debian package source
 This package allows you to take a standard (or upstream) source package
 and convert it into a format that will allow you to build Debian packages.
 .
 After answering a few questions, dh_make will then provide a set of
 templates that, after some small editing, will allow you to create a
 Debian package.