]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/control
releasing version 9.20120312
[debhelper.git] / debian / control
index a20c1c6d6633ffc56572752ed4eb9d6610146461..f0b2f69cc3c3809d93d420758a26b4c27ecf0734 100644 (file)
@@ -2,17 +2,21 @@ Source: debhelper
 Section: devel
 Priority: optional
 Maintainer: Joey Hess <joeyh@debian.org>
-Build-Depends-Indep: perl (>= 5.6.1), fileutils (>= 4.0-2.1), file (>= 3.23-1), debconf-utils (>= 1.1.1), dpkg-dev (>= 1.9.0)
-Standards-Version: 3.5.6.1
+Build-Depends: po4a (>= 0.24)
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/git/debhelper/debhelper.git
+Vcs-Browser: http://git.debian.org/?p=debhelper/debhelper.git;a=summary
+Homepage: http://kitenet.net/~joey/code/debhelper/
 
 Package: debhelper
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, fileutils (>= 4.0-2.1), file (>= 3.23-1), dpkg-dev (>= 1.7.0), html2text, debconf-utils, binutils
+Depends: ${perl:Depends}, ${misc:Depends}, file (>= 3.23), dpkg-dev (>= 1.16.0), html2text, binutils, po-debconf, man-db (>= 2.5.1-1)
 Suggests: dh-make
+Conflicts: dpkg-cross (<< 1.18), python-support (<< 0.5.3), python-central (<< 0.5.6)
 Description: helper programs for debian/rules
  A collection of programs that can be used in a debian/rules file to
  automate common tasks related to building debian packages. Programs
  are included to install various files into your package, compress 
  files, fix file permissions, integrate your package with the debian 
- menu system, suidmanager, doc-base, etc. Most debian packages use
debhelper as part of their build process.
+ menu system, debconf, doc-base, etc. Most debian packages use debhelper
+ as part of their build process.