diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-08-02 19:13:11 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-08-02 19:13:11 +0200 |
| commit | cdb7e74be8bfa4bc16aa8d9231829095f8689033 (patch) | |
| tree | 025cb184e43f1ec7f5557ae393f67e2c4aec1c9f | |
| parent | 057b8847b0645f501c34662ba60313cb4792b992 (diff) | |
| download | python-apt-cdb7e74be8bfa4bc16aa8d9231829095f8689033.tar.gz | |
debian/control: Do not build-depend on python-gtk2 and python-vte on kfreebsd-*.
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index ca1227d0..db1eef02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ python-apt (0.7.12.1) UNRELEASED; urgency=low * apt/package.py: - Add missing argument to Version.__le__() and Version.__ge__() + * debian/control: + - Do not build-depend on python-gtk2 and python-vte on kfreebsd-*. -- Julian Andres Klode <jak@debian.org> Fri, 31 Jul 2009 12:38:18 +0200 diff --git a/debian/control b/debian/control index 6d27549a..7cd6f81d 100644 --- a/debian/control +++ b/debian/control @@ -13,9 +13,9 @@ Build-Depends: apt-utils, python-central (>= 0.5), python-debian, python-distutils-extra (>= 1.9.0), - python-gtk2, + python-gtk2 [!kfreebsd-amd64 !kfreebsd-i386], python-sphinx (>= 0.5), - python-vte + python-vte [!kfreebsd-amd64 !kfreebsd-i386] Vcs-Bzr: http://bzr.debian.org/apt/python-apt/debian-sid Vcs-Browser: http://bzr.debian.org/loggerhead/apt/python-apt/debian-sid/changes |
