Source: debdry
Priority: optional
Section: devel
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Enrico Zini <enrico@debian.org>
Build-Depends: python3-setuptools, python3-all, debhelper (>= 9), dh-python, python3-apt
Standards-Version: 3.9.1
Vcs-Git: git://anonscm.debian.org/collab-maint/debdry.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=collab-maint/debdry.git;a=summary

Package: debdry
Architecture: all
Replaces: python3-debdry
Depends: ${misc:Depends}, ${python3:Depends}, python3-apt
Conflicts: 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 [gem2geb]
 - Haskell [cabal-debian]
 .
