diff options
author | Guido Günther <agx@sigxcpu.org> | 2010-06-26 00:26:04 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2010-06-26 00:33:00 +0200 |
commit | bd1ad0397771a88e076f524b42d332b7685d745c (patch) | |
tree | 72a64279bc2e74b1af8e72e62225841d46db48f5 | |
parent | 4d67e0b7a1c2dd9e92de3e8358b4448578134167 (diff) | |
download | git-buildpackage-bd1ad0397771a88e076f524b42d332b7685d745c.tar.gz git-buildpackage-bd1ad0397771a88e076f524b42d332b7685d745c.tar.bz2 git-buildpackage-bd1ad0397771a88e076f524b42d332b7685d745c.zip |
Drop dependency on python-dev
since it's not needed for arch all packages. Depend on python instead.
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 50961db7..e8278055 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: git-buildpackage Section: vcs Priority: optional Maintainer: Guido Günther <agx@sigxcpu.org> -Build-Depends: cdbs, debhelper (>= 5), python-dev, python-support (>= 0.3), +Build-Depends: cdbs, debhelper (>= 5), python, python-support (>= 0.3), pychecker, gtk-doc-tools, sgml2x, docbook-utils, jade, python-dateutil, python-nose, bash-completion Standards-Version: 3.8.4 |