File: control

package info (click to toggle)
debdry 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 232 kB
  • sloc: python: 800; sh: 63; makefile: 6; cpp: 6
file content (32 lines) | stat: -rw-r--r-- 1,248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: debdry
Priority: optional
Section: devel
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.9.6
Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9), python3-apt
Homepage: https://anonscm.debian.org/cgit/collab-maint/debdry.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/debdry.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/debdry.git

Package: debdry
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-apt
Conflicts: python3-debdry
Replaces: python3-debdry
Description: Semi-assisted automatic Debian packaging
 debdry is for debian/ directories what debhelper7 is for debian/rules.
 .
 It applies the Don't Repeat Yourself idea to packaging, attempting to reuse as
 much as possible of upstream's metadata and standard packaging practices.
 .
 debdry runs an appropriate auto-debianisation tool for a given source
 directory, then applies manual overrides from a debian.in directory.
 .
 debdry supports the following types of packages (in brackets you will find
 extra packages that need to be installed for each type of package):
 .
 - Perl [dh-make-perl]
 - Python [python-stdeb, python3-stdeb]
 - Ruby [gem2deb]
 - Haskell [cabal-debian]
 .